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.fileinput
extension point. At least, values for the properties specified by the keys inExtensionFileInputConfiguration.DefaultPropertyKeys
have to be present.- See Also:
AbstractWorkflowExtensionConfigurationBuilder
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ExtensionFileInputConfiguration.DefaultPropertyKeys
Class 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> T
getPropertyByKey(String key, Class<T> expectedDataType)
boolean
isPropertySet(String propertyKey)
-