Uses of Class
com.aoapps.net.Path
Packages that use Path
-
Uses of Path in com.aoapps.net
Fields in com.aoapps.net declared as PathMethods in com.aoapps.net that return PathModifier and TypeMethodDescriptionPath.intern()
Interns this path much in the same fashion asString.intern()
.Path.prefix
(int len) Gets a prefix path of the given length.Path.subPath
(int beginIndex, int endIndex) Gets a sub path of the given beginning and end.Path.suffix
(int beginIndex) Gets a suffix path starting at the given index.static Path
Methods in com.aoapps.net with parameters of type Path