Liferay 7.0-ce-b4

com.liferay.portal.convert.documentlibrary
Class DocumentLibraryExtraSettingsConvertProcess

java.lang.Object
  extended by com.liferay.portal.convert.BaseConvertProcess
      extended by com.liferay.portal.convert.documentlibrary.DocumentLibraryExtraSettingsConvertProcess
All Implemented Interfaces:
ConvertProcess

public class DocumentLibraryExtraSettingsConvertProcess
extends BaseConvertProcess


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

Constructor Detail

DocumentLibraryExtraSettingsConvertProcess

public DocumentLibraryExtraSettingsConvertProcess()
Method Detail

getDescription

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

getPath

public String getPath()
Specified by:
getPath in interface ConvertProcess
Overrides:
getPath in class BaseConvertProcess

isEnabled

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

doConvert

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

Liferay 7.0-ce-b4