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 theorg.palladiosimulator.simulizar.ui.configuration.fileinputextension point. At least, values for the properties specified by the keys inExtensionFileInputConfiguration.DefaultPropertyKeyshave to be present.- See Also:
AbstractWorkflowExtensionConfigurationBuilder
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classExtensionFileInputConfiguration.DefaultPropertyKeysClass that contains keys for the properties that at least have to be specified.
-
Constructor Summary
Constructors Constructor Description ExtensionFileInputConfiguration(Map<String,Object> properties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> TgetPropertyByKey(String key, Class<T> expectedDataType)booleanisPropertySet(String propertyKey)
-