de.goerntkai.scot.app.document
Class OrderDocument

java.lang.Object
  extended byde.goerntkai.scot.app.document.SCoTDocument
      extended byde.goerntkai.scot.app.document.OrderDocument

public class OrderDocument
extends SCoTDocument

Represents the content.order file.

Author:
Kai Görnt

Constructor Summary
OrderDocument(java.lang.String path, Configuration aConfiguration)
          Instantiates one content.order file.
 
Methods inherited from class de.goerntkai.scot.app.document.SCoTDocument
getBlocks, getConfiguration, getLine, getLines, getLines, getLines, getReference, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OrderDocument

public OrderDocument(java.lang.String path,
                     Configuration aConfiguration)
              throws java.io.FileNotFoundException
Instantiates one content.order file.

Parameters:
path - path and name of the file
aConfiguration - the configuration of this application
Throws:
java.io.FileNotFoundException


© 2004 by Kai Görnt