Uses of Class
org.glassfish.hk2.classmodel.reflect.ParsingContext.Builder

Packages that use ParsingContext.Builder
org.glassfish.hk2.classmodel.reflect   
 

Uses of ParsingContext.Builder in org.glassfish.hk2.classmodel.reflect
 

Methods in org.glassfish.hk2.classmodel.reflect that return ParsingContext.Builder
 ParsingContext.Builder ParsingContext.Builder.archiveSelector(ArchiveSelector selector)
          Sets the archive selector that can selects which jar should be parsed during the parsing activity.
 ParsingContext.Builder ParsingContext.Builder.config(ParsingConfig config)
          Sets the parsing config that can be used to select which types should be exhaustively visited (fields + methods visits) or not.
 ParsingContext.Builder ParsingContext.Builder.executorService(ExecutorService service)
          Sets the executor service to be used to spawn threads during the parsing activity.
 ParsingContext.Builder ParsingContext.Builder.locator(ResourceLocator locator)
          Sets the resource locator that can be used to load and parse extra types that were referenced during the parsing but could not be parsed due to their absence from the input archive set.
 ParsingContext.Builder ParsingContext.Builder.logger(Logger logger)
          Sets the logger to be used during the parsing activity.
 



Copyright © 2013 Oracle Corporation. All Rights Reserved.