|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConfigException | |
---|---|
de.smartics.properties.api.core.domain | Provides property domain objects and exceptions. |
de.smartics.properties.impl.config.domain.key.envapp | Provides a configuration key implementation that supports an environment and an application identifier. |
de.smartics.properties.impl.config.domain.key.rtaware | Provides a configuration key implementation that is runtime aware. |
de.smartics.properties.spi.config.definition | Provides helpers to deal with definition.xml information. |
de.smartics.properties.spi.config.support | Provides helpers for service provider to implement ConfigurationPropertiesFactory . |
de.smartics.properties.spi.core.context | Provides properties configuration information. |
de.smartics.properties.spi.core.registry | Provides registries to access properties meta information. |
Uses of ConfigException in de.smartics.properties.api.core.domain |
---|
Subclasses of ConfigException in de.smartics.properties.api.core.domain | |
---|---|
class |
DuplicateDefaultKeyException Signals that a configuration key within a definitions configuration file is declared as default key twice. |
Methods in de.smartics.properties.api.core.domain that throw ConfigException | |
---|---|
PropertiesContext |
PropertyDescriptorRegistry.getContext(Class<?> declaringType) Returns the property context for the given property declaring type. |
PropertiesContext |
PropertyDescriptorRegistry.getContext(PropertyDescriptor descriptor) Returns the property context for the given property descriptor. |
String |
PropertyDescriptorRegistry.getDocumentationUrl(PropertyDescriptor descriptor) Returns the URL to the documentation report for the given property descriptor. |
String |
PropertyDescriptorRegistry.getMetaInfPath(PropertyDescriptor descriptor) Returns the path to the context information for the given property descriptor. |
Uses of ConfigException in de.smartics.properties.impl.config.domain.key.envapp |
---|
Methods in de.smartics.properties.impl.config.domain.key.envapp that throw ConfigException | |
---|---|
T |
AbstractDefinitionConfigParser.parse(Class<?> type) Convenience method using a class' class loader to locate the configuration file to parse the configuration file at PropertiesContext.DEFINITION_FILE . |
T |
AbstractDefinitionConfigParser.parse(de.smartics.util.lang.classpath.ClassPathContext context) Parses the configuration file at PropertiesContext.DEFINITION_FILE . |
EnvAppPropertiesDefinitionContext |
EnvAppDefinitionConfigParser.parse(String systemId, InputStream input) Parses the definition.xml from the given stream. |
protected PropertyResourceMatchers |
AbstractDefinitionConfigParser.readFiles(String systemId, org.jdom.Element rootNode) Parsed the map of files from the given element. |
Uses of ConfigException in de.smartics.properties.impl.config.domain.key.rtaware |
---|
Methods in de.smartics.properties.impl.config.domain.key.rtaware that throw ConfigException | |
---|---|
TenantUserPropertiesDefinitionContext |
TenantUserDefinitionConfigParser.parse(String systemId, InputStream input) Parses the definition.xml from the given stream. |
Uses of ConfigException in de.smartics.properties.spi.config.definition |
---|
Methods in de.smartics.properties.spi.config.definition that throw ConfigException | |
---|---|
T |
DefinitionConfigParser.parse(Class<?> type) Convenience method using a class' class loader to locate the configuration file to parse the configuration file at PropertiesContext.DEFINITION_FILE . |
T |
DefinitionConfigParser.parse(de.smartics.util.lang.classpath.ClassPathContext context) Parses the configuration file at PropertiesContext.DEFINITION_FILE . |
T |
DefinitionConfigParser.parse(String systemId, InputStream input) Parses the definition.xml from the given stream. |
Uses of ConfigException in de.smartics.properties.spi.config.support |
---|
Methods in de.smartics.properties.spi.config.support that throw ConfigException | |
---|---|
PropertiesContext |
FactoryCache.getContext(Class<?> declaringType) Returns the context for the given type. |
Uses of ConfigException in de.smartics.properties.spi.core.context |
---|
Methods in de.smartics.properties.spi.core.context that throw ConfigException | |
---|---|
PropertiesContext |
DeclarationConfigParser.parse(Class<?> type) Convenience method using a class' class loader to locate the configuration file to parse the configuration file at PropertiesContext.DECLARATION_FILE . |
PropertiesContext |
DeclarationConfigParser.parse(de.smartics.util.lang.classpath.ClassPathContext context) Parses the configuration file at PropertiesContext.DECLARATION_FILE . |
Uses of ConfigException in de.smartics.properties.spi.core.registry |
---|
Methods in de.smartics.properties.spi.core.registry that throw ConfigException | |
---|---|
PropertiesContext |
InMemoryPropertyDescriptorRegistry.getContext(Class<?> declaringType) |
PropertiesContext |
InMemoryPropertyDescriptorRegistry.getContext(PropertyDescriptor descriptor) |
String |
InMemoryPropertyDescriptorRegistry.getDocumentationUrl(PropertyDescriptor descriptor) |
String |
InMemoryPropertyDescriptorRegistry.getMetaInfPath(PropertyDescriptor descriptor) |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |