org.apache.maven.jxr.pacman
Class PackageManager

java.lang.Object
  extended byorg.apache.maven.jxr.pacman.PackageManager

public class PackageManager
extends java.lang.Object

Given a list of directories, parse them out and store them as rendered packages, classes, imports, etc.


Constructor Summary
PackageManager(Log log, FileManager fileManager)
           
 
Method Summary
 void addPackageType(PackageType packageType)
          Add a package to the PackageManager
 void dump()
          Dump the package information to STDOUT.
 FileManager getFileManager()
           
 PackageType getPackageType(java.lang.String name)
          Given the name of a package (Ex: org.apache.maven.util) obtain it from the PackageManager
 java.util.Enumeration getPackageTypes()
          Get all of the packages in the PackageManager
 void process(java.lang.String directory)
          Description of the Method
 void process(java.lang.String[] directories)
          Description of the Method
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PackageManager

public PackageManager(Log log,
                      FileManager fileManager)
Method Detail

getPackageType

public PackageType getPackageType(java.lang.String name)
Given the name of a package (Ex: org.apache.maven.util) obtain it from the PackageManager


addPackageType

public void addPackageType(PackageType packageType)
Add a package to the PackageManager


getPackageTypes

public java.util.Enumeration getPackageTypes()
Get all of the packages in the PackageManager


process

public void process(java.lang.String directory)
Description of the Method


process

public void process(java.lang.String[] directories)
Description of the Method


dump

public void dump()
Dump the package information to STDOUT. FOR DEBUG ONLY


getFileManager

public FileManager getFileManager()


Copyright © {inceptionYear}-2007 Apache Software Foundation. All Rights Reserved.