| Package | Description |
|---|---|
| org.jboss.osgi.framework.spi |
| Modifier and Type | Field and Description |
|---|---|
static AttachmentKey<StorageState> |
IntegrationConstants.STORAGE_STATE_KEY
The storage state attachment key
|
| Modifier and Type | Method and Description |
|---|---|
static StorageState |
StorageState.createStorageState(File storageDir) |
static StorageState |
StorageState.createStorageState(File storageDir,
VirtualFile rootFile,
Properties props) |
StorageState |
StorageManager.createStorageState(long bundleId,
String location,
Integer initialStartlevel,
VirtualFile rootFile) |
StorageState |
StorageManager.getStorageState(String location) |
| Modifier and Type | Method and Description |
|---|---|
Set<StorageState> |
StorageManager.getStorageStates() |
| Modifier and Type | Method and Description |
|---|---|
Deployment |
DeploymentProvider.createDeployment(StorageState storageState)
Create a
Deployment from the given bundle storage. |
void |
StorageManager.deleteStorageState(StorageState storageState) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.