|
Mobile Tools for Java Release 1.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PersistenceException | |
---|---|
org.eclipse.mtj.core.persistence | This package provides and API for managing persistence. |
org.eclipse.mtj.core.project.runtime | This package provides an API for managing MTJ project runtime configurations. |
org.eclipse.mtj.core.sdk.device | This package provides an API for managing the device definition and importing. |
org.eclipse.mtj.core.symbol | This package provides an API for managing all symbols that are used during the preprocessing operations. |
Uses of PersistenceException in org.eclipse.mtj.core.persistence |
---|
Methods in org.eclipse.mtj.core.persistence that throw PersistenceException | |
---|---|
boolean |
IPersistenceProvider.loadBoolean(String name)
Returns the current value of the boolean-valued persisted element with the given name. |
int |
IPersistenceProvider.loadInteger(String name)
Returns the current value of the integer-valued persisted element with the given name. |
IPersistable |
IPersistenceProvider.loadPersistable(String name)
Returns the current value of the IPersistable object with the
given name. |
Properties |
IPersistenceProvider.loadProperties(String name)
Returns the current value of the persisted Properties object with
the given name. |
Object |
IPersistenceProvider.loadReference(String name)
Returns the current value of the referenced object. |
String |
IPersistenceProvider.loadString(String name)
Returns the current value of the string-valued persisted element with the given name. |
void |
IPersistable.loadUsing(IPersistenceProvider persistenceProvider)
Load the state of this object using the specified persistence state information. |
void |
IPersistenceProvider.storeBoolean(String name,
boolean value)
Store a boolean-valued element using the given name. |
void |
IPersistenceProvider.storeInteger(String name,
int value)
Store a integer-valued element using the given name. |
void |
IPersistenceProvider.storePersistable(String name,
IPersistable value)
Store a persistable object value using the given name. |
void |
IPersistenceProvider.storeProperties(String name,
Properties value)
Store a Properties object value using the given name. |
void |
IPersistenceProvider.storeReference(String name,
Object referenceObject)
Store a reference to the specified object using the given name. |
void |
IPersistenceProvider.storeString(String name,
String string)
Store the string-valued element using the given name. |
void |
IPersistable.storeUsing(IPersistenceProvider persistenceProvider)
Save the state of this object using the specified persistence state information. |
Uses of PersistenceException in org.eclipse.mtj.core.project.runtime |
---|
Constructors in org.eclipse.mtj.core.project.runtime that throw PersistenceException | |
---|---|
MTJRuntime(Element configElement)
Construct a runtime from the metadata available in the project holding this runtime. |
|
MTJRuntimeList(Element runtimeListElement)
Creates a new MTJRuntimeList from the metadata available in the project holding this list of runtimes. |
Uses of PersistenceException in org.eclipse.mtj.core.sdk.device |
---|
Methods in org.eclipse.mtj.core.sdk.device that throw PersistenceException | |
---|---|
void |
IDeviceRegistry.addDevice(IDevice device)
Add a new device instance to the device registry. |
void |
IDeviceRegistry.clear()
Clear the registry of all entries. |
List<IDevice> |
IDeviceRegistry.getAllDevices()
Return the list of all of the devices in the registry. |
IDevice |
IDeviceRegistry.getDevice(String sdkName,
String deviceName)
Return the device from a given SDK with the specified name. |
int |
IDeviceRegistry.getDeviceCount()
Return the number of the registered devices. |
List<IDevice> |
IDeviceRegistry.getDevices(String sdkName)
Return the list of devices associated to the given SDK name. |
List<String> |
IDeviceRegistry.getSDKNames()
Return the list of identifiers of all registered SDKs. |
void |
IDeviceRegistry.load()
Load the contents of the device registry from the storage file in the plug-in state location. |
void |
IDeviceRegistry.removeDevice(IDevice device)
Remove the specified device from the registry if it exists. |
void |
IDeviceRegistry.store()
Store out the contents of the registry into the standard device storage file in the plug-in state location. |
Uses of PersistenceException in org.eclipse.mtj.core.symbol |
---|
Methods in org.eclipse.mtj.core.symbol that throw PersistenceException | |
---|---|
void |
ISymbolSetRegistry.addSymbolSet(ISymbolSet symbolset)
Add the specified SymbolSet object to the registry of SymbolSets. |
void |
ISymbolSetRegistry.addSymbolSet(List<ISymbolSet> ss)
Add an array of SymbolSet to the registry |
void |
ISymbolSetRegistry.clear()
Clear all of the registered SymbolSet objects. |
String[] |
ISymbolSetRegistry.getAllSymbolSetNames()
Return all of the SymbolSet names registered. |
ISymbolSet[] |
ISymbolSetRegistry.getAllSymbolSets()
Returns an array of the SymbolSets contained in this registry. |
ISymbolSet |
ISymbolSetRegistry.getSymbolSet(String name)
Return the SymbolSet instance registered with the specified name or null if the object cannot be found. |
void |
ISymbolSetRegistry.load()
Load the contents of the symbol SymbolSetRegistry from the storage file in the plug-in state location. |
void |
ISymbolSetRegistry.store()
Store out the contents of the SymbolSetRegistry into the standard device storage file in the plug-in state location. |
|
Mobile Tools for Java Release 1.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |