public class BucketDirectory extends Object
| Constructor and Description |
|---|
BucketDirectory(BucketPath bucketPath) |
BucketDirectory(String path) |
| Modifier and Type | Method and Description |
|---|---|
BucketDirectory |
append(BucketDirectory directory) |
BucketPath |
append(BucketPath bucketPath) |
BucketDirectory |
appendDirectory(String directory) |
BucketPath |
appendName(String name) |
boolean |
equals(Object o) |
String |
getContainer() |
String |
getName() |
String |
getValue() |
int |
hashCode() |
boolean |
isRoot() |
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 String getValue()
public String getContainer()
public boolean isRoot()
public String getName()
Copyright © 2019. All Rights Reserved.