Class ExtensionFileInputConfiguration

java.lang.Object
org.palladiosimulator.simulizar.ui.configuration.extensions.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 Details

    • ExtensionFileInputConfiguration

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

    • getPropertyByKey

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

      public boolean isPropertySet(String propertyKey)