Uses of Interface
net.ssehub.easy.instantiation.core.model.vilTypes.Set
-
Packages that use Set Package Description net.ssehub.easy.instantiation.ant.instantiators Java-specific instantiators.net.ssehub.easy.instantiation.aspectj.instantiators AspectJ-specific instantiators.net.ssehub.easy.instantiation.core.model.artifactModel Contains the VIL artifact model.net.ssehub.easy.instantiation.core.model.artifactModel.xml Contains simple (non-decomposed) artifacts.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.defaultInstantiators The default instantiators for VIL.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.core.model.vilTypes.configuration All classes related to the EASy integration of configuration and decisions.net.ssehub.easy.instantiation.java.artifacts Default Java artifacts.net.ssehub.easy.instantiation.java.instantiators Java-specific instantiators.net.ssehub.easy.instantiation.maven A Maven instantiator.net.ssehub.easy.instantiation.velocity This package contains the VIL instantiator realization of Apache's Velocity.
For more information please visit the Velocity project page. -
-
Uses of Set in net.ssehub.easy.instantiation.ant.instantiators
Methods in net.ssehub.easy.instantiation.ant.instantiators that return Set Modifier and Type Method Description static Set<FileArtifact>Ant. ant(Path root, java.lang.String buildFilePath, java.lang.String buildtarget)Executes a specific ANT-build target.static Set<FileArtifact>Make. make(Path root, java.lang.String buildFilePath, java.lang.String buildtarget, java.util.Map<java.lang.String,java.lang.Object> arguments)Runs make-scripts with the help of ANT. -
Uses of Set in net.ssehub.easy.instantiation.aspectj.instantiators
Methods in net.ssehub.easy.instantiation.aspectj.instantiators that return Set Modifier and Type Method Description static Set<FileArtifact>AspectJ. aspectJ(Path source, Path target, java.util.Map<java.lang.String,java.lang.Object> other)Compiles a source path to a target path.private static Set<FileArtifact>AspectJ. aspectJ(Collection<FileArtifact> source, java.io.File sourceRoot, Path target, java.util.Map<java.lang.String,java.lang.Object> other)Compiles a source path to a target path.static Set<FileArtifact>AspectJ. aspectJ(Collection<FileArtifact> source, Path target, java.util.Map<java.lang.String,java.lang.Object> other)Compiles a source path to a target path. -
Uses of Set in net.ssehub.easy.instantiation.core.model.artifactModel
Methods in net.ssehub.easy.instantiation.core.model.artifactModel that return Set Modifier and Type Method Description Set<IFileSystemArtifact>FileArtifact. copy(IFileSystemArtifact target)Set<IFileSystemArtifact>FolderArtifact. copy(IFileSystemArtifact target)Set<IFileSystemArtifact>IFileSystemArtifact. copy(IFileSystemArtifact target)Copy this artifact.Set<IFileSystemArtifact>Path. copy(IFileSystemArtifact target)Copies the artifacts denoted by this path totarget.(package private) static Set<IFileSystemArtifact>FileUtils. copyOrMove(Path source, IFileSystemArtifact target, boolean move)Copy or move from thesourcepath to thetargetartifact.Set<IFileSystemArtifact>FileArtifact. move(IFileSystemArtifact target)Set<IFileSystemArtifact>FolderArtifact. move(IFileSystemArtifact target)Set<IFileSystemArtifact>IFileSystemArtifact. move(IFileSystemArtifact target)Move this artifact.Set<IFileSystemArtifact>Path. move(IFileSystemArtifact target)Moves the artifacts denoted by this path totarget.abstract Set<? extends FragmentArtifact>CompositeArtifact. selectAll()Returns all artifacts this composite artifact is composed of.abstract Set<? extends FragmentArtifact>CompositeFragmentArtifact. selectAll()Returns all artifacts this composite artifact is composed of.Set<? extends FragmentArtifact>FileArtifact. selectAll()Set<FileArtifact>FolderArtifact. selectAll()Returns the contained file system artifacts, i.e., folder and file artifacts.Set<FileArtifact>Path. selectAll()Selects all file artifacts represented by this path.Set<FolderArtifact>ArtifactModel. selectAllFolders()Returns all artifacts.Set<FileArtifact>ArtifactModel. selectByKind(java.lang.Class<?> type, boolean negate)Does type selection of artifacts by subtyping.Set<FileArtifact>Path. selectByKind(java.lang.Class<?> type)Does type selection of artifacts by sub-typing.Set<FileArtifact>ArtifactModel. selectByName(java.lang.String name)Does name selection of artifacts.static Set<FileArtifact>ArtifactFactory. selectByType(Path path, java.lang.Class<?> type, boolean byKind, boolean negate)Searches for paths in the artifact model by type.Set<FileArtifact>ArtifactModel. selectByType(java.lang.Class<?> type, boolean negate)Does type selection of artifacts by type equality.Set<FileArtifact>IArtifactRoot. selectByType(java.lang.Class<?> type)Does type selection of artifacts.Set<FileArtifact>Path. selectByType(java.lang.Class<?> type)Does type selection of artifacts by type equality.Set<FileArtifact>Path. typeReject(java.lang.Class<?> type)Does type selection of artifacts by not matched sub-typing. -
Uses of Set in net.ssehub.easy.instantiation.core.model.artifactModel.xml
Methods in net.ssehub.easy.instantiation.core.model.artifactModel.xml that return Set Modifier and Type Method Description Set<XmlNode>XmlElement. nodes()Returns all nested nodes in sequence.Set<? extends FragmentArtifact>XmlComment. selectAll()Set<? extends FragmentArtifact>XmlElement. selectAll()Set<? extends FragmentArtifact>XmlFileArtifact. selectAll()Set<XmlAttribute>XmlElement. selectAttributeByRegex(java.lang.String regEx)Returns a specific attribute.Set<XmlElement>IXmlContainer. selectByName(java.lang.String name)Returns a Set with all XmlElements matching name.Set<XmlElement>XmlElement. selectByName(java.lang.String name)Set<XmlElement>XmlElement. selectByName(java.lang.String name, boolean caseSensitive)Returns a Set with all XmlElements matching name.Set<XmlElement>XmlFileArtifact. selectByName(java.lang.String name)Set<XmlElement>IXmlContainer. selectByPath(java.lang.String path)Selects XML elements according to a given path.(package private) static Set<XmlElement>PathUtils. selectByPath(IXmlContainer container, java.lang.String path)Selects XML elements fromcontaineraccording to a given path.Set<XmlElement>XmlElement. selectByPath(java.lang.String path)Set<XmlElement>XmlFileArtifact. selectByPath(java.lang.String path)Set<XmlElement>XmlElement. selectByRegEx(java.lang.String regEx)Returns a set of all XmlElements specified by regEx.Set<XmlElement>XmlFileArtifact. selectByRegEx(java.lang.String regEx)Returns a set of all XmlElements that start with prefix and end with suffix.Set<XmlElement>IXmlContainer. selectByXPath(java.lang.String path)Selects XML elements according to a given XPath.static Set<XmlElement>PathUtils. selectByXPath(java.lang.String path, java.lang.Object root, IXmlContainer container)Selects XML elements based on a given XPath expression.Set<XmlElement>XmlElement. selectByXPath(java.lang.String path)Set<XmlElement>XmlFileArtifact. selectByXPath(java.lang.String path)Set<? extends XmlElement>XmlFileArtifact. selectChilds()Returns a set of all childs of the root element. -
Uses of Set in net.ssehub.easy.instantiation.core.model.buildlangModel
Classes in net.ssehub.easy.instantiation.core.model.buildlangModel that implement Set Modifier and Type Class Description (package private) classOtherProjectsRealizes the implicit variable OTHERPROJECTS inScript.Methods in net.ssehub.easy.instantiation.core.model.buildlangModel that return Set Modifier and Type Method Description Set<IArtifact>RuleExecutionResult. allResults()All results achieved so far.Set<IArtifact>OtherProjects. asSet()Set<IArtifact>OtherProjects. cloneCollection()Set<?>OtherProjects. closure(ExpressionEvaluator evaluator)Set<?>OtherProjects. collect(ExpressionEvaluator evaluator)Set<?>OtherProjects. collectNested(ExpressionEvaluator evaluator)static Set<IArtifact>RuleExecutionResult. convert(RuleExecutionResult res)Conversion operation.Set<IArtifact>OtherProjects. difference(Set<IArtifact> set)Set<IArtifact>OtherProjects. excluding(Collection<IArtifact> set)Set<?>OtherProjects. flatten()Set<IArtifact>OtherProjects. including(Collection<IArtifact> set)Set<IArtifact>OtherProjects. intersection(Set<IArtifact> set)Set<IArtifact>OtherProjects. reject(ExpressionEvaluator evaluator)Set<IArtifact>RuleExecutionResult. result()The immediate result of the execution.Set<IArtifact>OtherProjects. select(ExpressionEvaluator evaluator)Set<IArtifact>OtherProjects. selectByKind(TypeDescriptor<?> type)Set<IArtifact>OtherProjects. selectByType(TypeDescriptor<?> type)Set<IArtifact>OtherProjects. symmetricDifference(Set<IArtifact> set)Set<IArtifact>OtherProjects. typeReject(TypeDescriptor<?> type)Set<IArtifact>OtherProjects. union(Set<IArtifact> set)Methods in net.ssehub.easy.instantiation.core.model.buildlangModel with parameters of type Set Modifier and Type Method Description Set<IArtifact>OtherProjects. difference(Set<IArtifact> set)Set<IArtifact>OtherProjects. intersection(Set<IArtifact> set)Set<IArtifact>OtherProjects. symmetricDifference(Set<IArtifact> set)Set<IArtifact>OtherProjects. union(Set<IArtifact> set) -
Uses of Set in net.ssehub.easy.instantiation.core.model.defaultInstantiators
Methods in net.ssehub.easy.instantiation.core.model.defaultInstantiators that return Set Modifier and Type Method Description static Set<FileArtifact>Zip. add(Path base, Collection<FileArtifact> artifacts, Path target, ZipHandler handler)Packssourcefiles intotargetusing handler.static Set<FileArtifact>Zip. toFileArtifactSet(java.util.List<java.io.File> files, ArtifactModel model)Turns a list of files into related file artifacts.static Set<FileArtifact>Unzip. unpack(Path zip, Path target, java.lang.String pattern, ZipHandler handler)Unpacks files inzipthat matches the givenfilterintotarget.static Set<FileArtifact>Unzip. unpack(Path zip, Path target, ZipHandler handler)Unpacks files inzipintotarget.static Set<FileArtifact>Unzip. unzip(Path zip, Path target)Unpacks files inzipintotarget.static Set<IArtifact>VilTemplateProcessor. vilTemplateProcessor(java.lang.String templateName, Configuration config, IArtifact target, boolean addAdvice, java.util.Map<java.lang.String,java.lang.Object> other)Instantiatessourcetotarget.static Set<IArtifact>VilTemplateProcessor. vilTemplateProcessor(java.lang.String templateName, Configuration config, IArtifact target, java.util.Map<java.lang.String,java.lang.Object> other)Instantiatessourcetotarget.static Set<IArtifact>VilTemplateProcessor. vilTemplateProcessor(java.lang.String templateName, Configuration config, Collection<IArtifact> targets, boolean addAdvice, java.util.Map<java.lang.String,java.lang.Object> other)Instantiatessourcetotarget.static Set<IArtifact>VilTemplateProcessor. vilTemplateProcessor(java.lang.String templateName, Configuration config, Collection<IArtifact> targets, java.util.Map<java.lang.String,java.lang.Object> other)Instantiatessourcetotarget.static Set<IArtifact>VilTemplateProcessor. vilTemplateProcessor(FileArtifact template, Configuration config, IArtifact target, boolean addAdvice, java.util.Map<java.lang.String,java.lang.Object> other)Instantiatessourcetotargetby textual replacement.static Set<IArtifact>VilTemplateProcessor. vilTemplateProcessor(FileArtifact template, Configuration config, IArtifact target, java.util.Map<java.lang.String,java.lang.Object> other)Instantiatessourcetotargetby textual replacement and no implicit advice.static Set<IArtifact>VilTemplateProcessor. vilTemplateProcessor(FileArtifact template, Configuration config, Collection<IArtifact> targets, boolean addAdvice, java.util.Map<java.lang.String,java.lang.Object> other)Instantiatessourcetotargetby textual replacement.static Set<IArtifact>VilTemplateProcessor. vilTemplateProcessor(FileArtifact template, Configuration config, Collection<IArtifact> targets, java.util.Map<java.lang.String,java.lang.Object> other)Instantiatessourcetotargetby textual replacement and no implicit advice.static Set<IArtifact>VilTemplateProcessor. vilTemplateProcessor(VtlFileArtifact template, Configuration config, IArtifact target, java.util.Map<java.lang.String,java.lang.Object> other)Instantiatessourcetotarget.static Set<IArtifact>VilTemplateProcessor. vilTemplateProcessor(VtlFileArtifact template, Configuration config, Collection<IArtifact> targets, java.util.Map<java.lang.String,java.lang.Object> other)Instantiatessourcetotarget.static Set<FileArtifact>Zip. zip(Path base, Path artifacts, Path zip)Packssourcefiles intotarget.static Set<FileArtifact>Zip. zip(Path base, Collection<FileArtifact> artifacts, Path zip)Packssourcefiles intotarget. -
Uses of Set in net.ssehub.easy.instantiation.core.model.vilTypes
Classes in net.ssehub.easy.instantiation.core.model.vilTypes that implement Set Modifier and Type Class Description classArraySet<T>Implements an array wrapper for the VIL set type.classFixedListSet<T>Implements an array wrapper for the VIL set type which does not allow sequence reorderingFixedListSet.allowSequenceAdjustment().classListSet<T>Implements an list wrapper for the VIL set type.classSetSet<T>A VIL set wrapper based on a Java set.classUnmodifiableSet<T>Implements an unmodifiable set wrapper.Fields in net.ssehub.easy.instantiation.core.model.vilTypes declared as Set Modifier and Type Field Description private Set<T>UnmodifiableSet. setMethods in net.ssehub.easy.instantiation.core.model.vilTypes that return Set Modifier and Type Method Description static Set<?>PseudoType. allInstances(TypeDescriptor<?> type)Provides access to all instances of this type in the configuration.Set<?>TypeDescriptor. allInstances()Provides access to all instances of this type.Set<T>ArraySequence. asSet()Set<T>ArraySet. asSet()Set<T>Collection. asSet()Turns this collection into a set.Set<T>ListSequence. asSet()Set<T>ListSet. asSet()Set<T>SetSet. asSet()Set<T>UnmodifiableSequence. asSet()Set<T>UnmodifiableSet. asSet()Set<T>ArraySet. cloneCollection()Set<T>ListSet. cloneCollection()Set<T>Set. cloneCollection()Set<T>SetSet. cloneCollection()Set<T>UnmodifiableSet. cloneCollection()Set<?>ArraySequence. closure(ExpressionEvaluator evaluator)Set<?>ArraySet. closure(ExpressionEvaluator evaluator)Set<?>ListSequence. closure(ExpressionEvaluator evaluator)Set<?>ListSet. closure(ExpressionEvaluator evaluator)Set<?>Sequence. closure(ExpressionEvaluator evaluator)Set<?>Set. closure(ExpressionEvaluator evaluator)Set<?>SetSet. closure(ExpressionEvaluator evaluator)Set<?>UnmodifiableSequence. closure(ExpressionEvaluator evaluator)Set<?>UnmodifiableSet. closure(ExpressionEvaluator evaluator)Set<?>ArraySet. collect(ExpressionEvaluator evaluator)Set<?>ListSet. collect(ExpressionEvaluator evaluator)Set<?>Set. collect(ExpressionEvaluator evaluator)Set<?>SetSet. collect(ExpressionEvaluator evaluator)Set<?>UnmodifiableSet. collect(ExpressionEvaluator evaluator)Set<?>ArraySet. collectNested(ExpressionEvaluator evaluator)Set<?>ListSet. collectNested(ExpressionEvaluator evaluator)Set<?>Set. collectNested(ExpressionEvaluator evaluator)Set<?>SetSet. collectNested(ExpressionEvaluator evaluator)Set<?>UnmodifiableSet. collectNested(ExpressionEvaluator evaluator)Set<T>ArraySet. difference(Set<T> set)Set<T>ListSet. difference(Set<T> set)Set<T>Set. difference(Set<T> set)Calculates the difference between this and the given set.Set<T>SetSet. difference(Set<T> set)Set<T>UnmodifiableSet. difference(Set<T> set)static <T> Set<T>ArraySet. empty(java.lang.Class<?> param, TypeRegistry registry)Returns an empty set for one type parameter.static <T extends IVilType>
Set<T>ArraySet. empty(java.lang.Class<T> param)Returns an empty set for one type parameter using the default type registry.static <T> Set<T>ArraySet. empty(TypeDescriptor<?> param)Returns an empty set for one type parameter.static <T> Set<T>ListSet. empty(TypeDescriptor<?> param)Returns an empty set for one type parameter.Set<T>ArraySet. excluding(Collection<T> set)Set<T>ListSet. excluding(Collection<T> set)Set<T>Set. excluding(Collection<T> set)Exclude the elements inset.Set<T>SetSet. excluding(Collection<T> set)Set<T>UnmodifiableSet. excluding(Collection<T> set)Set<?>ArraySet. flatten()Set<?>ListSet. flatten()Set<?>Set. flatten()Set<?>SetSet. flatten()Set<?>UnmodifiableSet. flatten()Set<K>Map. getKeys()Returns the keys of this map.Set<FileArtifact>Project. getLocalProjectArtifacts()Returns the local project artifacts.Set<V>Map. getValues()Returns the values of this map.Set<T>ArraySet. including(Collection<T> set)Set<T>ListSet. including(Collection<T> set)Set<T>Set. including(Collection<T> set)Include the elements inset.Set<T>SetSet. including(Collection<T> set)Set<T>UnmodifiableSet. including(Collection<T> set)Set<T>ArraySet. intersection(Set<T> set)Returns the intersection of this set withset.Set<T>ListSet. intersection(Set<T> set)Returns the intersection of this set withset.Set<T>Set. intersection(Set<T> set)Returns the intersection of this set withset.Set<T>SetSet. intersection(Set<T> set)Set<T>UnmodifiableSet. intersection(Set<T> set)Returns the intersection of this set withset.Set<K>Map. keys()Returns the keys of this map.Set<Project>Project. predecessors()Returns the predecessors of this project.Set<T>ArraySet. reject(ExpressionEvaluator evaluator)Set<T>ListSet. reject(ExpressionEvaluator evaluator)Set<T>Set. reject(ExpressionEvaluator evaluator)Set<T>SetSet. reject(ExpressionEvaluator evaluator)Set<T>UnmodifiableSet. reject(ExpressionEvaluator evaluator)Set<T>ArraySet. select(ExpressionEvaluator evaluator)Set<T>ListSet. select(ExpressionEvaluator evaluator)Set<T>Set. select(ExpressionEvaluator evaluator)Set<T>SetSet. select(ExpressionEvaluator evaluator)Set<T>UnmodifiableSet. select(ExpressionEvaluator evaluator)Set<FileArtifact>Project. selectAllFiles()Returns all files.Set<FolderArtifact>Project. selectAllFolders()Returns all folders.Set<T>ArraySet. selectByKind(TypeDescriptor<?> type)Set<T>ListSet. selectByKind(TypeDescriptor<?> type)Set<FileArtifact>Project. selectByKind(java.lang.Class<?> type)Does type selection of artifacts by type or sub-type.Set<T>Set. selectByKind(TypeDescriptor<?> type)Set<T>SetSet. selectByKind(TypeDescriptor<?> type)Set<T>UnmodifiableSet. selectByKind(TypeDescriptor<?> type)Set<FileArtifact>Project. selectByName(java.lang.String name)Does name selection of artifacts.Set<T>ArraySet. selectByType(TypeDescriptor<?> type)Set<T>ListSet. selectByType(TypeDescriptor<?> type)Set<FileArtifact>Project. selectByType(java.lang.Class<?> type)Does type selection of artifacts type equality.Set<T>Set. selectByType(TypeDescriptor<?> type)Set<T>SetSet. selectByType(TypeDescriptor<?> type)Set<T>UnmodifiableSet. selectByType(TypeDescriptor<?> type)Set<T>ArraySet. symmetricDifference(Set<T> set)Set<T>ListSet. symmetricDifference(Set<T> set)Set<T>Set. symmetricDifference(Set<T> set)Calculates the symmetric difference between this and the given set.Set<T>SetSet. symmetricDifference(Set<T> set)Set<T>UnmodifiableSet. symmetricDifference(Set<T> set)Set<T>ArraySequence. toSet()Set<T>ListSequence. toSet()Set<T>Sequence. toSet()Turns this sequence into a set.Set<T>UnmodifiableSequence. toSet()Set<T>ArraySet. typeReject(TypeDescriptor<?> type)Set<T>ListSet. typeReject(TypeDescriptor<?> type)Set<FileArtifact>Project. typeReject(java.lang.Class<?> type)Does type selection of artifacts by not matching type or sub-type.Set<T>Set. typeReject(TypeDescriptor<?> type)Set<T>SetSet. typeReject(TypeDescriptor<?> type)Set<T>UnmodifiableSet. typeReject(TypeDescriptor<?> type)Set<T>ArraySet. union(Set<T> set)Compute the union of this set andset(without duplicates).Set<T>ListSet. union(Set<T> set)Compute the union of this set andset(without duplicates).Set<T>Set. union(Set<T> set)Compute the union of this set andset(without duplicates).Set<T>SetSet. union(Set<T> set)Set<T>UnmodifiableSet. union(Set<T> set)Compute the union of this set andset(without duplicates).Set<V>Map. values()Returns the values of this map.Methods in net.ssehub.easy.instantiation.core.model.vilTypes that return types with arguments of type Set Modifier and Type Method Description static TypeDescriptor<? extends Set<?>>TypeRegistry. getSetType(TypeDescriptor<?>... parameter)Returns the VIL type for a set with the given type parameters.Methods in net.ssehub.easy.instantiation.core.model.vilTypes with parameters of type Set Modifier and Type Method Description Set<T>ArraySet. difference(Set<T> set)Set<T>ListSet. difference(Set<T> set)Set<T>Set. difference(Set<T> set)Calculates the difference between this and the given set.static <T> java.util.Set<T>SetOperations. difference(Set<T> s1, Set<T> s2)Calculates the difference between the given two sets, i.e., the elements ofs1that are not ins2.private static <T> java.util.Set<T>SetOperations. difference(Set<T> s1, Set<T> s2, java.util.Set<T> result)Calculates the difference between the given two sets, i.e., the elements ofs1that are not ins2.Set<T>SetSet. difference(Set<T> set)Set<T>UnmodifiableSet. difference(Set<T> set)Set<T>ArraySet. intersection(Set<T> set)Returns the intersection of this set withset.Set<T>ListSet. intersection(Set<T> set)Returns the intersection of this set withset.Set<T>Set. intersection(Set<T> set)Returns the intersection of this set withset.Set<T>SetSet. intersection(Set<T> set)Set<T>UnmodifiableSet. intersection(Set<T> set)Returns the intersection of this set withset.Set<T>ArraySet. symmetricDifference(Set<T> set)Set<T>ListSet. symmetricDifference(Set<T> set)Set<T>Set. symmetricDifference(Set<T> set)Calculates the symmetric difference between this and the given set.static <T> java.util.Set<T>SetOperations. symmetricDifference(Set<T> s1, Set<T> s2)Calculates the symmetric difference between the given two sets, i.e., the elements that are either ins1or ins2but not in both.Set<T>SetSet. symmetricDifference(Set<T> set)Set<T>UnmodifiableSet. symmetricDifference(Set<T> set)Set<T>ArraySet. union(Set<T> set)Compute the union of this set andset(without duplicates).Set<T>ListSet. union(Set<T> set)Compute the union of this set andset(without duplicates).Set<T>Set. union(Set<T> set)Compute the union of this set andset(without duplicates).Set<T>SetSet. union(Set<T> set)Set<T>UnmodifiableSet. union(Set<T> set)Compute the union of this set andset(without duplicates).Constructors in net.ssehub.easy.instantiation.core.model.vilTypes with parameters of type Set Constructor Description UnmodifiableSet(Set<T> set)Creates an unmodifiable set wrapper. -
Uses of Set in net.ssehub.easy.instantiation.core.model.vilTypes.configuration
Methods in net.ssehub.easy.instantiation.core.model.vilTypes.configuration that return Set Modifier and Type Method Description Set<?>Configuration. allInstances(TypeDescriptor<?> type)Returns all instances of the giventype.Set<?>IvmlTypeDescriptor. allInstances()abstract Set<Attribute>AbstractIvmlVariable. annotations()Returns the annotations for this variable.Set<Attribute>Attribute. annotations()Set<Attribute>DecisionVariable. annotations()abstract Set<Attribute>AbstractIvmlVariable. attributes()Returns the annotations for this variable.Set<Attribute>Attribute. attributes()Set<Attribute>DecisionVariable. attributes()Set<DecisionVariable>AbstractIvmlVariable. variablesSet()Returns the decision variables contained in this variable as a set. -
Uses of Set in net.ssehub.easy.instantiation.java.artifacts
Methods in net.ssehub.easy.instantiation.java.artifacts that return Set Modifier and Type Method Description Set<JavaAnnotation>JavaAttribute. annotations()Returns the annotations of this attribute.Set<JavaAnnotation>JavaClass. annotations()Returns the annotations of this class.Set<JavaAnnotation>JavaMethod. annotations()Returns the annotations of this method.Set<JavaAnnotation>JavaParentFragmentArtifact. annotations(java.util.List<org.eclipse.jdt.core.dom.IExtendedModifier> modifierList)Returns the annotations for a givenmodifierList.Set<JavaAttribute>JavaClass. attributes()Returns the attributes of this class.Set<JavaClass>ClassFileArtifact. classes()Returns the classes of this java file.Set<JavaClass>JavaClass. classes()Returns the inner classes of this class.Set<JavaClass>JavaFileArtifact. classes()Returns the classes of this java file.Set<java.lang.String>JavaAnnotation. fields()Returns the fields of this annotation.Set<JavaImport>JavaFileArtifact. imports()Returns all imports.Set<JavaMethod>JavaClass. methods()Returns the methods of this class.Set<JavaQualifiedName>JavaClass. qualifiedNames()Returns all qualified names of this class.Set<JavaQualifiedName>JavaFileArtifact. qualifiedNames()Returns all qualified names.Methods in net.ssehub.easy.instantiation.java.artifacts with parameters of type Set Modifier and Type Method Description private booleanJavaFileArtifact. checkAnnotation(java.lang.String annotation, java.lang.String field, java.lang.String value, boolean hasAnnotation, Set<JavaAnnotation> annotations)Checks if a Set of JavaAnnotations contains a specific annotation. -
Uses of Set in net.ssehub.easy.instantiation.java.instantiators
Methods in net.ssehub.easy.instantiation.java.instantiators that return Set Modifier and Type Method Description static Set<FileArtifact>CocktailInstantiator. cocktailInstantiator(Collection<JavaFileArtifact> artifacts, FileArtifact resolution)Compilessourcetotarget.static Set<FileArtifact>CocktailInstantiator. cocktailInstantiator(Project target)Does the standard job of the cocktain instantiator.static Set<FileArtifact>Jar. jar(Path base, Path artifacts, Path jar, Path manifest)Packssourcefiles intotarget.static Set<FileArtifact>Jar. jar(Path base, Collection<FileArtifact> artifacts, Path jar)Packssourcefiles intotarget.static Set<FileArtifact>Jar. jar(Path base, Collection<FileArtifact> artifacts, Path jar, Path manifest)Packssourcefiles intotarget.static Set<FileArtifact>Javac. javac(Path source, Path target, java.util.Map<java.lang.String,java.lang.Object> other)Compiles a source path to a target path.static Set<FileArtifact>Javac. javac(Collection<FileArtifact> source, Path target, java.util.Map<java.lang.String,java.lang.Object> other)Compiles a source path to a target path.static Set<FileArtifact>Unjar. unjar(Path jar, Path target)Packssourcefiles intotargetwithout unpacking the manifest.static Set<FileArtifact>Unjar. unjar(Path jar, Path target, boolean includeManifest)Packssourcefiles intotarget.static Set<FileArtifact>Unjar. unjar(Path jar, Path target, java.lang.String pattern)Packssourcefiles which matchesfilterintotargetwithout unpacking the manifest.static Set<FileArtifact>Unjar. unjar(Path jar, Path target, java.lang.String pattern, boolean includeManifest)Packssourcefiles which matchesfilterintotargetwithout unpacking the manifest. -
Uses of Set in net.ssehub.easy.instantiation.maven
Methods in net.ssehub.easy.instantiation.maven that return Set Modifier and Type Method Description private static Set<FileArtifact>Maven. build(Path root, java.lang.String buildFilePath, boolean updateSnapshots, java.lang.String[] targets)Executes a specific MAVEN build specification.static Set<FileArtifact>Maven. maven(Path root)Executes a specific MAVEN build specification with "clean" and "install" targets.static Set<FileArtifact>Maven. maven(Path root, boolean updateSnapshots)Executes a specific MAVEN build specification with "clean" and "install" targets.static Set<FileArtifact>Maven. maven(Path root, boolean updateSnapshots, Sequence<java.lang.String> buildtargets)Executes a specific MAVEN build specification.static Set<FileArtifact>Maven. maven(Path root, java.lang.String buildFilePath)Executes a specific MAVEN build specification with "clean" and "install" targets.static Set<FileArtifact>Maven. maven(Path root, java.lang.String buildFilePath, boolean updateSnapshots)Executes a specific MAVEN build specification with "clean" and "install" targets.static Set<FileArtifact>Maven. maven(Path root, java.lang.String buildFilePath, boolean updateSnapshots, Sequence<java.lang.String> buildtargets)Executes a specific MAVEN build specification.static Set<FileArtifact>Maven. maven(Path root, java.lang.String buildFilePath, Sequence<java.lang.String> buildtargets)Executes a specific MAVEN build specification.static Set<FileArtifact>Maven. maven(Path root, Sequence<java.lang.String> buildtargets)Executes a specific MAVEN build specification. -
Uses of Set in net.ssehub.easy.instantiation.velocity
Methods in net.ssehub.easy.instantiation.velocity that return Set Modifier and Type Method Description static Set<FileArtifact>VelocityInstantiator. velocity(Path template, Configuration config)Instantiates a single file artifact using the givenconfiguration.static Set<FileArtifact>VelocityInstantiator. velocity(Path template, Configuration config, Map<?,?> nameMapping)Instantiates a single file artifact using the givenconfiguration.static Set<FileArtifact>VelocityInstantiator. velocity(Collection<FileArtifact> templates, Configuration config)Instantiates a collection of file artifacts using the givenconfiguration.static Set<FileArtifact>VelocityInstantiator. velocity(Collection<FileArtifact> templates, Configuration config, Map<?,?> nameMapping)Instantiates a collection of file artifacts using the givenconfiguration.
-