Java Annotation Indexer 1.0.0.Final-redhat-1

Uses of Class
org.jboss.jandex.Index

Uses of Index in org.jboss.jandex
 

Methods in org.jboss.jandex that return Index
 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 IndexReader.read()
          Read the index at the associated stream of this reader.
 

Methods in org.jboss.jandex with parameters of type Index
 int IndexWriter.write(Index index)
          Writes the specified index to the associated output stream.
 


Java Annotation Indexer 1.0.0.Final-redhat-1

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.