Class PortalExportEndEvent
java.lang.Object
de.uplanet.lucy.server.portalmanager.PortalExportEndEvent
- All Implemented Interfaces:
IServerEvent
,IPortalExportEndEvent
,IPortalExportEvent
,Serializable
@Scriptable
public final class PortalExportEndEvent
extends Object
implements IPortalExportEndEvent, Serializable
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the export file or directory.boolean
Determine if the portal export was successful.
-
Constructor Details
-
PortalExportEndEvent
@ConstructorProperties({"exportFile","success"}) public PortalExportEndEvent(File p_file, boolean p_bSuccess)
-
-
Method Details
-
getExportFile
Description copied from interface:IPortalExportEndEvent
Get the export file or directory.- Specified by:
getExportFile
in interfaceIPortalExportEndEvent
- Returns:
- The export file or directory.
-
isSuccess
public boolean isSuccess()Description copied from interface:IPortalExportEndEvent
Determine if the portal export was successful.- Specified by:
isSuccess
in interfaceIPortalExportEndEvent
- Returns:
true
if the portal export was successful, orfalse
otherwise.
-