public class PropertyFileDefaultProvider extends Object implements IDefaultProvider
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_FILE_NAME |
Constructor and 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").Copyright © 2017. All rights reserved.