org.codehaus.annogen.view
Interface AnnoViewerParams


public interface AnnoViewerParams

Encapsulates a set of parameters to be used in instantiating an AnnoViewer, including the set of AnnoOverriders to be used.

Author:
Patrick Calahan <email: pcal-at-bea-dot-com>

Nested Class Summary
static class AnnoViewerParams.Factory
          Static factory for AnnoViewerParams.
 
Method Summary
 void addOverrider(AnnoOverrider ao)
          Adds an anno overrider that will be consulted by the AnnoViewer constructed from these params.
 void setClassLoader(java.lang.ClassLoader c)
          Sets the classloader from which Annobeans will be loaded.
 void setVerbose(java.lang.Class c)
          Enables verbose debugging output from all instances of the given class.
 

Method Detail

addOverrider

void addOverrider(AnnoOverrider ao)
Adds an anno overrider that will be consulted by the AnnoViewer constructed from these params.


setClassLoader

void setClassLoader(java.lang.ClassLoader c)
Sets the classloader from which Annobeans will be loaded. By default, the system classloader is used.


setVerbose

void setVerbose(java.lang.Class c)

Enables verbose debugging output from all instances of the given class.