Uses of Interface
org.eclipse.osgi.baseadaptor.hooks.StorageHook

Packages that use StorageHook
org.eclipse.osgi.baseadaptor   
org.eclipse.osgi.baseadaptor.hooks   
 

Uses of StorageHook in org.eclipse.osgi.baseadaptor
 

Methods in org.eclipse.osgi.baseadaptor that return StorageHook
 StorageHook BaseData.getStorageHook(java.lang.String key)
          Returns the storage hook which is keyed by the specified key
 StorageHook[] BaseData.getStorageHooks()
          Returns all the storage hooks associated with this BaseData
 StorageHook[] HookRegistry.getStorageHooks()
          Returns the list of configured storage hooks.
 

Methods in org.eclipse.osgi.baseadaptor with parameters of type StorageHook
 void HookRegistry.addStorageHook(StorageHook storageHook)
          Adds a storage hook to this hook registry.
 void BaseData.setStorageHooks(StorageHook[] storageHooks)
          Sets the instance storage hooks for this base data.
 

Uses of StorageHook in org.eclipse.osgi.baseadaptor.hooks
 

Methods in org.eclipse.osgi.baseadaptor.hooks that return StorageHook
 StorageHook StorageHook.create(BaseData bundledata)
          Creates an uninitialized storage hook for the specified bundledata.
 StorageHook StorageHook.load(BaseData bundledata, java.io.DataInputStream is)
          Creates a new storage hook and loads the data from the specified input stream into the storage hook.
 

Methods in org.eclipse.osgi.baseadaptor.hooks with parameters of type StorageHook
 void StorageHook.copy(StorageHook storageHook)
          Copies the data from the specified storage hook into this storage hook.