Class PathUtil
java.lang.Object
org.apache.derby.impl.io.vfmem.PathUtil
Helper methods to deal with paths in the in-memory "file system".
These methods are similar to those in java.io.File.
Note: The system has been hardcoded to use the separator specified
by java.io.File.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static voidbasicPathChecks(String path) static StringgetBaseName(String path) Returns the base name of the path.static StringReturns the parent of the path.static StringJoins the two paths by inserting the separator chararcter between them.
-
Field Details
-
SEP
public static final char SEP -
SEP_STR
-
-
Constructor Details
-
PathUtil
private PathUtil()This class cannot be instantiated.
-
-
Method Details
-
basicPathChecks
-
getBaseName
-
getParent
-
join
-