scriptella.configuration
Class ConfigurationEl

java.lang.Object
  extended by scriptella.configuration.XmlConfigurableBase
      extended by scriptella.configuration.ConfigurationEl
All Implemented Interfaces:
XmlConfigurable

public class ConfigurationEl
extends XmlConfigurableBase

TODO: Add documentation

Version:
1.0
Author:
Fyodor Kupolov

Constructor Summary
ConfigurationEl(XmlElement element, HierarchicalParametersCallback parametersCallback)
           
 
Method Summary
 void configure(XmlElement element)
          Configures the class using specified XML element.
 java.util.List<ConnectionEl> getConnections()
           
 java.net.URL getDocumentUrl()
           
 ParametersCallback getParameters()
          Returns this configuration properties merged with external ones specified in a factory.
 java.util.List<ScriptingElement> getScriptingElements()
           
 void setConnections(java.util.List<ConnectionEl> connections)
           
 void setDocumentUrl(java.net.URL documentUrl)
           
 void setScriptingElements(java.util.List<ScriptingElement> scriptingElements)
           
 java.lang.String toString()
           
 
Methods inherited from class scriptella.configuration.XmlConfigurableBase
assertRequiredFieldPresent, assertRequiredFieldPresent, findGetter, findSetter, getLocation, load, loadClass, setLocation, setLocation, setPatternProperty, setPatternProperty, setProperty, setProperty, setRequiredProperty, setRequiredProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConfigurationEl

public ConfigurationEl(XmlElement element,
                       HierarchicalParametersCallback parametersCallback)
Method Detail

getConnections

public java.util.List<ConnectionEl> getConnections()

setConnections

public void setConnections(java.util.List<ConnectionEl> connections)

getScriptingElements

public java.util.List<ScriptingElement> getScriptingElements()

setScriptingElements

public void setScriptingElements(java.util.List<ScriptingElement> scriptingElements)

getParameters

public ParametersCallback getParameters()
Returns this configuration properties merged with external ones specified in a factory.


getDocumentUrl

public java.net.URL getDocumentUrl()

setDocumentUrl

public void setDocumentUrl(java.net.URL documentUrl)

configure

public void configure(XmlElement element)
Description copied from interface: XmlConfigurable
Configures the class using specified XML element.

Parameters:
element - XML element.

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © Copyright 2006-2009 The Scriptella Project Team.