Pepper 3.7.0
A highly extensible plattform for conversion and
|
This class reads the 'old' pepperParams file and fills a PepperJob
with the content of the file.
More...
Inherits DefaultHandler2.
Public Member Functions | |
PepperJob | getJob () |
Returns PepperJob to be filled. | |
void | setJob (PepperJob job) |
Sets PepperJob to be filled. | |
URI | getLocation () |
void | setLocation (URI location) |
void | startElement (String uri, String localName, String qName, Attributes attributes) throws SAXException |
File | resolveFile (String fileStr) |
This class reads the 'old' pepperParams file and fills a PepperJob
with the content of the file.
The pepperParams file is a relict of the times where Pepper was based on EMF. Therefore the pepperParams file is an xmi file.
PepperJob org.corpus_tools.pepper.core.PepperParamsReader.getJob | ( | ) |
Returns PepperJob
to be filled.
void org.corpus_tools.pepper.core.PepperParamsReader.setJob | ( | PepperJob | job | ) |
Sets PepperJob
to be filled.
job |