Uses of Class
org.jboss.jandex.Index
-
-
Uses of Index in org.jboss.jandex
Fields in org.jboss.jandex declared as Index Modifier and Type Field Description private IndexMain. indexprivate IndexResult. indexMethods in org.jboss.jandex that return Index Modifier and Type Method Description IndexIndexer. complete()Completes, finalizes, and returns the index after zero or more calls to index.static IndexIndex. create(java.util.Map<DotName,java.util.List<AnnotationInstance>> annotations, java.util.Map<DotName,java.util.List<ClassInfo>> subclasses, java.util.Map<DotName,java.util.List<ClassInfo>> implementors, java.util.Map<DotName,ClassInfo> classes)Constructs a "mock" Index using the passed values.static IndexIndex. create(java.util.Map<DotName,java.util.List<AnnotationInstance>> annotations, java.util.Map<DotName,java.util.List<ClassInfo>> subclasses, java.util.Map<DotName,java.util.List<ClassInfo>> implementors, java.util.Map<DotName,ClassInfo> classes, java.util.Map<DotName,java.util.List<ClassInfo>> users)Constructs a "mock" Index using the passed values.private IndexMain. getIndex(long start)IndexResult. getIndex()static IndexIndex. of(java.io.File... directories)Constructs an Index of class files found in the passed directories.static IndexIndex. of(java.lang.Class<?>... classes)Constructs an Index of the passed classes.static IndexIndex. of(java.lang.Iterable<java.lang.Class<?>> classes)Constructs an Index of the passed classes.IndexIndexReader. read()Read the index at the associated stream of this reader.(package private) abstract IndexIndexReaderImpl. read(int version)(package private) IndexIndexReaderV1. read(int version)Read the index at the associated stream of this reader.(package private) IndexIndexReaderV2. read(int version)private IndexIndexReaderV1. readClasses(PackedDataInputStream stream, int version)private IndexIndexReaderV2. readClasses(PackedDataInputStream stream, int annotationsSize, int implementorsSize, int subclassesSize, int version)Methods in org.jboss.jandex with parameters of type Index Modifier and Type Method Description private voidIndexWriterV1. buildAValueEntries(Index index, AnnotationValue value)private voidIndexWriterV1. buildTables(Index index)private voidIndexWriterV2. buildTables(Index index, int version)private intResult. countInstances(Index index)intIndexWriter. write(Index index)Writes the specified index to the associated output stream.intIndexWriter. write(Index index, byte version)Deprecated.intIndexWriter. write(Index index, int version)Writes the specified index to the associated output stream.(package private) abstract intIndexWriterImpl. write(Index index, int version)(package private) intIndexWriterV1. write(Index index, int version)Writes the specified index to the associated output stream.(package private) intIndexWriterV2. write(Index index, int version)Writes the specified index to the associated output stream.private voidIndexWriterV1. writeClasses(PackedDataOutputStream stream, Index index, int version)private voidIndexWriterV2. writeClasses(PackedDataOutputStream stream, Index index, int version)private voidIndexWriterV2. writeModules(PackedDataOutputStream stream, Index index, int version)Constructors in org.jboss.jandex with parameters of type Index Constructor Description Result(Index index, java.lang.String name, int bytes, java.io.File outputFile)
-