|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PropertiesContext | |
---|---|
de.smartics.properties.api.config.domain | Provides domain objects for configuration. |
de.smartics.properties.api.core.domain | Provides property domain objects and exceptions. |
de.smartics.properties.impl.config.cache | Provides a ConfigurationPropertiesManagement implementation that provides a cache. |
de.smartics.properties.spi.config.domain | Provides domain objects for configuration. |
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.metadata | Provides helpers to read metadata from property descriptor interfaces. |
de.smartics.properties.spi.core.metadata.comment | Provides helpers to read comments for property sets, properties and property values. |
de.smartics.properties.spi.core.metadata.projectdoc | Provides helpers for projectdoc information. |
de.smartics.properties.spi.core.registry | Provides registries to access properties meta information. |
Uses of PropertiesContext in de.smartics.properties.api.config.domain |
---|
Methods in de.smartics.properties.api.config.domain that return PropertiesContext | |
---|---|
PropertiesContext |
ConfigurationProperties.getContext(Class<?> declaringType) Returns the properties context for the declaring type. |
Uses of PropertiesContext in de.smartics.properties.api.core.domain |
---|
Methods in de.smartics.properties.api.core.domain that return PropertiesContext | |
---|---|
PropertiesContext |
PropertiesContext.Builder.build() Creates the instance. |
static PropertiesContext |
PropertiesContext.createEmptyContext() Creates an empty context. |
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. |
PropertiesContext |
PropertyContext.getPropertiesContext() Returns the context of the properties. |
Uses of PropertiesContext in de.smartics.properties.impl.config.cache |
---|
Methods in de.smartics.properties.impl.config.cache that return PropertiesContext | |
---|---|
PropertiesContext |
AbstractCacheConfigurationPropertiesManagement.getContext(Class<?> declaringType) |
Uses of PropertiesContext in de.smartics.properties.spi.config.domain |
---|
Methods in de.smartics.properties.spi.config.domain that return PropertiesContext | |
---|---|
PropertiesContext |
ConfigurationPropertiesProxy.getContext(Class<?> declaringType) |
Uses of PropertiesContext in de.smartics.properties.spi.config.support |
---|
Methods in de.smartics.properties.spi.config.support that return PropertiesContext | |
---|---|
PropertiesContext |
FactoryCache.getContext(Class<?> declaringType) Returns the context for the given type. |
PropertiesContext |
AbstractConfigurationProperties.getContext(Class<?> declaringType) |
Uses of PropertiesContext in de.smartics.properties.spi.core.context |
---|
Methods in de.smartics.properties.spi.core.context that return PropertiesContext | |
---|---|
PropertiesContext |
MandatoryPropertyContext.getPropertiesContext() |
PropertiesContext |
DeclarationConfigParser.parse(Class<?> type) Convenience method using a class' class loader to locate the configuration file to parse the configuration file at DECLARATION_FILE . |
PropertiesContext |
DeclarationConfigParser.parse(de.smartics.util.lang.classpath.ClassPathContext context) Parses the configuration file at DECLARATION_FILE . |
Methods in de.smartics.properties.spi.core.context with parameters of type PropertiesContext | |
---|---|
void |
DeclarationConfigWriter.write(PropertiesContext context, OutputStream out) Writes the configuration to the given stream. |
Constructors in de.smartics.properties.spi.core.context with parameters of type PropertiesContext | |
---|---|
MandatoryPropertyContext(PropertiesContext propertiesContext, PropertyDescriptor descriptor) Default constructor. |
|
PropertyContextProxy(PropertiesContext context) Default constructor. |
Uses of PropertiesContext in de.smartics.properties.spi.core.metadata |
---|
Methods in de.smartics.properties.spi.core.metadata with parameters of type PropertiesContext | |
---|---|
static PropertyMetaDataParser |
PropertyMetaDataParser.create(PropertiesContext context) Convenience constructor to generate property descriptors with access to property comments. |
Constructors in de.smartics.properties.spi.core.metadata with parameters of type PropertiesContext | |
---|---|
MetaInfDocumentMetaDataProxy(PropertyKey key, PropertiesContext context, Method propertyMethod) Default constructor. |
|
PropertyCommentProxy(PropertiesContext context) Default constructor. |
Uses of PropertiesContext in de.smartics.properties.spi.core.metadata.comment |
---|
Constructors in de.smartics.properties.spi.core.metadata.comment with parameters of type PropertiesContext | |
---|---|
PropertyCommentParser(PropertiesContext context) Default constructor. |
Uses of PropertiesContext in de.smartics.properties.spi.core.metadata.projectdoc |
---|
Fields in de.smartics.properties.spi.core.metadata.projectdoc declared as PropertiesContext | |
---|---|
protected PropertiesContext |
ProjectdocMetaDataParser.context The properties context to fetch information from the META-INF folder. |
Constructors in de.smartics.properties.spi.core.metadata.projectdoc with parameters of type PropertiesContext | |
---|---|
ProjectdocMetaDataParser(PropertiesContext context) Convenience constructor without defaults. |
|
ProjectdocMetaDataParser(PropertiesContext context, ProjectdocAnnotationCollector.Defaults defaults) Default constructor. |
|
PropertyProjectdocParser(PropertiesContext context) Convenience constructor without defaults. |
|
PropertyProjectdocParser(PropertiesContext context, ProjectdocAnnotationCollector.Defaults defaults) Default constructor. |
|
PropertySetProjectdocParser(PropertiesContext context) Convenience constructor without defaults. |
|
PropertySetProjectdocParser(PropertiesContext context, ProjectdocAnnotationCollector.Defaults defaults) Default constructor. |
Uses of PropertiesContext in de.smartics.properties.spi.core.registry |
---|
Methods in de.smartics.properties.spi.core.registry that return PropertiesContext | |
---|---|
PropertiesContext |
ConfigurationRegistry.get(Class<?> declaringType) Returns the properties context for the declaring type of a property set. |
PropertiesContext |
ConfigurationRegistry.get(PropertyDescriptor descriptor) Returns the properties context for the given descriptor. |
PropertiesContext |
InMemoryPropertyDescriptorRegistry.getContext(Class<?> declaringType) |
PropertiesContext |
InMemoryPropertyDescriptorRegistry.getContext(PropertyDescriptor descriptor) |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |