org.codehaus.plexus.archiver.dir
public class DirectoryArchiver extends AbstractArchiver
Method Summary | |
---|---|
protected void | cleanUp() |
protected void | close() |
protected void | copyFile(ArchiveEntry entry, String vPath)
Copies the specified file to the specified path, creating any ancestor directory
structure as necessary.
|
void | execute() |
protected String | getArchiveType() |
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