Liferay 7.0-ga1 portal-impl

com.liferay.portal.xuggler
Class XugglerImpl

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

public class XugglerImpl
extends Object
implements com.liferay.portal.kernel.xuggler.Xuggler


Constructor Summary
XugglerImpl()
           
 
Method Summary
protected  void informAdministrator(String errorMessage)
           
 void installNativeLibraries(String name)
           
 boolean isEnabled()
           
 boolean isEnabled(boolean checkNativeLibraries)
           
 boolean isNativeLibraryCopied()
           
 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)
                            throws Exception
Specified by:
installNativeLibraries in interface com.liferay.portal.kernel.xuggler.Xuggler
Throws:
Exception

isEnabled

public boolean isEnabled()
Specified by:
isEnabled in interface com.liferay.portal.kernel.xuggler.Xuggler

isEnabled

public boolean isEnabled(boolean checkNativeLibraries)
Specified by:
isEnabled in interface com.liferay.portal.kernel.xuggler.Xuggler

isNativeLibraryCopied

public boolean isNativeLibraryCopied()
Specified by:
isNativeLibraryCopied in interface com.liferay.portal.kernel.xuggler.Xuggler

isNativeLibraryInstalled

public boolean isNativeLibraryInstalled()
Specified by:
isNativeLibraryInstalled in interface com.liferay.portal.kernel.xuggler.Xuggler

informAdministrator

protected void informAdministrator(String errorMessage)

Liferay 7.0-ga1 portal-impl