|
Extension SDK 10.1.3.36.73 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Information gathered from the Extension Deployment Descriptor is stored by implementations of this interface. Such information include the extension's id, owner, version information, etc.
| Method Summary | |
URIPath |
getClassPath()
Get an additional classpath where classes used by this extension can be found. |
java.util.Collection |
getDependencies()
Gets a collection of ExtensionDependency objects, one for each
dependency this extension has on another extension. |
Version |
getEDKVersion()
This method is called by an IDE to inquire about the version of the Extenstion Development Kit (EDK) used in its implementation. |
java.lang.String |
getName()
Get the name of this extension. |
java.lang.String |
getOwner()
Get the extension owner name. |
PlatformInfo |
getPlatformInfo()
This method is called by an IDE to inquire about platform specific information that must be supported by the IDE for this extension to work. |
Version |
getVersion()
Get the extension version information. |
| Methods inherited from interface javax.ide.Identifiable |
getID |
| Method Detail |
public java.lang.String getName()
public java.lang.String getOwner()
public Version getVersion()
public Version getEDKVersion()
null is returned, the IDE
will not load the extension.
public PlatformInfo getPlatformInfo()
public java.util.Collection getDependencies()
ExtensionDependency objects, one for each
dependency this extension has on another extension.
ExtensionDependency objects. May be empty.public URIPath getClassPath()
|
Extension SDK 10.1.3.36.73 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Copyright © 1997, 2005, Oracle.All rights reserved.