Uses of Class
org.jboss.jandex.Indexer
Packages that use Indexer
Package
Description
Jandex is a space efficient Java class file indexer and offline reflection library.
-
Uses of Indexer in org.jboss.jandex
Methods in org.jboss.jandex with parameters of type IndexerModifier and TypeMethodDescriptionstatic Result
JarIndexer.createJarIndex
(File jarFile, Indexer indexer, boolean modify, boolean newJar, boolean verbose) Indexes a jar file and saves the result.static Result
JarIndexer.createJarIndex
(File jarFile, Indexer indexer, boolean modify, boolean newJar, boolean verbose, PrintStream infoStream, PrintStream errStream) Indexes a jar file and saves the result.static Result
JarIndexer.createJarIndex
(File jarFile, Indexer indexer, File outputFile, boolean modify, boolean newJar, boolean verbose) Indexes a jar file and saves the result.static Result
JarIndexer.createJarIndex
(File jarFile, Indexer indexer, File outputFile, boolean modify, boolean newJar, boolean verbose, PrintStream infoStream, PrintStream errStream) Indexes a jar file and saves the result.private Result
Main.indexDirectory
(File source, Indexer indexer) private void
-
Uses of Indexer in org.jboss.jandex.maven
Methods in org.jboss.jandex.maven with parameters of type IndexerModifier and TypeMethodDescriptionprivate void
JandexGoal.indexDependency
(Indexer indexer, FileSet fileSet) private void
JandexGoal.indexDirectory
(Indexer indexer, FileSet fileSet)