Package org.apache.maven.wrapper.cli
Class AbstractCommandLineConverter<T>
java.lang.Object
org.apache.maven.wrapper.cli.AbstractCommandLineConverter<T>
- Type Parameters:
T
- type
- All Implemented Interfaces:
CommandLineConverter<T>
- Direct Known Subclasses:
AbstractPropertiesCommandLineConverter
public abstract class AbstractCommandLineConverter<T>
extends Object
implements CommandLineConverter<T>
Command line converter.
-
Constructor Details
-
AbstractCommandLineConverter
public AbstractCommandLineConverter()
-
-
Method Details
-
convert
- Specified by:
convert
in interfaceCommandLineConverter<T>
- Throws:
CommandLineArgumentException
-
convert
- Specified by:
convert
in interfaceCommandLineConverter<T>
- Throws:
CommandLineArgumentException
-
convert
- Specified by:
convert
in interfaceCommandLineConverter<T>
- Throws:
CommandLineArgumentException
-
newInstance
-