| 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,
java.lang.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,
java.lang.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,
java.lang.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,
java.lang.Character delimiter) |
ListObjectsCommand |
ContainerCommandFactory.createListObjectsCommand(Account account,
Container container,
ListInstructions listInstructions) |
| Modifier and Type | Method and Description |
|---|---|
ListInstructions |
ListInstructions.setDelimiter(java.lang.Character delimiter) |
ListInstructions |
ListInstructions.setLimit(java.lang.Integer limit) |
ListInstructions |
ListInstructions.setMarker(java.lang.String marker) |
ListInstructions |
ListInstructions.setPrefix(java.lang.String prefix) |
| Modifier and Type | Method and Description |
|---|---|
SwiftResult<java.util.Collection<Container>> |
Swift.listContainers(Account account,
ListInstructions listInstructions) |
SwiftResult<java.util.Collection<DirectoryOrObject>> |
SwiftContainer.listDirectories(Container container,
ListInstructions listInstructions) |
SwiftResult<java.util.Collection<DirectoryOrObject>> |
Swift.listDirectory(Container container,
ListInstructions listInstructions) |
SwiftResult<java.util.Collection<StoredObject>> |
SwiftContainer.listObjects(Container container,
ListInstructions listInstructions) |
SwiftResult<java.util.Collection<StoredObject>> |
Swift.listObjects(Container container,
ListInstructions listInstructions) |
Copyright © 2012-2020 42 BV. All Rights Reserved.