Package org.opencastproject.util
Class PathSupport
java.lang.Object
org.opencastproject.util.PathSupport
Deprecated.
PathSupport is a helper class to deal with filesystem paths.-
Method Summary
-
Method Details
-
concat
Deprecated.Use Java's nativePaths.get(String, …).toFile()
insteadConcatenates the two urls with respect to leading and trailing slashes.- Returns:
- the concatenated url of the two arguments
-
concat
Deprecated.Use Java's nativePaths.get(String, …).toFile()
insteadConcatenates the path elements with respect to leading and trailing slashes.- Parameters:
parts- the parts to concat- Returns:
- the concatenated path
-
path
Deprecated.
-