|
EAF 7.4 Implementation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.enhydra.server.util.UnpackWar
public class UnpackWar
Constructor Summary | |
---|---|
UnpackWar()
If this constructor is used must call setWar() and
setDestDir() methods. |
|
UnpackWar(java.lang.String warPath,
java.lang.String destDirPath)
Default constructor |
Method Summary | |
---|---|
void |
execute()
Unpack war to destination directory. |
static void |
main(java.lang.String[] args)
|
void |
setDestDir(java.io.File d)
Set the destination directory. |
void |
setWar(java.io.File s)
Set the path to War-file. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UnpackWar()
setWar()
and
setDestDir()
methods.
public UnpackWar(java.lang.String warPath, java.lang.String destDirPath)
warPath
- path to war filedestDirPath
- path to destination directory for unpack filesMethod Detail |
---|
public void execute() throws org.enhydra.server.EnhydraServerException
org.enhydra.server.EnhydraServerException
public void setDestDir(java.io.File d)
d
- Path to the directory.public void setWar(java.io.File s)
s
- Path to war-file.public static void main(java.lang.String[] args)
|
EAF 7.4 Implementation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |