Class ExtensionFileInputConfiguration.DefaultPropertyKeys

  • Enclosing class:
    ExtensionFileInputConfiguration

    public static class ExtensionFileInputConfiguration.DefaultPropertyKeys
    extends Object
    Class that contains keys for the properties that at least have to be specified.
    • Field Detail

      • FILE_RESTRICTIONS_KEY

        public static final String FILE_RESTRICTIONS_KEY
        Key used to specify a collection of allowed file extensions in terms of a String[]. Each array element shall consist allowed extension (e.g., "*.txt").
        This property is only required for ExtensionInputType.FILE.
        See Also:
        Constant Field Values
      • DEFAULT_URI_KEY

        public static final String DEFAULT_URI_KEY
        Key used to specify a default model file of folder location. If non is present, the empty string is to be passed.
        See Also:
        Constant Field Values
      • CONFIG_ATTRIBUTE_NAME_KEY

        public static final String CONFIG_ATTRIBUTE_NAME_KEY
        Key for the property to specify the name of the (Simulizar) launch configuration attribute that will contain the path of the selected file (or folder).
        See Also:
        Constant Field Values
      • EXPECTED_FILE_RESTRICTIONS_DATA_TYPE

        public static final Class<String[]> EXPECTED_FILE_RESTRICTIONS_DATA_TYPE