tomp.ext.system
Class SystemSource

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

public class SystemSource
extends PropertiesSource

Class SystemSource is an extension of the PropertiesSource, providing access to System.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
SystemSource(Action a, java.lang.String id, Validator v, BuiltTreeSource[] subsources, boolean toplevel, boolean hasRoot, java.lang.String pattern)
           
SystemSource(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.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

SystemSource

public SystemSource(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.lang.String pattern)
             throws EXTException

SystemSource

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