| Package | Description |
|---|---|
| ddf.catalog.history | |
| ddf.catalog.impl |
Provides the Catalog Framework reference implementation.
|
| ddf.catalog.impl.operations | |
| org.codice.ddf.catalog.content.impl | |
| org.codice.ddf.catalog.content.resource.reader | |
| org.codice.ddf.commands.catalog |
| Modifier and Type | Method and Description |
|---|---|
List<StorageProvider> |
Historian.getStorageProviders() |
| Modifier and Type | Method and Description |
|---|---|
void |
Historian.setStorageProviders(List<StorageProvider> storageProviders) |
| Modifier and Type | Method and Description |
|---|---|
List<StorageProvider> |
FrameworkProperties.getStorageProviders() |
| Modifier and Type | Method and Description |
|---|---|
void |
FrameworkProperties.setStorageProviders(List<StorageProvider> storageProviders) |
| Modifier and Type | Method and Description |
|---|---|
StorageProvider |
SourceOperations.getStorage() |
| Modifier and Type | Method and Description |
|---|---|
void |
SourceOperations.bind(StorageProvider storageProvider)
Invoked by blueprint when a
StorageProvider is created and bound to this
CatalogFramework instance. |
void |
SourceOperations.unbind(StorageProvider storageProvider)
Invoked by blueprint when a
StorageProvider is deleted and unbound from this
CatalogFramework instance. |
| Modifier and Type | Class and Description |
|---|---|
class |
FileSystemStorageProvider
File system storage provider.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ContentResourceReader.bind(StorageProvider storageProvider) |
void |
ContentResourceReader.unbind(StorageProvider storageProvider) |
| Constructor and Description |
|---|
ContentResourceReader(List<StorageProvider> storageProviders) |
| Modifier and Type | Field and Description |
|---|---|
protected StorageProvider |
ExportCommand.storageProvider |
This work is licensed under a Creative Commons Attribution 4.0 International License.