- getAttribute(String) - Method in class org.apache.excalibur.configuration.CascadingConfiguration
-
Return the value of specified attribute.
- getAttribute(String, String) - Method in class org.apache.excalibur.configuration.CascadingConfiguration
-
Returns the value of the attribute specified by its name as a
String
, or the default value if no attribute by
that name exists or is empty.
- getAttributeAsBoolean(String) - Method in class org.apache.excalibur.configuration.CascadingConfiguration
-
Return the boolean
value of the specified parameter contained
in this node.
- getAttributeAsBoolean(String, boolean) - Method in class org.apache.excalibur.configuration.CascadingConfiguration
-
Returns the value of the attribute specified by its name as a
boolean
, or the default value if no attribute by
that name exists or is empty.
- getAttributeAsDouble(String) - Method in class org.apache.excalibur.configuration.CascadingConfiguration
-
Return the double
value of the specified parameter contained
in this node.
- getAttributeAsDouble(String, double) - Method in class org.apache.excalibur.configuration.CascadingConfiguration
-
Returns the value of the attribute specified by its name as a
double
, or the default value if no attribute by
that name exists or is empty.
- getAttributeAsFloat(String) - Method in class org.apache.excalibur.configuration.CascadingConfiguration
-
Return the float
value of the specified parameter contained
in this node.
- getAttributeAsFloat(String, float) - Method in class org.apache.excalibur.configuration.CascadingConfiguration
-
Returns the value of the attribute specified by its name as a
float
, or the default value if no attribute by
that name exists or is empty.
- getAttributeAsInteger(String) - Method in class org.apache.excalibur.configuration.CascadingConfiguration
-
Return the int
value of the specified attribute contained
in this node or the parent.
- getAttributeAsInteger(String, int) - Method in class org.apache.excalibur.configuration.CascadingConfiguration
-
Returns the value of the attribute specified by its name as a
int
, or the default value if no attribute by
that name exists or is empty.
- getAttributeAsLong(String) - Method in class org.apache.excalibur.configuration.CascadingConfiguration
-
Returns the value of the attribute specified by its name as a
long
.
- getAttributeAsLong(String, long) - Method in class org.apache.excalibur.configuration.CascadingConfiguration
-
Returns the value of the attribute specified by its name as a
long
, or the default value if no attribute by
that name exists or is empty.
- getAttributeNames() - Method in class org.apache.excalibur.configuration.CascadingConfiguration
-
Return an array of all attribute names in both base and parent.
- getChild(String) - Method in class org.apache.excalibur.configuration.CascadingConfiguration
-
Return a new CascadingConfiguration
instance encapsulating the
specified child node of the base and parent node.
- getChild(String, boolean) - Method in class org.apache.excalibur.configuration.CascadingConfiguration
-
Return a Configuration
instance encapsulating the specified
child node.
- getChildren() - Method in class org.apache.excalibur.configuration.CascadingConfiguration
-
Return an Array
of Configuration
elements containing all node children of both base and parent configurations.
- getChildren(String) - Method in class org.apache.excalibur.configuration.CascadingConfiguration
-
Return an Array
of Configuration
elements containing all node children with the specified name from
both base and parent configurations.
- getErrors() - Method in class org.apache.excalibur.configuration.validation.ValidationResult
-
- getLocation() - Method in class org.apache.excalibur.configuration.CascadingConfiguration
-
Return a string describing location of the base Configuration.
- getName() - Method in class org.apache.excalibur.configuration.CascadingConfiguration
-
Return the name of the base node.
- getNamespace() - Method in class org.apache.excalibur.configuration.CascadingConfiguration
-
Returns the namespace the main Configuration node
belongs to.
- getValue() - Method in class org.apache.excalibur.configuration.CascadingConfiguration
-
Return the String
value of the node.
- getValue(String) - Method in class org.apache.excalibur.configuration.CascadingConfiguration
-
Returns the value of the configuration element as a String
.
- getValueAsBoolean() - Method in class org.apache.excalibur.configuration.CascadingConfiguration
-
Return the boolean
value of the node.
- getValueAsBoolean(boolean) - Method in class org.apache.excalibur.configuration.CascadingConfiguration
-
Returns the value of the configuration element as a boolean
.
- getValueAsDouble() - Method in class org.apache.excalibur.configuration.CascadingConfiguration
-
Return the double
value of the node.
- getValueAsDouble(double) - Method in class org.apache.excalibur.configuration.CascadingConfiguration
-
Returns the value of the configuration element as a double
.
- getValueAsFloat() - Method in class org.apache.excalibur.configuration.CascadingConfiguration
-
Return the float
value of the node.
- getValueAsFloat(float) - Method in class org.apache.excalibur.configuration.CascadingConfiguration
-
Returns the value of the configuration element as a float
.
- getValueAsInteger() - Method in class org.apache.excalibur.configuration.CascadingConfiguration
-
Return the int
value of the node.
- getValueAsInteger(int) - Method in class org.apache.excalibur.configuration.CascadingConfiguration
-
Returns the value of the configuration element as an int
.
- getValueAsLong() - Method in class org.apache.excalibur.configuration.CascadingConfiguration
-
Return the long
value of the node.
- getValueAsLong(long) - Method in class org.apache.excalibur.configuration.CascadingConfiguration
-
Returns the value of the configuration element as a long
.
- getWarnings() - Method in class org.apache.excalibur.configuration.validation.ValidationResult
-