tomp.ext.system
Class FilePropertiesSource

java.lang.Object
  |
  +--tomp.ext.Base
        |
        +--tomp.ext.TreeSource
              |
              +--tomp.ext.BuiltTreeSource
                    |
                    +--tomp.ext.system.PropertiesSource
                          |
                          +--tomp.ext.system.FilePropertiesSource
All Implemented Interfaces:
Source

public class FilePropertiesSource
extends PropertiesSource

Class PropertiesSource is an extension of the PropertiesSource, providing access to any in-file Properties.


Field Summary
 
Fields inherited from class tomp.ext.BuiltTreeSource
hasRoot, rootName, srcNsPrefix, srcNsURI, toplevel
 
Fields inherited from class tomp.ext.TreeSource
builder
 
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
FilePropertiesSource(Action a, java.lang.String id, Validator v, BuiltTreeSource[] subsources, boolean toplevel, boolean hasRoot, java.io.File propsFile, java.lang.String pattern)
           
FilePropertiesSource(Action a, java.lang.String id, Validator v, BuiltTreeSource[] subsources, boolean toplevel, boolean hasRoot, java.lang.String srcNsURI, java.lang.String srcNsPrefix, java.lang.String rootName, java.io.File propsFile, java.lang.String pattern)
           
 
Methods inherited from class tomp.ext.system.PropertiesSource
body, getProperties, setProperties
 
Methods inherited from class tomp.ext.BuiltTreeSource
getAsRawSource, update, update
 
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
 

Constructor Detail

FilePropertiesSource

public FilePropertiesSource(Action a,
                            java.lang.String id,
                            Validator v,
                            BuiltTreeSource[] subsources,
                            boolean toplevel,
                            boolean hasRoot,
                            java.lang.String srcNsURI,
                            java.lang.String srcNsPrefix,
                            java.lang.String rootName,
                            java.io.File propsFile,
                            java.lang.String pattern)
                     throws EXTException

FilePropertiesSource

public FilePropertiesSource(Action a,
                            java.lang.String id,
                            Validator v,
                            BuiltTreeSource[] subsources,
                            boolean toplevel,
                            boolean hasRoot,
                            java.io.File propsFile,
                            java.lang.String pattern)
                     throws EXTException