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 String
static String
ensureRelative
(String path) static String
extractParentPath
(String path) static boolean
hasTrailingSeparator
(String path) static boolean
isAbsolute
(String path) static boolean
static boolean
isEmptyStep
(String path) static boolean
static String[]
static String[]
splitToSteps
(String path, boolean preserveRootAsStep) static String
trimLeadingSeparator
(String path) static String
trimParentPath
(String path) static String
trimTrailingSeparator
(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
-