org.apache.maven.jxr.pacman
public class PackageManager extends Object
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 |