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 SnmpConfigVisitor
public void visitSnmpConfigFinished()
visitSnmpConfigFinished
in interface SnmpConfigVisitor
public void visitDefinition(Definition definition)
visitDefinition
in interface SnmpConfigVisitor
public void visitDefinitionFinished()
visitDefinitionFinished
in interface SnmpConfigVisitor
public void visitSpecifics(List<String> specifics)
visitSpecifics
in interface SnmpConfigVisitor
public void visitSpecificsFinished()
visitSpecificsFinished
in interface SnmpConfigVisitor
public void visitRanges(List<Range> ranges)
visitRanges
in interface SnmpConfigVisitor
public void visitRangesFinished()
visitRangesFinished
in interface SnmpConfigVisitor
public void visitIpMatches(List<String> ipMatches)
visitIpMatches
in interface SnmpConfigVisitor
public void visitIpMatchesFinished()
visitIpMatchesFinished
in interface SnmpConfigVisitor
public void visitSnmpProfile(SnmpProfile snmpProfile)
visitSnmpProfile
in interface SnmpConfigVisitor
public void visitSnmpProfileFinished()
visitSnmpProfileFinished
in interface SnmpConfigVisitor
Copyright © 2021. All rights reserved.