public final class FeatureDataStorePathUtils
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
FeatureDataStorePathUtils.PathEntry |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getAbsolutePath(java.lang.String path,
int depth)
returns the path up to the specified depth (inclusive)
|
static java.lang.String |
getFolder(java.lang.String path,
int depth)
returns the name of the folder at the specified depth
|
static int |
getPathDepth(java.lang.String path)
returns the depth of the path
|
static void |
processPath(FeatureDataStorePathUtils.PathEntry root,
long fsid,
java.lang.String path,
int pathDepth,
int recurseDepth) |
public static int getPathDepth(java.lang.String path)
public static java.lang.String getFolder(java.lang.String path, int depth)
public static java.lang.String getAbsolutePath(java.lang.String path, int depth)
public static void processPath(FeatureDataStorePathUtils.PathEntry root, long fsid, java.lang.String path, int pathDepth, int recurseDepth)