Modifier and Type | Method and Description |
---|---|
Index |
Indexer.complete()
Completes, finalizes, and returns the index after zero or more calls to
index.
|
static Index |
Index.create(Map<DotName,List<AnnotationInstance>> annotations,
Map<DotName,List<ClassInfo>> subclasses,
Map<DotName,List<ClassInfo>> implementors,
Map<DotName,ClassInfo> classes)
Constructs a "mock" Index using the passed values.
|
Index |
Result.getIndex() |
Index |
IndexReader.read()
Read the index at the associated stream of this reader.
|
Modifier and Type | Method and Description |
---|---|
int |
IndexWriter.write(Index index)
Writes the specified index to the associated output stream.
|
Copyright © 2014 JBoss by Red Hat. All rights reserved.