Class CocktailInstantiator
- java.lang.Object
-
- net.ssehub.easy.instantiation.java.instantiators.CocktailInstantiator
-
-
Constructor Summary
Constructors Constructor Description CocktailInstantiator()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Set<FileArtifact>cocktailInstantiator(Collection<JavaFileArtifact> artifacts, FileArtifact resolution)Compilessourcetotarget.static Set<FileArtifact>cocktailInstantiator(Project target)Does the standard job of the cocktain instantiator.
-
-
-
Method Detail
-
cocktailInstantiator
public static Set<FileArtifact> cocktailInstantiator(Project target) throws VilException
Does the standard job of the cocktain instantiator.- Parameters:
target- the target project- Returns:
- the created artifacts
- Throws:
VilException- in case that something fails
-
cocktailInstantiator
public static Set<FileArtifact> cocktailInstantiator(Collection<JavaFileArtifact> artifacts, FileArtifact resolution)
Compilessourcetotarget.- Parameters:
artifacts- the artifacts to processresolution- the cocktail resolution file- Returns:
- the created artifacts
-
-