Method Summary |
|
public void | addFileset(FileSet set) Adds a set of files to archive. |
protected void | appendFiles(Vector files, DirectoryScanner ds) Append all files found by a directory scanner to a vector. |
protected void | checkConfiguration() Check if the attributes and nested elements are correct. |
protected ExecTask | createExec() Create a new exec delegate. |
protected File | createListFile(Vector files) Creates a list file. |
public void | execute() execute this task. |
protected Vector | getFileList() Get the complete list of files to be included in the cab. |
protected boolean | isUpToDate(Vector files) Check to see if the target is up to date with respect to input files.
Parameters: files - the list of files to check. |
public void | setBasedir(File baseDir) Base directory to look in for files to CAB. |
public void | setCabfile(File cabFile) The name/location of where to create the .cab file. |
public void | setCompress(boolean compress) If true, compress the files otherwise only store them. |
public void | setOptions(String options) Sets additional cabarc options that are not supported directly. |
public void | setVerbose(boolean verbose) If true, display cabarc output. |