Liferay 7.0-ce-b4

com.liferay.portal.kernel.xuggler
Interface Xuggler


public interface Xuggler


Method Summary
 void installNativeLibraries(String name)
           
 boolean isEnabled()
           
 boolean isEnabled(boolean checkNativeLibraries)
           
 boolean isNativeLibraryCopied()
           
 boolean isNativeLibraryInstalled()
           
 

Method Detail

installNativeLibraries

void installNativeLibraries(String name)
                            throws Exception
Throws:
Exception

isEnabled

boolean isEnabled()

isEnabled

boolean isEnabled(boolean checkNativeLibraries)

isNativeLibraryCopied

boolean isNativeLibraryCopied()

isNativeLibraryInstalled

boolean isNativeLibraryInstalled()

Liferay 7.0-ce-b4