|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Representation of a wireless toolkit instance on the file system. Different wireless toolkits may have different features. This interface defines the required functionality.
Note: This class/interface is part of an interim API that is still under development and expected to change before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken as the API evolves.
Copyright (c) 2003-2005 Craig Setera
| Method Summary | |
void |
deregisterDerivedComponents()
Deregister all platform components derived/owned by this toolkit. |
IConfiguration[] |
getConfigurations()
Get the J2ME configurations provided by this toolkit. |
IPlatformDefinition[] |
getPlatformDefinitions()
Return the IPlatformDefinitions provided by this toolkit. |
IProfile[] |
getProfiles()
Get the J2ME profiles provided by this toolkit. |
java.io.File |
getRoot()
Get the current file system root in which this toolkit is stored. |
IWirelessToolkitType |
getType()
Return the wireless toolkit type associated with this toolkit. |
void |
setRoot(java.io.File root,
org.eclipse.core.runtime.IProgressMonitor monitor)
Set the current file system root in which this toolkit is stored. |
| Methods inherited from interface eclipseme.core.model.IPlatformComponent |
addDependentComponent, getDependentComponents, getIdentifier, getName, getPersistenceDelegate, getVersion, hasDependentComponents, isDerived, removeDependentComponent |
| Methods inherited from interface org.eclipse.core.runtime.IAdaptable |
getAdapter |
| Method Detail |
public void deregisterDerivedComponents()
public IConfiguration[] getConfigurations()
public IPlatformDefinition[] getPlatformDefinitions()
public IProfile[] getProfiles()
public java.io.File getRoot()
public IWirelessToolkitType getType()
public void setRoot(java.io.File root,
org.eclipse.core.runtime.IProgressMonitor monitor)
throws InvalidWirelessToolkitException
root - The File instance representing the directory
in which the toolkit is installed.
InvalidWirelessToolkitException - If the specified
root does not exist or does not contain a valid wireless
toolkit.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||