Class PropertyProviderOption

java.lang.Object
de.mid.innovator.ui.PropertyProviderDefault
de.mid.innovator.m2msdk.application.PropertyProviderOption
All Implemented Interfaces:
de.mid.innovator.ui.PropertyProvider

public class PropertyProviderOption extends de.mid.innovator.ui.PropertyProviderDefault
Get access to arbitrary options provided in the arguments, i.e. command line. The options must be qualified with "Option.".
Version:
11.3.1
Author:
jmback
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
     

    Methods inherited from class de.mid.innovator.ui.PropertyProviderDefault

    disableValidateConfig, enableValidateConfig, getAllValidProperties, getBooleanProperty, getClassListProperty, getClassProperty, getEnumProperty, getFileListProperty, getFileProperty, getIntegerProperty, getOptionalBooleanProperty, getOptionalClassListProperty, getOptionalClassProperty, getOptionalEnumProperty, getOptionalFileListProperty, getOptionalFileProperty, getOptionalIntegerProperty, getOptionalStringProperty, getStringProperty, InitWithCommandLineArguments, isPropertySet, provideProperty, providePropertyList, setProperty

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • PropertyProviderOption

      public PropertyProviderOption()
  • Method Details

    • getOptionKeys

      public List<String> getOptionKeys()
    • getOptionValue

      public String getOptionValue(String iKey)