Uses of Class
net.ssehub.easy.instantiation.core.model.artifactModel.FolderArtifact
-
Packages that use FolderArtifact 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. -
-
Uses of FolderArtifact in net.ssehub.easy.instantiation.core.model.artifactModel
Fields in net.ssehub.easy.instantiation.core.model.artifactModel declared as FolderArtifact Modifier and Type Field Description static FolderArtifactFolderArtifact. DEFAULTMethods in net.ssehub.easy.instantiation.core.model.artifactModel that return FolderArtifact Modifier and Type Method Description static FolderArtifactFolderArtifact. convert(java.lang.String val)Conversion operation.static FolderArtifactFolderArtifact. convert(Path path)Converts a path into a folder.static FolderArtifactFolderArtifact. create()Creates a temporary file artifact.FolderArtifactDefaultFolderArtifactCreator. createArtifactInstance(java.lang.Object real, ArtifactModel model)Methods in net.ssehub.easy.instantiation.core.model.artifactModel that return types with arguments of type FolderArtifact Modifier and Type Method Description Set<FolderArtifact>ArtifactModel. selectAllFolders()Returns all artifacts.Methods in net.ssehub.easy.instantiation.core.model.artifactModel with parameters of type FolderArtifact Modifier and Type Method Description static PathFolderArtifact. convert(FolderArtifact val)Conversion operation.voidIArtifactVisitor. visitFolderArtifact(FolderArtifact artifact)Visits a path artifact. -
Uses of FolderArtifact in net.ssehub.easy.instantiation.core.model.vilTypes
Methods in net.ssehub.easy.instantiation.core.model.vilTypes that return types with arguments of type FolderArtifact Modifier and Type Method Description Set<FolderArtifact>Project. selectAllFolders()Returns all folders.
-