public class BucketPath extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
BUCKET_SEPARATOR |
| Constructor and Description |
|---|
BucketPath(BucketPath bucketPath) |
BucketPath(String path)
Wenn path einen Slash enthält, dann ist der Teil vor dem ersten Slash der Container und der Rest der Name
Wenn path keinen Slash enthält, dann ist alles der Container und der Name leer
|
BucketPath(String container,
String path)
container darf keinen Slash enthalten.
|
| Modifier and Type | Method and Description |
|---|---|
BucketPath |
add(String suffix) |
BucketPath |
append(BucketPath bucketPath) |
BucketPath |
append(String path) |
boolean |
equals(Object o) |
static BucketPath |
fromHandle(ObjectHandle objectHandle) |
BucketDirectory |
getBucketDirectory() |
ObjectHandle |
getObjectHandle() |
int |
hashCode() |
String |
toString() |
public static final String BUCKET_SEPARATOR
public BucketPath(String path)
public BucketPath(String container, String path)
public BucketPath(BucketPath bucketPath)
public BucketPath append(BucketPath bucketPath)
public BucketPath append(String path)
public BucketPath add(String suffix)
public ObjectHandle getObjectHandle()
public static BucketPath fromHandle(ObjectHandle objectHandle)
public BucketDirectory getBucketDirectory()
Copyright © 2019. All Rights Reserved.