Uses of Class
net.ssehub.easy.instantiation.core.model.vilTypes.Project
-
Packages that use Project Package Description net.ssehub.easy.instantiation.core.model.buildlangModel Implements the abstract representation of the build language (parsed, analyzed and already linked, i.e.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.instantiators Java-specific instantiators. -
-
Uses of Project in net.ssehub.easy.instantiation.core.model.buildlangModel
Methods in net.ssehub.easy.instantiation.core.model.buildlangModel with parameters of type Project Modifier and Type Method Description private ScriptBuildlangExecution. resolveScript(Project project, IVersionRestriction restrictions)Resolves the script for an instantiation expression. -
Uses of Project in net.ssehub.easy.instantiation.core.model.vilTypes
Fields in net.ssehub.easy.instantiation.core.model.vilTypes with type parameters of type Project Modifier and Type Field Description private static java.util.Map<java.lang.String,Project>Project. CACHEMethods in net.ssehub.easy.instantiation.core.model.vilTypes that return Project Modifier and Type Method Description static ProjectProject. getProjectFor(IProjectDescriptor descriptor)Returns a cached project or caches a new one fordescriptor.Methods in net.ssehub.easy.instantiation.core.model.vilTypes that return types with arguments of type Project Modifier and Type Method Description Set<Project>Project. predecessors()Returns the predecessors of this project.Methods in net.ssehub.easy.instantiation.core.model.vilTypes with parameters of type Project Modifier and Type Method Description static PathProject. convert(Project project)Converts a project to its base path.PathProject. localize(Project source, IFileSystemArtifact artifact)Localizes the givenpathtaken from source with respect to this project.PathProject. localize(Project source, Path path)Localizes the givenpathtaken from source with respect to this project.Constructors in net.ssehub.easy.instantiation.core.model.vilTypes with parameters of type Project Constructor Description Project(Project project, ProgressObserver observer)Creates a new project by for the base directory given inproject. -
Uses of Project in net.ssehub.easy.instantiation.java.instantiators
Methods in net.ssehub.easy.instantiation.java.instantiators with parameters of type Project Modifier and Type Method Description static Set<FileArtifact>CocktailInstantiator. cocktailInstantiator(Project target)Does the standard job of the cocktain instantiator.
-