|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.uplanet.lucy.server.portalmanager.PortalExportEndEvent
@Scriptable public final class PortalExportEndEvent
Constructor Summary | |
---|---|
PortalExportEndEvent(java.io.File p_file,
boolean p_bSuccess)
|
Method Summary | |
---|---|
java.io.File |
getExportFile()
Get the export file or directory. |
boolean |
isSuccess()
Determine if the portal export was successful. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
@ConstructorProperties(value={"exportFile","success"}) public PortalExportEndEvent(java.io.File p_file, boolean p_bSuccess)
Method Detail |
---|
public java.io.File getExportFile()
public boolean isSuccess()
true
if the portal export was successful,
or false
otherwise.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |