Liferay 6.1.2-ce-ga3

com.liferay.portal.convert
Class ConvertDocumentLibraryExtraSettings

java.lang.Object
  extended by com.liferay.portal.convert.ConvertProcess
      extended by com.liferay.portal.convert.ConvertDocumentLibraryExtraSettings

public class ConvertDocumentLibraryExtraSettings
extends ConvertProcess


Constructor Summary
ConvertDocumentLibraryExtraSettings()
           
 
Method Summary
protected  void doConvert()
           
 String getDescription()
           
 String getPath()
           
 boolean isEnabled()
           
 
Methods inherited from class com.liferay.portal.convert.ConvertProcess
convert, getParameterDescription, getParameterNames, getParameterValues, setParameterValues
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConvertDocumentLibraryExtraSettings

public ConvertDocumentLibraryExtraSettings()
Method Detail

getDescription

public String getDescription()
Specified by:
getDescription in class ConvertProcess

getPath

public String getPath()
Overrides:
getPath in class ConvertProcess

isEnabled

public boolean isEnabled()
Specified by:
isEnabled in class ConvertProcess

doConvert

protected void doConvert()
                  throws Exception
Specified by:
doConvert in class ConvertProcess
Throws:
Exception

Liferay 6.1.2-ce-ga3