Liferay 6.1.2-ce-ga3

com.liferay.portal.kernel.xuggler
Class XugglerInstallStatus

java.lang.Object
  extended by com.liferay.portal.kernel.xuggler.XugglerInstallStatus
All Implemented Interfaces:
InstallStatus

public class XugglerInstallStatus
extends Object
implements InstallStatus


Field Summary
static int COMPLETED
           
static int COPYING
           
static int DOWNLOADING
           
 
Fields inherited from interface com.liferay.portal.kernel.progress.InstallStatus
UNKNOWN
 
Constructor Summary
XugglerInstallStatus()
           
 
Method Summary
 int getStatus()
           
 String getStatusLabel()
           
 void setStatus(int status)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COMPLETED

public static final int COMPLETED
See Also:
Constant Field Values

COPYING

public static final int COPYING
See Also:
Constant Field Values

DOWNLOADING

public static final int DOWNLOADING
See Also:
Constant Field Values
Constructor Detail

XugglerInstallStatus

public XugglerInstallStatus()
Method Detail

getStatus

public int getStatus()
Specified by:
getStatus in interface InstallStatus

getStatusLabel

public String getStatusLabel()
Specified by:
getStatusLabel in interface InstallStatus

setStatus

public void setStatus(int status)
Specified by:
setStatus in interface InstallStatus

Liferay 6.1.2-ce-ga3