Class AbstractCompiler.CompilerRunnable

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

    public class AbstractCompiler.CompilerRunnable
    extends java.lang.Object
    implements java.lang.Runnable
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private org.codehaus.plexus.util.cli.Commandline cl  
      private org.codehaus.plexus.logging.Logger logger  
      private boolean skip  
    • Constructor Summary

      Constructors 
      Constructor Description
      CompilerRunnable​(org.codehaus.plexus.util.cli.Commandline cl, org.codehaus.plexus.logging.Logger logger)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void run()  
      void setSkip​(boolean skip)  
      • Methods inherited from class java.lang.Object

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

      • cl

        private org.codehaus.plexus.util.cli.Commandline cl
      • logger

        private org.codehaus.plexus.logging.Logger logger
      • skip

        private boolean skip
    • Constructor Detail

      • CompilerRunnable

        public CompilerRunnable​(org.codehaus.plexus.util.cli.Commandline cl,
                                org.codehaus.plexus.logging.Logger logger)