Class Collect
- java.lang.Object
-
- org.opennms.netmgt.config.datacollection.Collect
-
- All Implemented Interfaces:
Serializable
public class Collect extends Object implements Serializable
container for list of MIB groups to be collected for the system- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Collect()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addIncludeGroup(String includeGroup)
boolean
equals(Object obj)
List<String>
getIncludeGroups()
int
hashCode()
boolean
removeIncludeGroup(String includeGroup)
void
setIncludeGroups(List<String> includeGroups)
String
toString()
void
visit(DatacollectionConfigVisitor visitor)
-
-
-
Method Detail
-
addIncludeGroup
public void addIncludeGroup(String includeGroup) throws IndexOutOfBoundsException
- Throws:
IndexOutOfBoundsException
-
removeIncludeGroup
public boolean removeIncludeGroup(String includeGroup)
-
visit
public void visit(DatacollectionConfigVisitor visitor)
-
-