|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.dataops.archive.Restorer
Supported API: false
Extendable: false
Field Summary | |
private Archive |
archive
|
private File |
archiveFile
|
private static String |
CLASSNAME
|
private static String |
RESOURCE
|
private WTCollection |
restoredObjects
|
private static String |
TEMP_DIR
|
private static boolean |
VERBOSE
|
Constructor Summary | |
Restorer(Archive archive)
Supported API: false |
Method Summary | |
private void |
cleanup()
|
Archive |
getArchive()
Gets the value of the attribute: archive. |
WTCollection |
getRestoredObjects()
Gets the value of the attribute: restoredObjects. |
RestoreStatus |
restore()
Supported API: false |
private void |
retrieveArchive()
|
void |
setArchive(Archive a_Archive)
Sets the value of the attribute: archive. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
private Archive archive
private File archiveFile
private WTCollection restoredObjects
private static final boolean VERBOSE
private static String TEMP_DIR
Constructor Detail |
public Restorer(Archive archive) throws WTException
archive
-
WTException
Method Detail |
public Archive getArchive()
public void setArchive(Archive a_Archive) throws WTPropertyVetoException
a_Archive
-
WTPropertyVetoException
public WTCollection getRestoredObjects()
public RestoreStatus restore() throws WTException
WTException
private void cleanup()
private void retrieveArchive() throws WTException
WTException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |