public interface StorageManager
Modifier and Type | Method and Description |
---|---|
StorageState |
createStorageState(long bundleId,
String location,
Integer initialStartlevel,
org.jboss.osgi.vfs.VirtualFile rootFile) |
void |
deleteStorageState(StorageState storageState) |
File |
getDataFile(long bundleId,
String filename) |
File |
getStorageArea() |
File |
getStorageDir(long bundleId) |
StorageState |
getStorageState(String location) |
Set<StorageState> |
getStorageStates() |
void |
initialize(Map<String,Object> props,
boolean firstInit) |
void initialize(Map<String,Object> props, boolean firstInit) throws IOException
IOException
StorageState createStorageState(long bundleId, String location, Integer initialStartlevel, org.jboss.osgi.vfs.VirtualFile rootFile) throws IOException
IOException
void deleteStorageState(StorageState storageState)
Set<StorageState> getStorageStates()
StorageState getStorageState(String location)
File getStorageDir(long bundleId)
File getStorageArea()
Copyright © 2013 JBoss by Red Hat. All rights reserved.