public class XugglerImpl
extends Object
implements com.liferay.portal.kernel.xuggler.Xuggler
Constructor and Description |
---|
XugglerImpl() |
Modifier and Type | Method and Description |
---|---|
protected void |
informAdministrator(String errorMessage) |
void |
installNativeLibraries(String name) |
boolean |
isEnabled() |
boolean |
isEnabled(boolean checkNativeLibraries) |
boolean |
isNativeLibraryCopied() |
boolean |
isNativeLibraryInstalled() |
public void installNativeLibraries(String name) throws Exception
installNativeLibraries
in interface com.liferay.portal.kernel.xuggler.Xuggler
Exception
public boolean isEnabled()
isEnabled
in interface com.liferay.portal.kernel.xuggler.Xuggler
public boolean isEnabled(boolean checkNativeLibraries)
isEnabled
in interface com.liferay.portal.kernel.xuggler.Xuggler
public boolean isNativeLibraryCopied()
isNativeLibraryCopied
in interface com.liferay.portal.kernel.xuggler.Xuggler
public boolean isNativeLibraryInstalled()
isNativeLibraryInstalled
in interface com.liferay.portal.kernel.xuggler.Xuggler
protected void informAdministrator(String errorMessage)