Class DefaultCompilerManager

  • All Implemented Interfaces:
    CompilerManager, org.codehaus.plexus.logging.LogEnabled, org.codehaus.plexus.personality.plexus.lifecycle.phase.Initializable

    public class DefaultCompilerManager
    extends org.codehaus.plexus.logging.AbstractLogEnabled
    implements CompilerManager, org.codehaus.plexus.personality.plexus.lifecycle.phase.Initializable
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.util.Map providers  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Compiler getCompiler​(java.lang.String providerType)  
      void initialize()  
      • Methods inherited from class org.codehaus.plexus.logging.AbstractLogEnabled

        enableLogging, getLogger, setupLogger, setupLogger, setupLogger
      • Methods inherited from class java.lang.Object

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

      • providers

        private java.util.Map providers
    • Constructor Detail

      • DefaultCompilerManager

        public DefaultCompilerManager()