Uses of Interface
org.glassfish.hk2.api.HK2Loader

Packages that use HK2Loader
com.sun.hk2.component   
org.glassfish.hk2.api   
org.glassfish.hk2.deprecated.utilities   
org.glassfish.hk2.inhabitants   
org.glassfish.hk2.internal   
org.glassfish.hk2.utilities   
org.jvnet.hk2.deprecated.internal   
org.jvnet.hk2.internal   
org.jvnet.hk2.osgiadapter   
 

Uses of HK2Loader in com.sun.hk2.component
 

Methods in com.sun.hk2.component with parameters of type HK2Loader
 Class<? extends T> LazyInhabitant.type(HK2Loader loader)
          Deprecated.  
 

Constructors in com.sun.hk2.component with parameters of type HK2Loader
LazyInhabitant(ServiceLocator serviceLocator, HK2Loader hk2CL, String typeName, Map<String,List<String>> metadata)
          Deprecated.  
LazyInhabitant(ServiceLocator serviceLocator, HK2Loader cl, String typeName, Map<String,List<String>> metadata, Inhabitant<?> lead)
          Deprecated.  
 

Uses of HK2Loader in org.glassfish.hk2.api
 

Methods in org.glassfish.hk2.api that return HK2Loader
 HK2Loader Descriptor.getLoader()
          This returns the loader that should be used when classloading this descriptor.
 

Uses of HK2Loader in org.glassfish.hk2.deprecated.utilities
 

Methods in org.glassfish.hk2.deprecated.utilities with parameters of type HK2Loader
static DescriptorImpl Utilities.createDescriptor(String typeName, HK2Loader cl, Map<String,List<String>> metadata)
          Deprecated. Create a descriptor from the given type name.
 

Uses of HK2Loader in org.glassfish.hk2.inhabitants
 

Methods in org.glassfish.hk2.inhabitants with parameters of type HK2Loader
 void InhabitantsParser.parse(Iterable<InhabitantParser> scanner, HK2Loader classLoader)
          Parses the inhabitants file (which is represented by InhabitantsScanner).
 

Uses of HK2Loader in org.glassfish.hk2.internal
 

Methods in org.glassfish.hk2.internal with parameters of type HK2Loader
 ActiveDescriptorBuilder ActiveDescriptorBuilderImpl.andLoadWith(HK2Loader loader)
           
 DescriptorBuilder DescriptorBuilderImpl.andLoadWith(HK2Loader loader)
           
 

Uses of HK2Loader in org.glassfish.hk2.utilities
 

Methods in org.glassfish.hk2.utilities that return HK2Loader
 HK2Loader DescriptorImpl.getLoader()
           
 

Methods in org.glassfish.hk2.utilities with parameters of type HK2Loader
 ActiveDescriptorBuilder ActiveDescriptorBuilder.andLoadWith(HK2Loader loader)
          Call this if this descriptor should be loaded with the given HK2Loader
 DescriptorBuilder DescriptorBuilder.andLoadWith(HK2Loader loader)
          Call this if this descriptor should be loaded with the given HK2Loader
 void DescriptorImpl.setLoader(HK2Loader loader)
          Sets the loader to use with this descriptor
 

Constructors in org.glassfish.hk2.utilities with parameters of type HK2Loader
DescriptorImpl(Set<String> contracts, String name, String scope, String implementation, Map<String,List<String>> metadatas, Set<String> qualifiers, DescriptorType descriptorType, HK2Loader loader, int rank, Descriptor baseDescriptor, Long id, Long locatorId)
          This creates this descriptor impl, taking all of the fields as given
 

Uses of HK2Loader in org.jvnet.hk2.deprecated.internal
 

Classes in org.jvnet.hk2.deprecated.internal that implement HK2Loader
 class HolderHK2LoaderImpl
          Deprecated. 
 

Uses of HK2Loader in org.jvnet.hk2.internal
 

Methods in org.jvnet.hk2.internal that return HK2Loader
 HK2Loader SystemDescriptor.getLoader()
           
 

Uses of HK2Loader in org.jvnet.hk2.osgiadapter
 

Classes in org.jvnet.hk2.osgiadapter that implement HK2Loader
 class OsgiHk2Loader
          An Hk2Loader that uses a Bundle to load classes
 



Copyright © 2013 Oracle Corporation. All Rights Reserved.