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 |
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
Copyright © 2019. All rights reserved.