org.apache.maven.jxr.pacman

Class 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
voidaddPackageType(PackageType packageType)
Add a package to the PackageManager
voiddump()
Dump the package information to STDOUT.
FileManagergetFileManager()
PackageTypegetPackageType(String name)
Given the name of a package (Ex: org.apache.maven.util) obtain it from the PackageManager
EnumerationgetPackageTypes()
Get all of the packages in the PackageManager
voidprocess(String directory)
Description of the Method
voidprocess(String[] directories)
Description of the Method

Constructor Detail

PackageManager

public PackageManager(Log log, FileManager fileManager)

Method Detail

addPackageType

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

dump

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

getFileManager

public FileManager getFileManager()

getPackageType

public PackageType getPackageType(String name)
Given the name of a package (Ex: org.apache.maven.util) obtain it from 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
Copyright © {inceptionYear}-2007 Apache Software Foundation. All Rights Reserved.