WebNMS CLI 2.0 API Specification

Package com.adventnet.util.parser.line

This package contains the LineParser class which is an implementation of the ParserInterface present in the com.adventnet.util.parser package.

See:
          Description

Class Summary
LineParser This class parses rules based on Token numbers and patterns found in the message to be parsed.
ParsedResult This class contains the Result after parsing the message.
 

Package com.adventnet.util.parser.line Description

This package contains the LineParser class which is an implementation of the ParserInterface present in the com.adventnet.util.parser package. It parses responses based on a line by line basis. It returns the parsed results in the ParsedResult class present in the same package.


WebNMS CLI 2.0 API Specification