Class RepositoryConfigurationReference.RepoHierarchicalConfiguration

java.lang.Object
org.apache.commons.configuration.event.EventSource
org.apache.commons.configuration.AbstractConfiguration
org.apache.commons.configuration.HierarchicalConfiguration
com.atlassian.bamboo.commonsconfig.BambooHierarchicalConfiguration
com.atlassian.bamboo.repository.RepositoryConfigurationReference.RepoHierarchicalConfiguration
All Implemented Interfaces:
Serializable, Cloneable, org.apache.commons.configuration.Configuration
Enclosing class:
RepositoryConfigurationReference

public static class RepositoryConfigurationReference.RepoHierarchicalConfiguration extends BambooHierarchicalConfiguration
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.apache.commons.configuration.HierarchicalConfiguration

    org.apache.commons.configuration.HierarchicalConfiguration.BuilderVisitor, org.apache.commons.configuration.HierarchicalConfiguration.Node, org.apache.commons.configuration.HierarchicalConfiguration.NodeVisitor
  • Field Summary

    Fields inherited from class org.apache.commons.configuration.HierarchicalConfiguration

    EVENT_ADD_NODES, EVENT_CLEAR_TREE

    Fields inherited from class org.apache.commons.configuration.AbstractConfiguration

    END_TOKEN, EVENT_ADD_PROPERTY, EVENT_CLEAR, EVENT_CLEAR_PROPERTY, EVENT_READ_PROPERTY, EVENT_SET_PROPERTY, START_TOKEN
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    int
     

    Methods inherited from class org.apache.commons.configuration.HierarchicalConfiguration

    addNodes, addPropertyDirect, clearNode, clearNode, clearProperty, clearReferences, clearTree, clone, configurationAt, configurationsAt, containsKey, createAddPath, createNode, createSubnodeConfiguration, fetchAddNode, fetchNodeList, findLastPathNode, findPropertyNodes, getDefaultExpressionEngine, getExpressionEngine, getKeys, getKeys, getMaxIndex, getProperty, getRoot, getRootNode, isEmpty, nodeDefined, nodeDefined, removeNode, removeNode, setDefaultExpressionEngine, setExpressionEngine, setProperty, setRoot, setRootNode, subset

    Methods inherited from class org.apache.commons.configuration.AbstractConfiguration

    addErrorLogListener, addProperty, clear, clearPropertyDirect, getBigDecimal, getBigDecimal, getBigInteger, getBigInteger, getBoolean, getBoolean, getByte, getByte, getByte, getDefaultListDelimiter, getDelimiter, getDouble, getDouble, getDouble, getFloat, getFloat, getFloat, getInt, getInteger, getList, getList, getListDelimiter, getLogger, getLong, getLong, getLong, getProperties, getProperties, getShort, getShort, getShort, getString, getString, getStringArray, isDelimiterParsingDisabled, isThrowExceptionOnMissing, resolveContainerStore, setDefaultListDelimiter, setDelimiter, setDelimiterParsingDisabled, setListDelimiter, setLogger, setThrowExceptionOnMissing

    Methods inherited from class org.apache.commons.configuration.event.EventSource

    addConfigurationListener, addErrorListener, clearConfigurationListeners, clearErrorListeners, createErrorEvent, createEvent, fireError, fireEvent, getConfigurationListeners, getErrorListeners, isDetailEvents, removeConfigurationListener, removeErrorListener, setDetailEvents

    Methods inherited from class java.lang.Object

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

    • RepoHierarchicalConfiguration

      public RepoHierarchicalConfiguration()
  • Method Details

    • getBoolean

      public boolean getBoolean(String key)
      Specified by:
      getBoolean in interface org.apache.commons.configuration.Configuration
      Overrides:
      getBoolean in class org.apache.commons.configuration.AbstractConfiguration
    • getInt

      public int getInt(String key)
      Specified by:
      getInt in interface org.apache.commons.configuration.Configuration
      Overrides:
      getInt in class org.apache.commons.configuration.AbstractConfiguration