Package xdoclet

XDoclet core classes.

See:
          Description

Interface Summary
MetadataProvider An abstraction layer for metadata.
 

Class Summary
Accept Accept is an aggregator of predicates used to filter out certain classes.
PackageSubstitution Uses JDK 1.4 java.util.regex to perform package substitutions.
Plugin A Plugin is responsible for the generation of a particular kind of file.
PluginFactory This class is responsible for discovering pluggable components such as MetadataProviders and Plugins that are available on the classpath.
Property Holds name=value pair.
XDoclet This class as an entry-point for starting XDoclet.
 

Exception Summary
XDocletException Exception class for XDoclet.
 

Package xdoclet Description

XDoclet core classes.

      +-------------+      +-------------+      +------------------+
      |   XDoclet   |---*->|   Plugin    |---1->| MetadataProvider |
      +-------------+      +-------------+      +------------------+
                                  ^                      ^
          +-----------------+-----------------+          |
 +----------------+  +-------------+  +---------------+  |
 | VelocityPlugin |  | JellyPlugin |  | BetwixtPlugin |  |
 +----------------+  +-------------+  +---------------+  |
                                                         |
                                             +--------------------------+
                                             | XJavaDocMetadataProvider |
                                             +--------------------------+



Copyright © 2000-2003 XDoclet Team. All Rights Reserved.