Modifier and Type | Class and Description |
---|---|
class |
EclipseStorageHook |
Modifier and Type | Method and Description |
---|---|
StorageHook |
EclipseStorageHook.create(BaseData data) |
StorageHook |
EclipseStorageHook.load(BaseData target,
DataInputStream in) |
Modifier and Type | Method and Description |
---|---|
void |
EclipseStorageHook.copy(StorageHook storageHook) |
Modifier and Type | Method and Description |
---|---|
StorageHook |
BaseData.getStorageHook(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
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
StorageHook |
StorageHook.create(BaseData bundledata)
Creates an uninitialized storage hook for the specified bundledata.
|
StorageHook |
StorageHook.load(BaseData bundledata,
DataInputStream is)
Creates a new storage hook and loads the data from the specified
input stream into the storage hook.
|
Modifier and Type | Method and Description |
---|---|
void |
StorageHook.copy(StorageHook storageHook)
Copies the data from the specified storage hook into this storage hook.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseStorageHook |
Modifier and Type | Method and Description |
---|---|
StorageHook |
BaseStorageHook.create(BaseData bundledata) |
StorageHook |
BaseStorageHook.load(BaseData target,
DataInputStream in) |
Modifier and Type | Method and Description |
---|---|
void |
BaseStorageHook.copy(StorageHook storageHook) |
Modifier and Type | Class and Description |
---|---|
class |
SignedStorageHook |
Modifier and Type | Method and Description |
---|---|
StorageHook |
SignedStorageHook.create(BaseData data) |
StorageHook |
SignedStorageHook.load(BaseData target,
DataInputStream is) |
Modifier and Type | Method and Description |
---|---|
void |
SignedStorageHook.copy(StorageHook storageHook) |
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.