public interface Parameterized
Modifier and Type | Method and Description |
---|---|
void |
configure(ParameterTool parameterTool)
Read parameter values from the command-line arguments.
|
String |
getName()
A unique, human-readable identifier.
|
String |
getUsage()
Human-readable format for the command-line usage string.
|
String getName()
String getUsage()
void configure(ParameterTool parameterTool) throws ProgramParametrizationException
parameterTool
- parameter parserProgramParametrizationException
- when configuration is invalidCopyright © 2014–2020 The Apache Software Foundation. All rights reserved.