|
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 | |
---|---|
java.lang.String |
getId()
Plug-in identifier field. |
java.lang.String |
getLibraryName()
Plug-in library field |
java.lang.String |
getName()
Plug-in name field |
java.lang.String |
getOutputFolderName()
Output folder field |
java.lang.String |
getProvider()
Plug-in provider field |
java.lang.String |
getSourceFolderName()
Source folder field |
java.lang.String |
getVersion()
Plug-in version field. |
boolean |
hasBundleStructure()
OSGi bundle selection |
boolean |
isLegacy()
Legacy selection |
boolean |
isSimple()
Simple project selection |
Method Detail |
---|
java.lang.String getId()
java.lang.String getVersion()
java.lang.String getName()
java.lang.String getProvider()
java.lang.String getLibraryName()
java.lang.String getSourceFolderName()
java.lang.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.