scriptella.configuration
Class ConfigurationEl
java.lang.Object
scriptella.configuration.XmlConfigurableBase
scriptella.configuration.ConfigurationEl
- All Implemented Interfaces:
- XmlConfigurable
public class ConfigurationEl
- extends XmlConfigurableBase
TODO: Add documentation
- Version:
- 1.0
- Author:
- Fyodor Kupolov
| 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 |
ConfigurationEl
public ConfigurationEl(XmlElement element,
HierarchicalParametersCallback parametersCallback)
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.