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

Packages that use HK2Loader
org.glassfish.hk2.api   
org.glassfish.hk2.internal   
org.glassfish.hk2.utilities   
 

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.internal
 

Methods in org.glassfish.hk2.internal with parameters of type HK2Loader
 DescriptorBuilder DescriptorBuilderImpl.andLoadWith(HK2Loader loader)
           
 ActiveDescriptorBuilder ActiveDescriptorBuilderImpl.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
 DescriptorBuilder DescriptorBuilder.andLoadWith(HK2Loader loader)
          Call this if this descriptor should be loaded with the given HK2Loader
 ActiveDescriptorBuilder ActiveDescriptorBuilder.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
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.