|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jvnet.hudson.plugins.backup.utils.compress.AbstractUnArchiver
public abstract class AbstractUnArchiver
| Field Summary | |
|---|---|
protected static java.util.logging.Logger |
LOGGER
|
| Constructor Summary | |
|---|---|
AbstractUnArchiver()
|
|
| Method Summary | |
|---|---|
abstract org.codehaus.plexus.archiver.AbstractUnArchiver |
getUnArchiver()
|
void |
unArchive(java.io.File archive,
java.lang.String toDir)
Uncompress the content of archive into the toDir directory |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static final java.util.logging.Logger LOGGER
| Constructor Detail |
|---|
public AbstractUnArchiver()
| Method Detail |
|---|
public abstract org.codehaus.plexus.archiver.AbstractUnArchiver getUnArchiver()
public void unArchive(java.io.File archive,
java.lang.String toDir)
throws ArchiverException
UnArchiver
unArchive in interface UnArchiverArchiverException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||