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
|
| Modifier and Type | Method and Description |
|---|---|
BucketPath |
add(String suffix) |
BucketPath |
append(BucketPath bucketPath) |
BucketPath |
append(String path) |
boolean |
equals(Object o) |
BucketDirectory |
getBucketDirectory() |
String |
getContainer() |
String |
getName() |
String |
getValue() |
int |
hashCode() |
String |
toString() |
public static final String BUCKET_SEPARATOR
public BucketPath(String path)
public BucketPath(BucketPath bucketPath)
public BucketPath append(BucketPath bucketPath)
public BucketPath append(String path)
public BucketPath add(String suffix)
public String getValue()
public String getContainer()
public String getName()
public BucketDirectory getBucketDirectory()
Copyright © 2019. All Rights Reserved.