Package org.aspectj.tools.ajdoc
Klasse Main
java.lang.Object
org.aspectj.tools.ajdoc.Main
This is an old implementation of ajdoc that does not use an OO style. However, it does the job, and should serve to evolve a
lightweight ajdoc implementation until we can make a properly extended javadoc implementation.
- Autor:
- Mik Kersten
-
Feldübersicht
Felder -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic voidprotected static voidexit(int value) static IMessage[]static voidhandleInternalError(Throwable uncaughtThrowable) static booleanstatic booleanstatic voidstatic voidResets the output working dir to be the default which is <the current directory>\ajdocworkingdirstatic voidsetOutputWorkingDir(String fullyQulifiedOutputDir) Sets the output working dir to be <fullyQualifiedOutputDir>\ajdocworkingdir.
-
Felddetails
-
DECL_ID_STRING
- Siehe auch:
-
DECL_ID_TERMINATOR
- Siehe auch:
-
WORKING_DIR
- Siehe auch:
-
DIR_SEP_CHAR
- Siehe auch:
-
USAGE
- Siehe auch:
-
-
Konstruktordetails
-
Main
public Main()
-
-
Methodendetails
-
clearState
public static void clearState() -
main
-
exit
protected static void exit(int value) -
handleInternalError
-
hasAborted
public static boolean hasAborted() -
getErrors
-
hasShownAjdocUsageMessage
public static boolean hasShownAjdocUsageMessage() -
setOutputWorkingDir
Sets the output working dir to be <fullyQualifiedOutputDir>\ajdocworkingdir. Useful in testing to redirect the ajdocworkingdir to the sandbox -
resetOutputWorkingDir
public static void resetOutputWorkingDir()Resets the output working dir to be the default which is <the current directory>\ajdocworkingdir
-