Class ArtifactOperations
- java.lang.Object
-
- net.ssehub.easy.instantiation.core.model.artifactModel.ArtifactOperations
-
public class ArtifactOperations extends java.lang.ObjectThe artifact operations which cannot be implemented in an interface.- Author:
- Holger Eichelberger
-
-
Constructor Summary
Constructors Constructor Description ArtifactOperations()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static IArtifactconvert(java.lang.String val)Conversion operation.static IArtifactconvert(Path path)Conversion operation.
-
-
-
Method Detail
-
convert
public static IArtifact convert(Path path) throws VilException
Conversion operation.- Parameters:
path- the path to be converted- Returns:
- the converted value
- Throws:
VilException- in case that creating the artifact fails
-
convert
public static IArtifact convert(java.lang.String val) throws VilException
Conversion operation.- Parameters:
val- the value to be converted- Returns:
- the converted value
- Throws:
VilException- in case that creating the artifact fails
-
-