| Package | Description |
|---|---|
| org.duracloud.storage.domain | |
| org.duracloud.storage.domain.impl | |
| org.duracloud.storage.provider | |
| org.duracloud.storage.xml.impl |
| Modifier and Type | Method and Description |
|---|---|
static StorageProviderType |
StorageProviderType.fromString(String pt) |
StorageProviderType |
StorageAccount.getType() |
static StorageProviderType |
StorageProviderType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StorageProviderType[] |
StorageProviderType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StorageAccount.setType(StorageProviderType type) |
| Modifier and Type | Method and Description |
|---|---|
StorageProviderType |
StorageAccountImpl.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
StorageAccountImpl.setType(StorageProviderType type) |
| Constructor and Description |
|---|
StorageAccountImpl(String id,
String username,
String password,
StorageProviderType type) |
| Modifier and Type | Method and Description |
|---|---|
StorageProviderType |
BrokeredStorageProvider.getTargetType() |
| Constructor and Description |
|---|
BrokeredStorageProvider(StatelessStorageProvider dispatchProvider,
StorageProvider targetProvider,
StorageProviderType targetType,
String storeId) |
| Modifier and Type | Method and Description |
|---|---|
protected StorageProviderType |
StorageAccountProviderSimpleBindingImpl.getStorageProviderType(org.jdom.Element xml) |
Copyright © 2009–2015 DuraSpace. All rights reserved.