Package com.hypixel.hytale.common.util
Class PathUtil
java.lang.Object
com.hypixel.hytale.common.util.PathUtil
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidforEachParent(Path path, Path limit, Consumer<Path> consumer) static Pathstatic Pathstatic StringgetFileExtension(Path path) static StringgetFileName(URL extUrl) static Pathstatic Pathstatic booleanstatic Pathrelativize(Path pathA, Path pathB) static PathrelativizePretty(Path pathA, Path pathB) static StringtoUnixPathString(Path path)
-
Field Details
-
PATH_PATTERN
-
-
Constructor Details
-
PathUtil
public PathUtil()
-
-
Method Details
-
getParent
-
relativize
-
relativizePretty
-
get
-
get
-
getUserHome
-
getFileName
-
isChildOf
-
forEachParent
-
getFileExtension
-
toUnixPathString
-