org.apache.maven.jxr.pacman
Class PackageManager

java.lang.Object
  extended by org.apache.maven.jxr.pacman.PackageManager

public class PackageManager
extends 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(String name)
          Given the name of a package (Ex: org.apache.maven.util) obtain it from the PackageManager
 Enumeration getPackageTypes()
          Get all of the packages in the PackageManager
 void process(String directory)
          Description of the Method
 void process(String[] directories)
          Description of the Method
 void setExcludes(String[] excludes)
           
 void setIncludes(String[] includes)
           
 
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(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 Enumeration getPackageTypes()
Get all of the packages in the PackageManager


process

public void process(String directory)
Description of the Method


process

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


dump

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


getFileManager

public FileManager getFileManager()

setExcludes

public void setExcludes(String[] excludes)

setIncludes

public void setIncludes(String[] includes)


Copyright © 2002-2011 Apache Software Foundation. All Rights Reserved.