|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.ant4eclipse.model.pdesupport.feature.FeatureManifest
public class FeatureManifest
A feature is a way of grouping and describing different functionality that makes up a product. Features do not contain any code. They merely describe a set of plug-ins that provide the function for the feature and information about how to update it. Features are packaged in a feature archive file and described using a feature manifest.
Nested Class Summary | |
---|---|
static class |
FeatureManifest.Plugin
|
Constructor Summary | |
---|---|
FeatureManifest()
Creates a new instance of type Feature. |
Method Summary | |
---|---|
java.lang.String |
getApplication()
Returns the name of the application. |
java.lang.String |
getColocationAffinity()
Returns a reference to another feature. |
java.lang.String |
getId()
|
java.lang.String |
getImage()
Returns the location of an associated image. |
java.lang.String |
getLabel()
|
java.lang.String |
getLocale()
|
java.lang.String |
getMachineArchitecture()
|
java.lang.String |
getOperatingSystem()
|
java.lang.String |
getPlugin()
Returns the plugin used for this feature. |
FeatureManifest.Plugin[] |
getPlugins()
|
java.lang.String |
getProviderName()
|
Version |
getVersion()
|
java.lang.String |
getWindowingSystem()
Returns the name of the windowing system. |
boolean |
isExclusive()
|
boolean |
isPrimary()
Returns true if this feature is a primary one. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public FeatureManifest()
Method Detail |
---|
public java.lang.String getApplication()
public java.lang.String getColocationAffinity()
public boolean isExclusive()
public java.lang.String getId()
public java.lang.String getImage()
public java.lang.String getLocale()
public java.lang.String getMachineArchitecture()
public java.lang.String getOperatingSystem()
public java.lang.String getPlugin()
public boolean isPrimary()
public java.lang.String getProviderName()
public Version getVersion()
public java.lang.String getWindowingSystem()
public java.lang.String getLabel()
public FeatureManifest.Plugin[] getPlugins()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |