public class FeatureManifest
extends java.lang.Object
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.
Modifier and Type | Class and Description |
---|---|
static class |
FeatureManifest.Plugin |
Constructor and Description |
---|
FeatureManifest()
Creates a new instance of type Feature.
|
Modifier and Type | Method and Description |
---|---|
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() |
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