public abstract class AbstractSnmpConfigVisitor extends Object implements SnmpConfigVisitor
| Constructor and Description | 
|---|
AbstractSnmpConfigVisitor()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
visitDefinition(Definition definition)  | 
void | 
visitDefinitionFinished()  | 
void | 
visitIpMatches(List<String> ipMatches)  | 
void | 
visitIpMatchesFinished()  | 
void | 
visitRanges(List<Range> ranges)  | 
void | 
visitRangesFinished()  | 
void | 
visitSnmpConfig(SnmpConfig config)  | 
void | 
visitSnmpConfigFinished()  | 
void | 
visitSnmpProfile(SnmpProfile snmpProfile)  | 
void | 
visitSnmpProfileFinished()  | 
void | 
visitSpecifics(List<String> specifics)  | 
void | 
visitSpecificsFinished()  | 
public void visitSnmpConfig(SnmpConfig config)
visitSnmpConfig in interface SnmpConfigVisitorpublic void visitSnmpConfigFinished()
visitSnmpConfigFinished in interface SnmpConfigVisitorpublic void visitDefinition(Definition definition)
visitDefinition in interface SnmpConfigVisitorpublic void visitDefinitionFinished()
visitDefinitionFinished in interface SnmpConfigVisitorpublic void visitSpecifics(List<String> specifics)
visitSpecifics in interface SnmpConfigVisitorpublic void visitSpecificsFinished()
visitSpecificsFinished in interface SnmpConfigVisitorpublic void visitRanges(List<Range> ranges)
visitRanges in interface SnmpConfigVisitorpublic void visitRangesFinished()
visitRangesFinished in interface SnmpConfigVisitorpublic void visitIpMatches(List<String> ipMatches)
visitIpMatches in interface SnmpConfigVisitorpublic void visitIpMatchesFinished()
visitIpMatchesFinished in interface SnmpConfigVisitorpublic void visitSnmpProfile(SnmpProfile snmpProfile)
visitSnmpProfile in interface SnmpConfigVisitorpublic void visitSnmpProfileFinished()
visitSnmpProfileFinished in interface SnmpConfigVisitorCopyright © 2020. All rights reserved.