|
|||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
FileConfiguration
interface.
resource.loader = fileis already present in the configuration and you call
addProperty("resource.loader", "classpath")Then you will end up with a List like the following:
["file", "classpath"]
BaseConfigurationXMLReader
.
BaseConfigurationXMLReader
and
sets the configuration object to be parsed.
Configuration
instance. ConfigurationDynaBean
from a wrapped configuration-collection
Configuration
instance.ConfigurationDynaClass
wrapping the specified Configuration
instance.
ConfigurationException
without specified
detail message.
ConfigurationException
with specified
detail message.
ConfigurationException
with specified
nested Throwable
.
ConfigurationException
with specified
detail message and nested Throwable
.
<additional>
section.ConfigurationBuilder
.
DigesterConfigurationFactory
.
ConfigurationKey
.
ConfigurationKey
and
initializes it with the given key.
ConfigurationMap
wraps a
configuration-collection
Configuration
instance to provide a Map
interface.ConfigurationMap
that wraps the specified Configuration
instance.
ConfigurationRuntimeException
without
specified detail message.
ConfigurationRuntimeException
with
specified detail message.
ConfigurationRuntimeException
with
specified nested Throwable
.
ConfigurationRuntimeException
with
specified detail message and nested Throwable
.
XMLReader
classes
that transform a configuration object in a set of SAX parsing events.ConfigurationXMLReader
.
ConversionException
without specified
detail message.
ConversionException
with specified
detail message.
ConversionException
with specified
nested Throwable
.
ConversionException
with specified
detail message and nested Throwable
.
<additional>
section.
Node
object with the specified name.
ConfigurationKey
objects are equal.
at
attribute.
BigDecimal
associated with the given configuration key.
BigDecimal
associated with the given configuration key.
If the key doesn't map to an existing object, the default value
is returned.
BigDecimal
associated with the given configuration key.
BigDecimal
associated with the given configuration key.
BigInteger
associated with the given configuration key.
BigInteger
associated with the given configuration key.
If the key doesn't map to an existing object, the default value
is returned.
BigInteger
associated with the given configuration key.
BigInteger
associated with the given configuration key.
Boolean
associated with the given configuration key.
Boolean
associated with the given configuration key.
Byte
associated with the given configuration key.
Byte
associated with the given configuration key.
Double
associated with the given configuration key.
Double
associated with the given configuration key.
Float
associated with the given configuration key.
If the key doesn't map to an existing object, the default value
is returned.
Float
associated with the given configuration key.
Integer
associated with the given configuration key.
If the key doesn't map to an existing object, the default value
is returned.
Integer
associated with the given configuration key.
Long
associated with the given configuration key.
If the key doesn't map to an existing object, the default value
is returned.
Long
associated with the given configuration key.
Short
associated with the given configuration key.
If the key doesn't map to an existing object, the default value
is returned.
Short
associated with the given configuration key.
HierarchicalConfiguration
.
Node
.
Node
and sets the name.
HierarchicalConfigurationXMLReader
.
HierarchicalConfigurationXMLReader
and sets the
configuration to be parsed.
XMLConfiguration
instead, which supports all features this class had offered before.AbstractFileConfiguration.getEncoding()
.
FileConfiguration.getEncoding()
.
ServletConfig
. FilterConfig
. AbstractFileConfiguration.getEncoding()
.
FileConfiguration.getEncoding()
.
at
attribute.
prefix.number = 1 prefix.string = Apache prefixed.foo = bar prefix = Jakartathe Configuration returned by
subset("prefix")
will contain
the properties:
number = 1 string = Apache = Jakarta(The key for the value "Jakarta" is an empty string)
Since the subset is a decorator and not a modified copy of the initial Configuration, any change made to the subset is available to the Configuration, and reciprocally.
Configuration
object containing all keys
that start with the specified prefix.
prefix.number = 1 prefix.string = Apache prefixed.foo = bar prefix = Jakartathe Configuration returned by
subset("prefix")
will contain
the properties:
number = 1 string = Apache = Jakarta(The key for the value "Jakarta" is an empty string)
Since the subset is a decorator and not a modified copy of the initial Configuration, any change made to the subset is available to the Configuration, and reciprocally.
String
to a
Writer
.
XMLConfiguration
.
XMLConfiguration
.
XMLConfiguration
.
XMLConfiguration
.
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |