Package lp.wrap

Contains the wrappers for lparse and smodels.

See:
          Description

Class Summary
LparseWrapper A class responsible for executing lparse with the given command line arguments.
LparseWrapperTest Contains tests of the LparseWrapper class.
SmodelsWrapper A class responsible for executing smodels with the given command line arguments.
SmodelsWrapperTest Contains tests of the SmodelsWrapper class.
WrapperUtils This class provides some static methods that can be useful when handling external commands that receive data on their standard input.
WrapperUtilsTest Contains tests of the WrapperUtils class.
 

Exception Summary
LparseMessage This class represents a warning or error message from lparse.
WrapperException An exception thrown by LparseWrapper and SmodelsWrapper when there are problems while invoking an external command with the desired command line options, environment variables and standard input or while reading the standard/error output of the resulting Process instance or waiting for the process to finish execution.
 

Package lp.wrap Description

Contains the wrappers for lparse and smodels.