public class BucketDirectory extends Object
| Constructor and Description |
|---|
BucketDirectory(BucketPath bucketPath) |
BucketDirectory(String path) |
| Modifier and Type | Method and Description |
|---|---|
BucketPath |
addSuffix(String suffix) |
BucketDirectory |
append(BucketDirectory directory) |
BucketPath |
append(BucketPath bucketPath) |
BucketDirectory |
appendDirectory(String directory) |
BucketPath |
appendName(String name) |
boolean |
equals(Object o) |
ObjectHandle |
getObjectHandle() |
int |
hashCode() |
String |
toString() |
public BucketDirectory(String path)
public BucketDirectory(BucketPath bucketPath)
public BucketDirectory append(BucketDirectory directory)
public BucketPath append(BucketPath bucketPath)
public BucketDirectory appendDirectory(String directory)
public BucketPath appendName(String name)
public BucketPath addSuffix(String suffix)
public ObjectHandle getObjectHandle()
Copyright © 2019. All Rights Reserved.