| Package | Description |
|---|---|
| com.snmp4j.smi |
Provides classes and interfaces for parsing, compiling, loading,
and using Management Information Base (MIB) specifications written in Structure of
Management Information (SMI) version 1 and 2 with SNMP4J to format and parse SNMP data.
|
| Modifier and Type | Method and Description |
|---|---|
List<SmiError> |
SmiParseException.getErrorList()
Gets the list of
SmiErrors. |
List<SmiError> |
CompilationResult.getSmiErrorList()
Gets a List of
SmiError instances describing the SMI syntax and semantic errors encountered
in the MIB specification identified by CompilationResult.getFileName(). |
| Constructor and Description |
|---|
CompilationResult(String fileName,
List<String> moduleNames,
List<SmiError> smiErrorList) |
CompilationResult(String fileName,
List<String> moduleNames,
List<SmiError> smiErrorList,
String zipFileName) |
Copyright © 2015 SNMP4J.com. All Rights Reserved.