| Constructor and Description |
|---|
ListContainersCommandImpl(Account account,
org.apache.http.client.HttpClient httpClient,
Access access,
ListInstructions listInstructions) |
| Constructor and Description |
|---|
AbstractListCommandImpl(Account account,
org.apache.http.client.HttpClient httpClient,
Access access,
Container container,
ListInstructions listInstructions) |
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 |
|---|---|
ListContainersCommand |
AccountCommandFactoryImpl.createListContainersCommand(Account account,
ListInstructions listInstructions) |
ListDirectoryCommand |
ContainerCommandFactoryImpl.createListDirectoryCommand(Account account,
Container container,
ListInstructions listInstructions,
Character delimiter) |
ListObjectsCommand |
ContainerCommandFactoryImpl.createListObjectsCommand(Account account,
Container container,
ListInstructions listInstructions) |
| Constructor and Description |
|---|
ListContainersCommandMock(Swift swift,
Account account,
ListInstructions listInstructions) |
| Constructor and Description |
|---|
ListDirectoryCommandMock(Swift swift,
Account account,
Container container,
ListInstructions listInstructions) |
ListObjectsCommandMock(Swift swift,
Account account,
Container container,
ListInstructions listInstructions) |
| Modifier and Type | Method and Description |
|---|---|
ListContainersCommand |
AccountCommandFactoryMock.createListContainersCommand(Account account,
ListInstructions listInstructions) |
ListDirectoryCommand |
ContainerCommandFactoryMock.createListDirectoryCommand(Account account,
Container container,
ListInstructions listInstructions,
Character delimiter) |
ListObjectsCommand |
ContainerCommandFactoryMock.createListObjectsCommand(Account account,
Container container,
ListInstructions listInstructions) |
| Modifier and Type | Method and Description |
|---|---|
ListContainersCommand |
AccountCommandFactory.createListContainersCommand(Account account,
ListInstructions listInstructions) |
ListDirectoryCommand |
ContainerCommandFactory.createListDirectoryCommand(Account account,
Container container,
ListInstructions listInstructions,
Character delimiter) |
ListObjectsCommand |
ContainerCommandFactory.createListObjectsCommand(Account account,
Container container,
ListInstructions listInstructions) |
| Modifier and Type | Method and Description |
|---|---|
ListInstructions |
ListInstructions.setDelimiter(Character delimiter) |
ListInstructions |
ListInstructions.setLimit(Integer limit) |
ListInstructions |
ListInstructions.setMarker(String marker) |
ListInstructions |
ListInstructions.setPrefix(String prefix) |
| Modifier and Type | Method and Description |
|---|---|
SwiftResult<Collection<Container>> |
Swift.listContainers(Account account,
ListInstructions listInstructions) |
SwiftResult<Collection<DirectoryOrObject>> |
SwiftContainer.listDirectories(Container container,
ListInstructions listInstructions) |
SwiftResult<Collection<DirectoryOrObject>> |
Swift.listDirectory(Container container,
ListInstructions listInstructions) |
SwiftResult<Collection<StoredObject>> |
SwiftContainer.listObjects(Container container,
ListInstructions listInstructions) |
SwiftResult<Collection<StoredObject>> |
Swift.listObjects(Container container,
ListInstructions listInstructions) |
Copyright © 2012-2016 42 BV. All Rights Reserved.