org.rhq.augeas.config
Class AugeasModuleConfig
java.lang.Object
org.rhq.augeas.config.AugeasModuleConfig
public class AugeasModuleConfig
- extends Object
Represents the configuration of an Augeas module to be used by the AugeasProxy.
- Author:
- Filip Drabek
AugeasModuleConfig
public AugeasModuleConfig()
getConfigFiles
public List<String> getConfigFiles()
setConfigFiles
public void setConfigFiles(List<String> configFiles)
addConfigFile
public void addConfigFile(String configFile)
getModuletName
public String getModuletName()
setModuletName
public void setModuletName(String moduletName)
getLensPath
public String getLensPath()
setLensPath
public void setLensPath(String lensPath)
getExcludedGlobs
public List<String> getExcludedGlobs()
setExcludedGlobs
public void setExcludedGlobs(List<String> excludedGlobs)
getIncludedGlobs
public List<String> getIncludedGlobs()
setIncludedGlobs
public void setIncludedGlobs(List<String> includedGlobs)
addIncludedGlob
public void addIncludedGlob(String name)
addExcludedGlob
public void addExcludedGlob(String name)
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.