org.codehaus.plexus.archiver.dir
public class DirectoryArchiver extends AbstractArchiver
Method Summary | |
---|---|
void | chmod(File file, int mode) |
protected void | copyFile(ArchiveEntry entry, String vPath)
Copies the specified file to the specified path, creating any ancestor directory
structure as necessary.
|
void | createArchive() |
void | resetArchiver() |
Parameters: file The file to copy (IOException will be thrown if this does not exist) vPath The fully qualified path to copy the file to.
Throws: ArchiverException If there is a problem creating the directory structure IOException If there is a problem copying the file