public class PackageManager extends Object
Constructor and Description |
---|
PackageManager(Log log,
FileManager fileManager) |
Modifier and Type | Method and Description |
---|---|
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) |
public PackageManager(Log log, FileManager fileManager)
public PackageType getPackageType(String name)
public void addPackageType(PackageType packageType)
public Enumeration getPackageTypes()
public void process(String directory)
public void process(String[] directories)
public void dump()
public FileManager getFileManager()
public void setExcludes(String[] excludes)
public void setIncludes(String[] includes)
Copyright © 2002–2013 The Apache Software Foundation. All rights reserved.