Package | Description |
---|---|
com.tibco.amf.admin.api.amx.stagingarea |
The
stagingarea package defines data objects for retrieving information from the software repository
managed by ActiveMatrix Administrator, which is a file system folder that stores content of uploaded DAAs. |
Modifier and Type | Method and Description |
---|---|
Feature.CustomProperty[] |
Feature.getCustomProperties() |
Modifier and Type | Method and Description |
---|---|
void |
Feature.setCustomProperties(Feature.CustomProperty[] customProperties) |
Constructor and Description |
---|
Feature(java.lang.String featureType,
java.lang.String name,
java.lang.String componentID,
java.lang.String versionNumber,
java.lang.String description,
boolean readOnly,
Feature.CustomProperty[] customProperties)
Construct a feature that is not owned by a product.
|
Feature(java.lang.String featureType,
java.lang.String name,
java.lang.String componentID,
java.lang.String versionNumber,
java.lang.String description,
boolean readOnly,
java.lang.String productName,
java.lang.String productVersion,
Feature.CustomProperty[] customProperties)
Construct a product feature.
|