| Modifier and Type | Class and Description |
|---|---|
class |
ContainerCache<N extends Container> |
interface |
ContainerFactory<N extends Container> |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractContainer |
| Modifier and Type | Method and Description |
|---|---|
Container |
AbstractContainer.create() |
Container |
AbstractStoredObject.getContainer() |
Container |
AbstractAccount.getContainer(String containerName) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Container> |
AbstractAccount.list() |
Collection<Container> |
AbstractAccount.list(PaginationMap paginationMap,
int page) |
Collection<Container> |
AbstractAccount.list(String prefix,
String marker,
int pageSize) |
| Modifier and Type | Method and Description |
|---|---|
int |
AbstractContainer.compareTo(Container o) |
void |
AbstractStoredObject.copyObject(Container targetContainer,
StoredObject targetObject) |
| Constructor and Description |
|---|
AbstractStoredObject(Container container,
String name,
boolean allowCaching) |
ContainerDirectoryPaginationMap(Container container,
Character delimiter,
String prefix,
Integer pageSize) |
ContainerPaginationMap(Container container,
String prefix,
Integer pageSize) |
| Constructor and Description |
|---|
AbstractAccount(AccountCommandFactory commandFactory,
ContainerFactory<Container> containerFactory,
ContainerFactory<Website> websiteFactory,
boolean allowCaching) |
| Modifier and Type | Class and Description |
|---|---|
class |
ContainerImpl |
class |
WebsiteImpl |
| Modifier and Type | Method and Description |
|---|---|
Container |
ContainerFactoryImpl.create(AbstractAccount account,
String containerName) |
| Constructor and Description |
|---|
StoredObjectImpl(Container container,
String name,
boolean allowCaching) |
| Modifier and Type | Class and Description |
|---|---|
class |
ContainerMock |
class |
WebsiteMock |
| Modifier and Type | Method and Description |
|---|---|
Container |
ContainerFactoryMock.create(AbstractAccount account,
String containerName) |
| Constructor and Description |
|---|
StoredObjectMock(Container container,
String name) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractWebsite |
| Modifier and Type | Method and Description |
|---|---|
protected Collection<Container> |
ListContainersCommandImpl.getReturnObject(org.apache.http.HttpResponse response) |
| Modifier and Type | Field and Description |
|---|---|
protected Container |
AbstractListCommandImpl.container |
| Constructor and Description |
|---|
AbstractContainerCommand(Account account,
org.apache.http.client.HttpClient httpClient,
Access access,
Container container) |
AbstractListCommandImpl(Account account,
org.apache.http.client.HttpClient httpClient,
Access access,
Container container,
ListInstructions listInstructions) |
ContainerInformationCommandImpl(Account account,
org.apache.http.client.HttpClient httpClient,
Access access,
Container container,
boolean allowErrorLog) |
ContainerMetadataCommandImpl(Account account,
org.apache.http.client.HttpClient httpClient,
Access access,
Container container,
Collection<? extends Header> headers) |
ContainerRightsCommandImpl(Account account,
org.apache.http.client.HttpClient httpClient,
Access access,
Container container,
boolean publicContainer) |
ContainerRightsCommandImpl(Account account,
org.apache.http.client.HttpClient httpClient,
Access access,
Container container,
String writePermissions,
String readPermissions) |
CreateContainerCommandImpl(Account account,
org.apache.http.client.HttpClient httpClient,
Access access,
Container container) |
DeleteContainerCommandImpl(Account account,
org.apache.http.client.HttpClient httpClient,
Access access,
Container container) |
ListDirectoryCommandImpl(Account account,
org.apache.http.client.HttpClient httpClient,
Access access,
Container container,
ListInstructions listInstructions,
Character delimiter) |
ListObjectsCommandImpl(Account account,
org.apache.http.client.HttpClient httpClient,
Access access,
Container container,
ListInstructions listInstructions) |
| Modifier and Type | Method and Description |
|---|---|
SwiftResult<Collection<Container>> |
ListContainersCommandMock.callSwift() |
| Constructor and Description |
|---|
ContainerInformationCommandMock(Swift swift,
Account account,
Container container,
boolean allowErrorLog) |
ContainerMetadataCommandMock(Swift swift,
Account account,
Container container,
Collection<? extends Header> headers) |
ContainerRightsCommandMock(Swift swift,
Account account,
Container container,
boolean publicContainer) |
CreateContainerCommandMock(Swift swift,
Account account,
Container container) |
DeleteContainerCommandMock(Swift swift,
Account account,
Container container) |
ListDirectoryCommandMock(Swift swift,
Account account,
Container container,
ListInstructions listInstructions) |
ListObjectsCommandMock(Swift swift,
Account account,
Container container,
ListInstructions listInstructions) |
| Modifier and Type | Field and Description |
|---|---|
protected Container |
CommandMock.container |
| Constructor and Description |
|---|
CommandMock(Swift swift,
Account account,
Container container) |
CommandMock(Swift swift,
Account account,
Container container,
StoredObject object) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Website
A Website is a specialization of Container.
|
| Modifier and Type | Method and Description |
|---|---|
Container |
Container.create()
Creates a Container in the Account.
|
Container |
Account.getContainer(String name)
Returns a handle for a container.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StoredObject.copyObject(Container targetContainer,
StoredObject targetObject)
Copies the content of an object to another object.
|
| Modifier and Type | Method and Description |
|---|---|
SwiftResult<Collection<Container>> |
Swift.listContainers(Account account,
ListInstructions listInstructions) |
Copyright © 2012-2016 42 BV. All Rights Reserved.