public class AugeasConfigurationDiscoveryComponent<T extends ResourceComponent<?>> extends Object implements ResourceDiscoveryComponent<T>, ManualAddFacet<T>
| Constructor and Description |
|---|
AugeasConfigurationDiscoveryComponent() |
| Modifier and Type | Method and Description |
|---|---|
protected DiscoveredResourceDetails |
createResourceDetails(ResourceDiscoveryContext<T> discoveryContext,
org.rhq.core.domain.configuration.Configuration pluginConfig) |
protected List<String> |
determineExcludeGlobs(ResourceDiscoveryContext<T> discoveryContext) |
protected List<String> |
determineIncludeGlobs(ResourceDiscoveryContext<T> discoveryContext) |
DiscoveredResourceDetails |
discoverResource(org.rhq.core.domain.configuration.Configuration pluginConfig,
ResourceDiscoveryContext<T> discoveryContext) |
Set<DiscoveredResourceDetails> |
discoverResources(ResourceDiscoveryContext<T> discoveryContext) |
static List<String> |
getGlobList(org.rhq.core.domain.configuration.PropertySimple list) |
static org.rhq.core.domain.configuration.PropertySimple |
getGlobList(String name,
List<String> simples) |
public AugeasConfigurationDiscoveryComponent()
public Set<DiscoveredResourceDetails> discoverResources(ResourceDiscoveryContext<T> discoveryContext) throws InvalidPluginConfigurationException, Exception
discoverResources in interface ResourceDiscoveryComponent<T extends ResourceComponent<?>>InvalidPluginConfigurationExceptionExceptionpublic DiscoveredResourceDetails discoverResource(org.rhq.core.domain.configuration.Configuration pluginConfig, ResourceDiscoveryContext<T> discoveryContext) throws InvalidPluginConfigurationException
discoverResource in interface ManualAddFacet<T extends ResourceComponent<?>>InvalidPluginConfigurationExceptionprotected DiscoveredResourceDetails createResourceDetails(ResourceDiscoveryContext<T> discoveryContext, org.rhq.core.domain.configuration.Configuration pluginConfig)
protected List<String> determineIncludeGlobs(ResourceDiscoveryContext<T> discoveryContext)
protected List<String> determineExcludeGlobs(ResourceDiscoveryContext<T> discoveryContext)
public static org.rhq.core.domain.configuration.PropertySimple getGlobList(String name, List<String> simples)
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.