|
Eclipse PDE Release 3.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IFieldData
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 |
---|
String getId()
String getVersion()
String getName()
String getProvider()
String getLibraryName()
String getSourceFolderName()
String getOutputFolderName()
boolean isLegacy()
true
if the plug-in is created for use with
products based on Eclipse before release 3.0, false
if the plug-in is compatible with Eclipse 3.0.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.boolean isSimple()
true
if the plug-in should have no Java code and
nature, false
otherwise.
|
Eclipse PDE Release 3.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) 2000, 2010 IBM Corporation and others. All rights reserved.