Class AspectJ.CompletionRunner

  • All Implemented Interfaces:
    java.lang.Runnable
    Enclosing class:
    AspectJ

    private static class AspectJ.CompletionRunner
    extends java.lang.Object
    implements java.lang.Runnable
    A completion runner for AspectJ.
    Author:
    Holger Eichelberger
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private boolean completed  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private CompletionRunner()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void run()  
      (package private) void waitForCompletion()
      Waits for the completion of the compilation.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • completed

        private boolean completed
    • Constructor Detail

      • CompletionRunner

        private CompletionRunner()
    • Method Detail

      • waitForCompletion

        void waitForCompletion()
        Waits for the completion of the compilation.
      • run

        public void run()
        Specified by:
        run in interface java.lang.Runnable