Class ExtensionFileInputConfiguration


  • public class ExtensionFileInputConfiguration
    extends Object
    Configuration required to be created by clients that wish to exploit the org.palladiosimulator.simulizar.ui.configuration.fileinput extension point. At least, values for the properties specified by the keys in ExtensionFileInputConfiguration.DefaultPropertyKeys have to be present.
    See Also:
    AbstractWorkflowExtensionConfigurationBuilder
    • Constructor Detail

      • ExtensionFileInputConfiguration

        public ExtensionFileInputConfiguration​(Map<String,​Object> properties)
    • Method Detail

      • getPropertyByKey

        public <T> T getPropertyByKey​(String key,
                                      Class<T> expectedDataType)
      • isPropertySet

        public boolean isPropertySet​(String propertyKey)