Liferay 6.1.2-ce-ga3

com.liferay.portal.xuggler
Class XugglerImpl

java.lang.Object
  extended by com.liferay.portal.xuggler.XugglerImpl
All Implemented Interfaces:
Xuggler

public class XugglerImpl
extends Object
implements Xuggler


Constructor Summary
XugglerImpl()
           
 
Method Summary
protected  void informAdministrator()
           
 void installNativeLibraries(String name, XugglerInstallStatus xugglerInstallStatus)
           
 boolean isEnabled()
           
 boolean isEnabled(boolean checkNativeLibraries)
           
 boolean isNativeLibraryInstalled()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XugglerImpl

public XugglerImpl()
Method Detail

installNativeLibraries

public void installNativeLibraries(String name,
                                   XugglerInstallStatus xugglerInstallStatus)
                            throws Exception
Specified by:
installNativeLibraries in interface Xuggler
Throws:
Exception

isEnabled

public boolean isEnabled()
Specified by:
isEnabled in interface Xuggler

isEnabled

public boolean isEnabled(boolean checkNativeLibraries)
Specified by:
isEnabled in interface Xuggler

isNativeLibraryInstalled

public boolean isNativeLibraryInstalled()
Specified by:
isNativeLibraryInstalled in interface Xuggler

informAdministrator

protected void informAdministrator()

Liferay 6.1.2-ce-ga3