Class UnityHttpServerConfiguration

  • All Implemented Interfaces:
    eu.unicore.util.configuration.PropertiesHelperAPI, eu.unicore.util.configuration.UpdateableConfiguration, java.lang.Cloneable

    public class UnityHttpServerConfiguration
    extends eu.unicore.util.configuration.PropertiesHelper
    Configuration of the Jetty server, baseline for all HTTP based endpoints
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getProperty​(java.lang.String key)  
      java.util.Set<java.lang.String> getSortedStringKeys​(java.lang.String configKey)  
      • Methods inherited from class eu.unicore.util.configuration.PropertiesHelper

        addPropertyChangeListener, canHaveSubkeys, checkBounds, checkConstraints, checkConstraints, checkDeprecated, checkPropertyConstraints, checkStructuredListConstraints, clone, cloneTo, filterChanged, findUnknown, getBooleanValue, getClassValue, getDoubleValue, getDoubleValueNoCheck, getEnumValue, getFileValue, getFileValueAsString, getIntValue, getIntValueNoCheck, getKeyDescription, getListOfValues, getLocalizedValue, getLongValue, getLongValueNoCheck, getMetadata, getMetadataKey, getRawProperty, getSortedNumKeys, getSortedStringKeys, getStructuredListKeys, getSubkeyBooleanValue, getSubkeyEnumValue, getSubkeyIntValue, getSubkeyLongValue, getSubkeyValue, getValue, isSet, logValue, notifyAllWithKey, notifyFocusedListeners, notifyGenericListeners, removePropertyChangeListener, setProperties, setProperty
      • Methods inherited from class java.lang.Object

        equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • UnityHttpServerConfiguration

        public UnityHttpServerConfiguration​(java.util.Properties source)
                                     throws eu.unicore.util.configuration.ConfigurationException
        Throws:
        eu.unicore.util.configuration.ConfigurationException
    • Method Detail

      • getSortedStringKeys

        public java.util.Set<java.lang.String> getSortedStringKeys​(java.lang.String configKey)
      • getProperty

        public java.lang.String getProperty​(java.lang.String key)