com.liferay.portal.kernel.xuggler
Class XugglerInstallStatus
java.lang.Object
com.liferay.portal.kernel.xuggler.XugglerInstallStatus
- All Implemented Interfaces:
- InstallStatus
public class XugglerInstallStatus
- extends Object
- implements InstallStatus
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
XugglerInstallStatus
public XugglerInstallStatus()
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