org.rhq.augeas.config
Class AugeasModuleConfig

java.lang.Object
  extended by 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

Constructor Summary
AugeasModuleConfig()
           
 
Method Summary
 void addConfigFile(String configFile)
           
 void addExcludedGlob(String name)
           
 void addIncludedGlob(String name)
           
 boolean equals(Object obj)
           
 List<String> getConfigFiles()
           
 List<String> getExcludedGlobs()
           
 List<String> getIncludedGlobs()
           
 String getLensPath()
           
 String getModuletName()
           
 void setConfigFiles(List<String> configFiles)
           
 void setExcludedGlobs(List<String> excludedGlobs)
           
 void setIncludedGlobs(List<String> includedGlobs)
           
 void setLensPath(String lensPath)
           
 void setModuletName(String moduletName)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AugeasModuleConfig

public AugeasModuleConfig()
Method Detail

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.