public class DatabaseConvertProcess extends BaseConvertProcess
Constructor and Description |
---|
DatabaseConvertProcess() |
Modifier and Type | Method and Description |
---|---|
protected DataSource |
buildDatasource() |
void |
destroy() |
protected void |
doConvert() |
String |
getDescription() |
String |
getParameterDescription() |
String[] |
getParameterNames() |
boolean |
isEnabled() |
convert, getConfigurationErrorMessage, getParameterValues, getPath, setParameterValues, validate
public void destroy()
public String getDescription()
getDescription
in interface ConvertProcess
getDescription
in class BaseConvertProcess
public String getParameterDescription()
getParameterDescription
in interface ConvertProcess
getParameterDescription
in class BaseConvertProcess
public String[] getParameterNames()
getParameterNames
in interface ConvertProcess
getParameterNames
in class BaseConvertProcess
public boolean isEnabled()
isEnabled
in interface ConvertProcess
isEnabled
in class BaseConvertProcess
protected DataSource buildDatasource() throws Exception
Exception
protected void doConvert() throws Exception
doConvert
in class BaseConvertProcess
Exception