de.opsdesign.yax.line
Class Pipeline

java.lang.Object
  extended by org.xml.sax.helpers.DefaultHandler
      extended by de.opsdesign.yax.line.Pipeline
All Implemented Interfaces:
org.xml.sax.ContentHandler, org.xml.sax.DTDHandler, org.xml.sax.EntityResolver, org.xml.sax.ErrorHandler

public class Pipeline
extends org.xml.sax.helpers.DefaultHandler


Constructor Summary
Pipeline()
           
 
Method Summary
 boolean configure(java.lang.String[] args)
          Configures the pipeline.
 void run()
          Runs the configured pipeline.
 
Methods inherited from class org.xml.sax.helpers.DefaultHandler
characters, endDocument, endElement, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping, unparsedEntityDecl, warning
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Pipeline

public Pipeline()
Method Detail

run

public void run()
         throws RunException
Runs the configured pipeline.

Throws:
RunException

configure

public boolean configure(java.lang.String[] args)
                  throws ConfigurationException
Configures the pipeline. Two configuration modes are offered: 1) configuration file: configurationfilename 2) parameter: inputfilename outputfilename scriptfilename1 [scriptfilename2]...[scriptfilenamen]

Parameters:
args -
Returns:
Throws:
ConfigurationException


Copyright © 2008 OPS Design GmbH. All Rights Reserved.