Class DefaultJavaToolChain

  • All Implemented Interfaces:
    JavaToolchain, Toolchain, ToolchainPrivate

    public class DefaultJavaToolChain
    extends JavaToolchainImpl
    Deprecated.
    clients that do not require compatibility with Maven 3.2.3 and earlier should link to JavaToolchainImpl instead.
    Provides backwards compatibility with Maven 3.2.3 and earlier. Clients that do not require compatibility with Maven 3.2.3 and earlier are encouraged to use JavaToolchainImpl. Note: This is an internal component whose interface can change without prior notice.
    • Field Detail

      • KEY_JAVAHOME

        public static final java.lang.String KEY_JAVAHOME
        Deprecated.
        See Also:
        Constant Field Values
    • Constructor Detail

      • DefaultJavaToolChain

        public DefaultJavaToolChain​(ToolchainModel model,
                                    org.codehaus.plexus.logging.Logger logger)
        Deprecated.