IDefaultProvider
public class PropertyFileDefaultProvider extends Object implements IDefaultProvider
Modifier and Type | Field | Description |
---|---|---|
static String |
DEFAULT_FILE_NAME |
Constructor | Description |
---|---|
PropertyFileDefaultProvider() |
|
PropertyFileDefaultProvider(String fileName) |
public static final String DEFAULT_FILE_NAME
public PropertyFileDefaultProvider()
public PropertyFileDefaultProvider(String fileName)
public String getDefaultValueFor(String optionName)
getDefaultValueFor
in interface IDefaultProvider
optionName
- The name of the option as specified in the names() attribute
of the @Parameter option (e.g. "-file").