public final class BuildPathUtils
extends Object
Utilities methods related to build path.
-
Method Summary
Returns the
Path
to the project root directory.
Returns the
Path
to the resources directory.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
getProjectRoot
public static Path getProjectRoot()
Returns the
Path
to the project root directory.
-
getResourcesDir
public static Path getResourcesDir()
Returns the
Path
to the resources directory.