Class Summary |
AbstractDependencyGraphGenerator |
Is the abstract base class for the two dependency graph generators. |
DependencyGraphMLGenerator |
Exports the dependency graph of the project being loaded into Deputy in the
GraphML format that can be imported into the yEd Graph Editor which is
available for free from http://www.yworks.com. |
DependencyGraphXmlGenerator |
Exports the dependency graph of the project being loaded into Deputy in an
XML format that can be imported into Rational Rose using the add-in Roco
which is packaged with the Deputy distribution. |
Deputy |
Is the main class of the core application. |
ProjectGenerator |
Generates a new XML document for a Maven project from its current XML file
and the changes made in the application. |
ProjectRecursor |
Parses a project and its dependencies recursively. |