Skip navigation links
A B C D E F G H I O P Q R S T W 

G

get(String) - Method in interface org.apache.tamaya.Configuration
Access a property.
get(String, Class<T>) - Method in interface org.apache.tamaya.Configuration
Get the property keys as type T.
get(String, TypeLiteral<T>) - Method in interface org.apache.tamaya.Configuration
Get the property keys as type T.
get(String) - Method in interface org.apache.tamaya.spi.PropertySource
Access a property.
getConfiguration() - Static method in class org.apache.tamaya.ConfigurationProvider
Access the current configuration.
getConfiguration() - Method in interface org.apache.tamaya.spi.ConfigurationProviderSpi
Access the current Configuration.
getConfigurationContext() - Static method in class org.apache.tamaya.ConfigurationProvider
Get access to the current ConfigurationContext.
getConfigurationContext() - Method in interface org.apache.tamaya.spi.ConfigurationProviderSpi
Get access to the current ConfigurationContext.
getConfigurationContextBuilder() - Static method in class org.apache.tamaya.ConfigurationProvider
Create a new ConfigurationContextBuilder instance.
getConfigurationContextBuilder() - Method in interface org.apache.tamaya.spi.ConfigurationProviderSpi
Creates a new ConfigurationContextBuilder instance.
getGenericInterfaceTypeParameter(Class<?>, Class<?>) - Static method in class org.apache.tamaya.TypeLiteral
Checks the current implemented generic interfaces and evaluates the given single type parameter.
getName() - Method in interface org.apache.tamaya.spi.PropertySource
Get the name of the property source.
getOrdinal() - Method in interface org.apache.tamaya.spi.PropertySource
Lookup order: TODO rethink whole default PropertySources and ordering: TODO introduce default values or constants for ordinals System properties (ordinal 400) Environment properties (ordinal 300) JNDI values (ordinal 200) Properties file values (/META-INF/applicationConfiguration.properties) (ordinal 100)

Important Hints for custom implementations: If a custom implementation should be invoked before the default implementations, use a value > 400 If a custom implementation should be invoked after the default implementations, use a value < 100

Reordering of the default order of the config-sources: Example: If the properties file/s should be used before the other implementations, you have to configure an ordinal > 400.

getProperties() - Method in interface org.apache.tamaya.Configuration
Access all current known Configuration properties as a full Map<String,String>.
getProperties() - Method in interface org.apache.tamaya.spi.PropertySource
Access the current properties as Map.
getPropertyConverters() - Method in interface org.apache.tamaya.spi.ConfigurationContext
This method returns the Map of registered PropertyConverters per type.
getPropertyConverters(TypeLiteral<T>) - Method in interface org.apache.tamaya.spi.ConfigurationContext
This method returns the registered PropertyConverters for a given type.
getPropertyFilters() - Method in interface org.apache.tamaya.spi.ConfigurationContext
Access the current PropertyFilter instances.
getPropertySources() - Method in interface org.apache.tamaya.spi.ConfigurationContext
This method returns the current list of registered PropertySources ordered via their ordinal.
getPropertySources() - Method in interface org.apache.tamaya.spi.PropertySourceProvider
 
getPropertyValueCombinationPolicy() - Method in interface org.apache.tamaya.spi.ConfigurationContext
Access the PropertyValueCombinationPolicy used to evaluate the final property values.
getRawType() - Method in class org.apache.tamaya.TypeLiteral
Get the raw type of the current type.
getService(Class<T>) - Method in interface org.apache.tamaya.spi.ServiceContext
Access a service singleton via its type.
getServiceContext() - Static method in class org.apache.tamaya.spi.ServiceContextManager
getServices(Class<T>) - Method in interface org.apache.tamaya.spi.ServiceContext
Access a list current services, given its type.
getType() - Method in class org.apache.tamaya.TypeLiteral
Returns basic Java type.
getTypeParameter(Class<?>, Class<?>) - Static method in class org.apache.tamaya.TypeLiteral
Method that checks the class's type for a generic interface implementation type.
A B C D E F G H I O P Q R S T W 
Skip navigation links