Package one.microstream.afs.blobstore
Interface BlobStorePath
- All Known Implementing Classes:
BlobStorePath.Default
public interface BlobStorePath
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
BlobStorePath.Default
static interface
BlobStorePath.Validator
-
Field Summary
Fields Modifier and Type Field Description static String
SEPARATOR
static char
SEPARATOR_CHAR
-
Method Summary
Modifier and Type Method Description String
container()
String
fullQualifiedName()
String
identifier()
static BlobStorePath
New(String... pathElements)
BlobStorePath
parentPath()
String[]
pathElements()
static String[]
splitPath(String fullQualifiedPath)
-
Field Details
-
SEPARATOR
- See Also:
- Constant Field Values
-
SEPARATOR_CHAR
static final char SEPARATOR_CHAR- See Also:
- Constant Field Values
-
-
Method Details
-
pathElements
String[] pathElements() -
container
String container() -
identifier
String identifier() -
fullQualifiedName
String fullQualifiedName() -
parentPath
BlobStorePath parentPath() -
splitPath
-
New
-