Class FilesPath
java.lang.Object
org.apache.camel.component.file.azure.FilesPath
The path separator is
/.
The absolute paths start with the path separator, they do not include the share name and they are relative to the share root rather than to the endpoint starting directory.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic Stringstatic StringensureRelative(String path) static StringextractParentPath(String path) static booleanhasTrailingSeparator(String path) static booleanisAbsolute(String path) static booleanstatic booleanisEmptyStep(String path) static booleanstatic String[]static String[]splitToSteps(String path, boolean preserveRootAsStep) static StringtrimLeadingSeparator(String path) static StringtrimParentPath(String path) static StringtrimTrailingSeparator(String path)
-
Field Details
-
PARENT
- See Also:
-
CWD
- See Also:
-
SHARE_ROOT
- See Also:
-
PATH_SEPARATOR
public static final char PATH_SEPARATOR- See Also:
-
-
Method Details
-
isEmpty
-
isEmptyStep
-
isRoot
-
isAbsolute
-
ensureRelative
-
concat
-
trimTrailingSeparator
-
hasTrailingSeparator
-
trimParentPath
-
extractParentPath
-
split
-
splitToSteps
-
trimLeadingSeparator
-