|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Representation of a J2ME profile, such as MIDP. Each profile may provide one or more libraries to the platform, defining functionality such as bluetooth and 3D 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 | |
org.eclipse.jdt.core.IClasspathEntry[] |
getLibraries()
Return the libraries that make up this profile as a set of classpath entries. |
java.lang.String |
getSpecificationVersion()
Return the version of this configuration as defined by the specification. |
IWirelessToolkit |
getWirelessToolkit()
Get the wireless toolkit in which this profile is defined or null if not defined by a toolkit. |
void |
replaceLibrary(int index,
org.eclipse.jdt.core.IClasspathEntry replacement)
Replace the specified library entry with the specified replacement. |
| 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 org.eclipse.jdt.core.IClasspathEntry[] getLibraries()
public java.lang.String getSpecificationVersion()
public IWirelessToolkit getWirelessToolkit()
null if not defined by a toolkit.
public void replaceLibrary(int index,
org.eclipse.jdt.core.IClasspathEntry replacement)
index - the library to be replacedreplacement - the replacement library
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||