org.jvnet.hudson.plugins.backup.utils.compress
Interface UnArchiver

All Known Implementing Classes:
AbstractUnArchiver, TarBz2UnArchiver, TarGzipUnArchiver, ZipUnArchiver

public interface UnArchiver


Method Summary
 void unArchive(java.io.File archive, java.lang.String toDir)
          Uncompress the content of archive into the toDir directory
 

Method Detail

unArchive

void unArchive(java.io.File archive,
               java.lang.String toDir)
               throws ArchiverException
Uncompress the content of archive into the toDir directory

Parameters:
archive -
toDir -
Throws:
ArchiverException


Copyright © 2009. All Rights Reserved.