Liferay 6.1.2-ce-ga3

com.liferay.portal.kernel.xuggler
Interface Xuggler

All Known Implementing Classes:
XugglerImpl

public interface Xuggler


Method Summary
 void installNativeLibraries(String name, XugglerInstallStatus xugglerInstallStatus)
           
 boolean isEnabled()
           
 boolean isEnabled(boolean checkNativeLibraries)
           
 boolean isNativeLibraryInstalled()
           
 

Method Detail

installNativeLibraries

void installNativeLibraries(String name,
                            XugglerInstallStatus xugglerInstallStatus)
                            throws Exception
Throws:
Exception

isEnabled

boolean isEnabled()

isEnabled

boolean isEnabled(boolean checkNativeLibraries)

isNativeLibraryInstalled

boolean isNativeLibraryInstalled()

Liferay 6.1.2-ce-ga3