org.enhydra.kelp.common
Class PathUtil
- public class PathUtil
putFileRelativeToProject
public static void putFileRelativeToProject(OtterNode node,
String propertyName,
String inFilename)
- Method declaration
- Parameters:
node
-
propertyName
-
inFilename
-
- See Also:
getFileRelativeToProject
public static File getFileRelativeToProject(OtterNode node,
String propertyName)
- Method declaration
- Parameters:
node
-
propertyName
-
- Returns:
- See Also:
compressPathRelativeToProject
public static String compressPathRelativeToProject(OtterNode node,
String in)
- Method declaration
- Parameters:
node
-
inPath
-
- Returns:
- See Also:
expandPathRelativeToProject
public static String expandPathRelativeToProject(OtterNode node,
String inPath)
- Method declaration
- Parameters:
node
-
inPath
-
- Returns:
- See Also: