Skip navigation links
Java Annotation Indexer 1.1.0.Final
org.jboss.jandex

Class Indexer

    • Constructor Detail

      • Indexer

        public Indexer()
    • Method Detail

      • index

        public ClassInfo index(InputStream stream)
                        throws IOException
        Analyze and index the class file data present in the passed input stream. Each call adds information to the final complete index; however, to aid in processing a per-class index (ClassInfo) is returned on each call.
        Parameters:
        stream - a stream pointing to class file data
        Returns:
        a class index containing all annotations on the passed class stream
        Throws:
        IOException
      • complete

        public Index complete()
        Completes, finalizes, and returns the index after zero or more calls to index. Future calls to index will result in a new index.
        Returns:
        the master index for all scanned class streams
Java Annotation Indexer 1.1.0.Final

Copyright © 2014 JBoss by Red Hat. All rights reserved.