org.jsmiparser.phase.check
Class ErrorCheckPhase

java.lang.Object
  extended by org.jsmiparser.phase.check.ErrorCheckPhase
All Implemented Interfaces:
Phase

public class ErrorCheckPhase
extends java.lang.Object
implements Phase

This phase will be responsible for checking that the contents of each symbol is consistent and correct. Many of the checks in this phase should be configurable (e.g. execute them or not)


Constructor Summary
ErrorCheckPhase()
           
 
Method Summary
 java.lang.Object getOptions()
           
 SmiMib process(SmiMib mib)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ErrorCheckPhase

public ErrorCheckPhase()
Method Detail

getOptions

public java.lang.Object getOptions()

process

public SmiMib process(SmiMib mib)
               throws SmiException
Specified by:
process in interface Phase
Throws:
SmiException


Copyright © 2005-2007 null. All Rights Reserved.