Class IncludeCollection
- java.lang.Object
-
- org.opennms.netmgt.config.datacollection.IncludeCollection
-
- All Implemented Interfaces:
Serializable
public class IncludeCollection extends Object implements Serializable
Class IncludeCollection.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IncludeCollection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addExcludeFilter(String excludeFilter)
boolean
equals(Object obj)
String
getDataCollectionGroup()
Data Collection Group NameList<String>
getExcludeFilters()
String
getSystemDef()
System Definition Nameint
hashCode()
boolean
removeExcludeFilter(String excludeFilter)
void
setDataCollectionGroup(String dataCollectionGroup)
void
setExcludeFilters(List<String> excludeFilters)
void
setSystemDef(String systemDef)
String
toString()
void
visit(DatacollectionConfigVisitor visitor)
-
-
-
Method Detail
-
getSystemDef
public String getSystemDef()
System Definition Name
-
setSystemDef
public void setSystemDef(String systemDef)
-
getDataCollectionGroup
public String getDataCollectionGroup()
Data Collection Group Name
-
setDataCollectionGroup
public void setDataCollectionGroup(String dataCollectionGroup)
-
addExcludeFilter
public void addExcludeFilter(String excludeFilter) throws IndexOutOfBoundsException
- Throws:
IndexOutOfBoundsException
-
removeExcludeFilter
public boolean removeExcludeFilter(String excludeFilter)
-
visit
public void visit(DatacollectionConfigVisitor visitor)
-
-