Class ConfigurationUri

  • All Implemented Interfaces:
    Peer

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

      • ConfigurationUri

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

      • getConfigLocation

        public java.net.URL getConfigLocation()
      • getFile

        public java.net.URL getFile()
      • setConfigLocation

        public void setConfigLocation​(java.net.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.