public class DistributionPackage
extends java.lang.Object
ConfigParser are added to the archive.| Constructor and Description |
|---|
DistributionPackage() |
| Modifier and Type | Method and Description |
|---|---|
void |
addFiles(java.util.List<java.lang.String> fileList)
Adds a listing of files to the distribution archive
|
boolean |
make(java.lang.String distribName)
Create the distribution and name the file according to the specified parameter.
|
java.lang.String |
toString() |
public void addFiles(java.util.List<java.lang.String> fileList)
fileList - List of full file pathspublic boolean make(java.lang.String distribName)
distribName - The name of distributionpublic java.lang.String toString()
toString in class java.lang.Object