public static final class IncludePolicyFeatureActivator.IncludedFeature extends Object
IncludePolicyFeatureActivator| Modifier and Type | Field and Description |
|---|---|
private String |
_cause |
private String |
_featureId |
| Modifier | Constructor and Description |
|---|---|
private |
IncludedFeature(String featureId,
String cause) |
| Modifier and Type | Method and Description |
|---|---|
String |
cause()
Gets the cause of the inclusion of the feture
|
String |
featureId()
Gets the feature id
|
static IncludePolicyFeatureActivator.IncludedFeature |
of(String featureId,
String cause)
|
private String _featureId
private IncludedFeature(String featureId, String cause)
public static IncludePolicyFeatureActivator.IncludedFeature of(String featureId, String cause)
featureId - The id of the featurecause - The cause of its inclusion