Class PropertyFileDefaultProvider

  • All Implemented Interfaces:
    IDefaultProvider

    public class PropertyFileDefaultProvider
    extends java.lang.Object
    implements IDefaultProvider
    A default provider that reads its default values from a property file.
    • Field Detail

      • DEFAULT_FILE_NAME

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

      • PropertyFileDefaultProvider

        public PropertyFileDefaultProvider()
      • PropertyFileDefaultProvider

        public PropertyFileDefaultProvider​(java.lang.String fileName)
    • Method Detail

      • getDefaultValueFor

        public java.lang.String getDefaultValueFor​(java.lang.String optionName)
        Specified by:
        getDefaultValueFor in interface IDefaultProvider
        Parameters:
        optionName - The name of the option as specified in the names() attribute of the @Parameter option (e.g. "-file").
        Returns:
        the default value for this option.