|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConfigurationInvalidResourceException | |
|---|---|
| org.extex.framework.configuration | This package contains some classes and interfaces for dealing with configuration of components. |
| org.extex.framework.configuration.impl | This package contains implementations for a configuration. |
| Uses of ConfigurationInvalidResourceException in org.extex.framework.configuration |
|---|
| Methods in org.extex.framework.configuration that throw ConfigurationInvalidResourceException | |
|---|---|
Configuration |
Configuration.findConfiguration(java.lang.String key)
Extract a sub-configuration with a given name. |
| Uses of ConfigurationInvalidResourceException in org.extex.framework.configuration.impl |
|---|
| Methods in org.extex.framework.configuration.impl that throw ConfigurationInvalidResourceException | |
|---|---|
Configuration |
TexConfiguration.findConfiguration(java.lang.String key)
Extract a sub-configuration with a given name. |
Configuration |
XmlConfiguration.findConfiguration(java.lang.String name)
Extract a sub-configuration with a given name. |
Configuration |
MultiConfiguration.findConfiguration(java.lang.String key)
Extract a sub-configuration with a given name. |
Configuration |
XmlConfiguration.getConfiguration(java.lang.String name)
Extract a sub-configuration with a given name. |
java.util.Iterator<Configuration> |
XmlConfiguration.iterator(java.lang.String key)
Retrieve an iterator over all items of a sub-configuration. |
protected Configuration |
XmlConfiguration.src(java.lang.String name,
org.w3c.dom.Node node)
Recursively follow the src attribute if present. |
| Constructors in org.extex.framework.configuration.impl that throw ConfigurationInvalidResourceException | |
|---|---|
TexConfiguration(java.io.InputStream stream,
java.lang.String resource)
Creates a new object and fills it with the configuration read from an input stream. |
|
XmlConfiguration(java.io.InputStream stream,
java.lang.String resource)
Creates a new object and fills it with the configuration read from an input stream. |
|
XmlConfiguration(java.lang.String resource)
Creates a new object. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||