|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.percederberg.mibble.MibbleValidator
A program that parses and validates a MIB file. If the MIB file(s) specified on the command-line uses constructs or syntax that are not supported, an error message will be printed to the standard output. The program will also return the number of validation failures as its exit code.
Constructor Summary | |
MibbleValidator()
|
Method Summary | |
static void |
main(java.lang.String[] args)
The application main entry point. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MibbleValidator()
Method Detail |
public static void main(java.lang.String[] args)
args
- the command-line parameters
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |