tomp.ext.source
Class FileSource

java.lang.Object
  |
  +--tomp.ext.Base
        |
        +--tomp.ext.source.FileSource
All Implemented Interfaces:
Source

public class FileSource
extends Base
implements Source


Field Summary
protected  java.io.File file
           
 
Fields inherited from class tomp.ext.Base
action, application, status, STATUS, STATUS_ABORTED, STATUS_IN_PROCESSING, STATUS_NOT_PROCESSED, STATUS_READY, STATUS_READY_INVALID, STATUS_READY_VALID, validator
 
Constructor Summary
FileSource(Action e, java.lang.String id, Validator v, java.io.File file)
           
 
Method Summary
 javax.xml.transform.Source getAsRawSource()
          The getAsRawSource() is actually abstract in this abstract class.
 
Methods inherited from class tomp.ext.Base
abortProcessing, commitProcessing, getAsSource, id, isReady, isValid, startProcessing
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface tomp.ext.Source
getAsSource, id, isReady, isValid
 

Field Detail

file

protected java.io.File file
Constructor Detail

FileSource

public FileSource(Action e,
                  java.lang.String id,
                  Validator v,
                  java.io.File file)
           throws EXTException
Method Detail

getAsRawSource

public javax.xml.transform.Source getAsRawSource()
                                          throws EXTException
Description copied from class: Base

The getAsRawSource() is actually abstract in this abstract class. It will return a source before validation.

Will be overloaded in any subclass.

Overrides:
getAsRawSource in class Base
EXTException