net.percederberg.mib.example
Class MibValidator

java.lang.Object
  |
  +--net.percederberg.mib.example.MibValidator

public class MibValidator
extends java.lang.Object

A program that parses and validates a MIB file. This program has been created to simplify testing MIB files with the parser. If the MIB file 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.

Version:
1.1
Author:
Per Cederberg, per@percederberg.net

Constructor Summary
MibValidator()
           
 
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

MibValidator

public MibValidator()
Method Detail

main

public static void main(java.lang.String[] args)
The application main entry point.

Parameters:
args - the command-line parameters