Uses of Interface
net.ssehub.easy.instantiation.core.model.artifactModel.ProjectSettings
-
Packages that use ProjectSettings Package Description net.ssehub.easy.instantiation.core.model.artifactModel Contains the VIL artifact model.net.ssehub.easy.instantiation.core.model.vilTypes Contains the basic VIL types used as foundation for the artifact model and for integrating the variability model, i.e., types which are not artifacts themselves.net.ssehub.easy.instantiation.java Java additions to VIL. -
-
Uses of ProjectSettings in net.ssehub.easy.instantiation.core.model.artifactModel
Fields in net.ssehub.easy.instantiation.core.model.artifactModel with type parameters of type ProjectSettings Modifier and Type Field Description private java.util.Map<ProjectSettings,java.lang.Object>ArtifactModel. settingsMethods in net.ssehub.easy.instantiation.core.model.artifactModel with parameters of type ProjectSettings Modifier and Type Method Description java.lang.ObjectArtifactModel. getSettings(ProjectSettings key)Returns the settings object for the specified key.voidArtifactModel. setSettings(ProjectSettings key, java.lang.Object object)Sets the settings for the artifact model. -
Uses of ProjectSettings in net.ssehub.easy.instantiation.core.model.vilTypes
Methods in net.ssehub.easy.instantiation.core.model.vilTypes that return types with arguments of type ProjectSettings Modifier and Type Method Description static java.util.Map<ProjectSettings,java.lang.Object>SettingsInitializerRegistry. initializeSettings(java.io.File base)Initializes all settings.Methods in net.ssehub.easy.instantiation.core.model.vilTypes with parameters of type ProjectSettings Modifier and Type Method Description java.lang.ObjectProject. getSettings(ProjectSettings key)Returns the settings object for the specified key.voidProject. setSettings(ProjectSettings key, java.lang.Object object)Sets the settings for the artifact model.Method parameters in net.ssehub.easy.instantiation.core.model.vilTypes with type arguments of type ProjectSettings Modifier and Type Method Description voidISettingsInitializer. initialize(java.io.File base, java.util.Map<ProjectSettings,java.lang.Object> settings)Initializes a project with a given map of settings. -
Uses of ProjectSettings in net.ssehub.easy.instantiation.java
Classes in net.ssehub.easy.instantiation.java that implement ProjectSettings Modifier and Type Class Description classJavaSettingsJava Settings.Method parameters in net.ssehub.easy.instantiation.java with type arguments of type ProjectSettings Modifier and Type Method Description voidJavaSettingsInitializer. initialize(java.io.File base, java.util.Map<ProjectSettings,java.lang.Object> settings)
-