|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |