- getClassLoaderID(ClassLoader) - Static method in class org.apache.tamaya.clsupport.AbstractClassloaderAwareItemLoader
-
Evaluates a String key for identfying a classloader instance, based on the loader class and its hashCode.
- getClassLoaderID() - Static method in class org.apache.tamaya.clsupport.AbstractClassloaderAwareItemLoader
-
Evaluates a String key for identfying a classloader instance, based on the loader class and its hashCode.
- getDefaultClassLoader() - Static method in class org.apache.tamaya.clsupport.AbstractClassloaderAwareItemLoader
-
Utility method that either returns the current thread context classloader or
- if not available - the classloader that loaded this class.
- getItemNoParent() - Method in class org.apache.tamaya.clsupport.AbstractClassloaderAwareItemLoader
-
Return the item assigned to the current thread context class loader or - if null - the class that loaded
this class.
- getItemNoParent(boolean) - Method in class org.apache.tamaya.clsupport.AbstractClassloaderAwareItemLoader
-
Return the item assigned to the current thread context class loader or - if null - the class that loaded
this class.
- getItemNoParent(ClassLoader, boolean) - Method in class org.apache.tamaya.clsupport.AbstractClassloaderAwareItemLoader
-
Return the item assigned to the current thread context class loader or - if null - the class that loaded
this class.
- getItems() - Method in class org.apache.tamaya.clsupport.AbstractClassloaderAwareItemLoader
-
Get all items valid for the current thread context class loader, or - if null - the classloader that loaded
this class.
- getItems(ClassLoader) - Method in class org.apache.tamaya.clsupport.AbstractClassloaderAwareItemLoader
-
Get all items found for the given classloader and all its parent classloaders.
- getParentItems() - Method in class org.apache.tamaya.clsupport.AbstractClassloaderAwareItemLoader
-
Get all items valid for the parent class loader of the current thread context class loader, or - if null - the
parent of the classloader that loaded this class.
- getParentItems(ClassLoader) - Method in class org.apache.tamaya.clsupport.AbstractClassloaderAwareItemLoader
-
Get all items found for the parent of the given classloader and all its parent classloaders.
- getPriority(Object) - Static method in class org.apache.tamaya.clsupport.CLAwareServiceContext
-
Checks the given instance for a @Priority annotation.
- getPropertyConverters() - Method in class org.apache.tamaya.clsupport.CLAwareConfigurationContext
-
- getPropertyConverters(TypeLiteral<T>) - Method in class org.apache.tamaya.clsupport.CLAwareConfigurationContext
-
- getPropertyFilters() - Method in class org.apache.tamaya.clsupport.CLAwareConfigurationContext
-
- getPropertySources() - Method in class org.apache.tamaya.clsupport.CLAwareConfigurationContext
-
- getPropertyValueCombinationPolicy() - Method in class org.apache.tamaya.clsupport.CLAwareConfigurationContext
-
- getService(Class<T>) - Method in class org.apache.tamaya.clsupport.CLAwareServiceContext
-
This method tries to evaluate the current singleton from the ServiceContainer
attached to the
current classloader.
- getService(Class<T>, ClassLoader) - Method in class org.apache.tamaya.clsupport.CLAwareServiceContext
-
Evaluates the current singleton instance using the given classloader context.
- getServices(Class<T>) - Method in class org.apache.tamaya.clsupport.CLAwareServiceContext
-
Gets the services visible.
- getServices(Class<T>, ClassLoader) - Method in class org.apache.tamaya.clsupport.CLAwareServiceContext
-
Gets the services visible.