org.eigenbase.inventory
Class EigenbaseInventoryGenerator.InventoryProcessor

java.lang.Object
  extended by org.eigenbase.inventory.EigenbaseInventoryGenerator.InventoryProcessor
All Implemented Interfaces:
com.sun.mirror.apt.AnnotationProcessor
Enclosing class:
EigenbaseInventoryGenerator

private static class EigenbaseInventoryGenerator.InventoryProcessor
extends Object
implements com.sun.mirror.apt.AnnotationProcessor


Nested Class Summary
private  class EigenbaseInventoryGenerator.InventoryProcessor.InventoryVisitor
           
 
Field Summary
private  com.sun.mirror.apt.AnnotationProcessorEnvironment env
           
private  Set<String> packageNames
           
 
Constructor Summary
EigenbaseInventoryGenerator.InventoryProcessor(com.sun.mirror.apt.AnnotationProcessorEnvironment env)
           
 
Method Summary
 void process()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

env

private final com.sun.mirror.apt.AnnotationProcessorEnvironment env

packageNames

private final Set<String> packageNames
Constructor Detail

EigenbaseInventoryGenerator.InventoryProcessor

EigenbaseInventoryGenerator.InventoryProcessor(com.sun.mirror.apt.AnnotationProcessorEnvironment env)
Method Detail

process

public void process()
Specified by:
process in interface com.sun.mirror.apt.AnnotationProcessor