Klasse Main

java.lang.Object
org.aspectj.tools.ajdoc.Main

public class Main extends Object
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
  • Felddetails

  • Konstruktordetails

    • Main

      public Main()
  • Methodendetails

    • clearState

      public static void clearState()
    • main

      public static void main(String[] args)
    • exit

      protected static void exit(int value)
    • handleInternalError

      public static void handleInternalError(Throwable uncaughtThrowable)
    • hasAborted

      public static boolean hasAborted()
    • getErrors

      public static IMessage[] getErrors()
    • hasShownAjdocUsageMessage

      public static boolean hasShownAjdocUsageMessage()
    • setOutputWorkingDir

      public static void setOutputWorkingDir(String fullyQulifiedOutputDir)
      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