public interface IFieldData
Modifier and Type | Method and Description |
---|---|
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
|
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.
Copyright (c) 2000, 2016 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.