|
Eclipse PDE Release 3.1 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The class that implements this interface is used to provide information captured in the 'New Plug-in Project' wizard pages as entered by the user. The information is the provided to other consumers when generating content so that the content can be configured/customized according to the data.
Method Summary | |
---|---|
String |
getId()
Plug-in identifier field. |
String |
getLibraryName()
Plug-in library field |
String |
getName()
Plug-in name field |
String |
getOutputFolderName()
Output folder field |
String |
getProvider()
Plug-in provider field |
String |
getSourceFolderName()
Source folder field |
String |
getVersion()
Plug-in version field. |
boolean |
hasBundleStructure()
OSGi bundle selection |
boolean |
isLegacy()
Legacy selection |
boolean |
isSimple()
Simple project selection |
Method Detail |
public String getId()
public String getVersion()
public String getName()
public String getProvider()
public String getLibraryName()
public String getSourceFolderName()
public String getOutputFolderName()
public boolean isLegacy()
true
if the plug-in is created for use with
products based on Eclipse before release 3.0, false
if the plug-ins is compatible with Eclipse 3.0.public boolean hasBundleStructure()
true
if the plug-in has structure as expected by
OSGi framework in Eclipse 3.0 runtime, false
if
the plug-in has standard pre-3.0 layout.public boolean isSimple()
true
if the plug-in should have no Java code and
nature, false
otherwise.
|
Eclipse PDE Release 3.1 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |