Class AbstractFileInstantiator
- java.lang.Object
-
- net.ssehub.easy.instantiation.core.model.defaultInstantiators.AbstractFileInstantiator
-
-
Constructor Summary
Constructors Constructor Description AbstractFileInstantiator()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description protected static java.io.FiledetermineTargetPath(Path target)Determines the target path from a VIL path and ensures its existence.protected static java.lang.StringtoString(java.lang.Object object)Turns an object into a string as parameter to the command line compiler.
-
-
-
Method Detail
-
toString
protected static java.lang.String toString(java.lang.Object object)
Turns an object into a string as parameter to the command line compiler.- Parameters:
object- the object to be turned into a string- Returns:
- the string representing the object
-
determineTargetPath
protected static java.io.File determineTargetPath(Path target)
Determines the target path from a VIL path and ensures its existence.- Parameters:
target- the VIL target path- Returns:
- the target path as a string or null if none shall be set
-
-