Class ConfigurationUri

All Implemented Interfaces:
Peer

public class ConfigurationUri extends ConfigurationValue
An element that represents a value capable of containing data.
  • Constructor Details

    • ConfigurationUri

      public ConfigurationUri(Element parent, Node prevSibling)
      Constructor.
  • Method Details

    • clone

      public Element clone(Element parent, boolean deep)
      Overrides:
      clone in class Element
    • getConfigLocation

      public URL getConfigLocation()
    • getFile

      public URL getFile()
    • getScriptTable

      public ScriptTable getScriptTable()
      Overrides:
      getScriptTable in class ConfigurationValue
    • setConfigLocation

      public void setConfigLocation(URL location)
    • setValue

      public void setValue(Attribute oData)
      Description copied from class: ConfigurationValue
      Set the data associated with this configuration value element.
      Overrides:
      setValue in class ConfigurationValue
      Parameters:
      oData - a string to set/replace the data associated with this configuration value element.