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

Packages that use StorageHook
org.eclipse.core.runtime.internal.adaptor   
org.eclipse.osgi.baseadaptor   
org.eclipse.osgi.baseadaptor.hooks   
org.eclipse.osgi.internal.baseadaptor   
org.eclipse.osgi.internal.signedcontent   
 

Uses of StorageHook in org.eclipse.core.runtime.internal.adaptor
 

Classes in org.eclipse.core.runtime.internal.adaptor that implement StorageHook
 class EclipseStorageHook
           
 

Methods in org.eclipse.core.runtime.internal.adaptor that return StorageHook
 StorageHook EclipseStorageHook.create(BaseData data)
           
 StorageHook EclipseStorageHook.load(BaseData target, java.io.DataInputStream in)
           
 

Methods in org.eclipse.core.runtime.internal.adaptor with parameters of type StorageHook
 void EclipseStorageHook.copy(StorageHook storageHook)
           
 

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[] HookRegistry.getStorageHooks()
          Returns the list of configured storage hooks.
 StorageHook[] BaseData.getStorageHooks()
          Returns all the storage hooks associated with this BaseData
 

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.
 

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

Classes in org.eclipse.osgi.internal.baseadaptor that implement StorageHook
 class BaseStorageHook
           
 

Methods in org.eclipse.osgi.internal.baseadaptor that return StorageHook
 StorageHook BaseStorageHook.create(BaseData bundledata)
           
 StorageHook BaseStorageHook.load(BaseData target, java.io.DataInputStream in)
           
 

Methods in org.eclipse.osgi.internal.baseadaptor with parameters of type StorageHook
 void BaseStorageHook.copy(StorageHook storageHook)
           
 

Uses of StorageHook in org.eclipse.osgi.internal.signedcontent
 

Classes in org.eclipse.osgi.internal.signedcontent that implement StorageHook
 class SignedStorageHook
           
 

Methods in org.eclipse.osgi.internal.signedcontent that return StorageHook
 StorageHook SignedStorageHook.create(BaseData data)
           
 StorageHook SignedStorageHook.load(BaseData target, java.io.DataInputStream is)
           
 

Methods in org.eclipse.osgi.internal.signedcontent with parameters of type StorageHook
 void SignedStorageHook.copy(StorageHook storageHook)
           
 



Copyright © 2007-2012 FuseSource, Corp.. All Rights Reserved.