public class GSInstallerComponentProvider extends GSInstallerResourceProvider
| Modifier and Type | Field and Description |
|---|---|
protected static String |
COMPONENT_CLUSTER_NAME_PROPERTY_ID |
protected static String |
COMPONENT_COMPONENT_NAME_PROPERTY_ID |
protected static String |
COMPONENT_SERVICE_NAME_PROPERTY_ID |
protected static String |
COMPONENT_STATE_PROPERTY_ID |
| Constructor and Description |
|---|
GSInstallerComponentProvider(ClusterDefinition clusterDefinition)
Construct a resource provider based on the given cluster definition.
|
| Modifier and Type | Method and Description |
|---|---|
void |
updateProperties(Resource resource,
Request request,
Predicate predicate)
Update the resource with any properties handled by the resource provider.
|
addResource, checkPropertyIds, contains, createResources, deleteResources, getClusterDefinition, getKeyPropertyIds, getRequestPropertyIds, getResourceProvider, getResources, getType, updateResourcesprotected static final String COMPONENT_CLUSTER_NAME_PROPERTY_ID
protected static final String COMPONENT_SERVICE_NAME_PROPERTY_ID
protected static final String COMPONENT_COMPONENT_NAME_PROPERTY_ID
protected static final String COMPONENT_STATE_PROPERTY_ID
public GSInstallerComponentProvider(ClusterDefinition clusterDefinition)
clusterDefinition - the cluster definitionpublic void updateProperties(Resource resource, Request request, Predicate predicate)
GSInstallerResourceProviderupdateProperties in class GSInstallerResourceProviderresource - the resource to updaterequest - the requestpredicate - the predicateCopyright © 2016. All rights reserved.