|
Mobile Tools for Java Release 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.mtj.core.model.library.api.APIRegistry
public class APIRegistry
Provides access to the API definitions that have been registered via the API extension point.
| Method Summary | |
|---|---|
static API |
getAPI(String identifier,
Version version)
Return the API with the specified identifier and version. |
static List<API> |
getAPIDefinitions()
Return the API instances in the order that they were found within
the registry. |
static API[] |
getAPIs(File jarFile)
Return the list of API's present in specified JAR file. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static API getAPI(String identifier,
Version version)
identifier - version -
public static List<API> getAPIDefinitions()
throws IOException
API instances in the order that they were found within
the registry.
IOExceptionpublic static API[] getAPIs(File jarFile)
jarFile -
IOException
|
Mobile Tools for Java Release 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||