Class PathUtils
- java.lang.Object
-
- org.apache.maven.archetype.common.util.PathUtils
-
public class PathUtils extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description PathUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
convertPathForOS(java.lang.String path)
This method converts all \ or / chars to File.separatorChar.static java.lang.String
getDirectory(java.lang.String file, int level)
-