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.XugglerExceptionpublic boolean isEnabled()
isEnabled in interface com.liferay.portal.kernel.xuggler.Xugglerpublic boolean isEnabled(boolean checkNativeLibraries)
isEnabled in interface com.liferay.portal.kernel.xuggler.Xugglerpublic boolean isNativeLibraryCopied()
isNativeLibraryCopied in interface com.liferay.portal.kernel.xuggler.Xugglerpublic boolean isNativeLibraryInstalled()
isNativeLibraryInstalled in interface com.liferay.portal.kernel.xuggler.Xugglerprotected void informAdministrator(String errorMessage)