@Deprecated public class DatabaseConvertProcess extends BaseConvertProcess
| Constructor and Description |
|---|
DatabaseConvertProcess()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected javax.sql.DataSource |
buildDatasource()
Deprecated.
As of 7.0.0, with no direct replacement
|
void |
destroy()
Deprecated.
As of 7.0.0, with no direct replacement
|
protected void |
doConvert()
Deprecated.
As of 7.0.0, with no direct replacement
|
String |
getDescription()
Deprecated.
As of 7.0.0, with no direct replacement
|
String |
getParameterDescription()
Deprecated.
As of 7.0.0, with no direct replacement
|
String[] |
getParameterNames()
Deprecated.
As of 7.0.0, with no direct replacement
|
boolean |
isEnabled()
Deprecated.
As of 7.0.0, with no direct replacement
|
convert, getConfigurationErrorMessage, getParameterValues, getPath, setParameterValues, validate@Deprecated public void destroy()
@Deprecated public String getDescription()
getDescription in interface ConvertProcessgetDescription in class BaseConvertProcess@Deprecated public String getParameterDescription()
getParameterDescription in interface ConvertProcessgetParameterDescription in class BaseConvertProcess@Deprecated public String[] getParameterNames()
getParameterNames in interface ConvertProcessgetParameterNames in class BaseConvertProcess@Deprecated public boolean isEnabled()
isEnabled in interface ConvertProcessisEnabled in class BaseConvertProcess@Deprecated
protected javax.sql.DataSource buildDatasource()
throws Exception
Exception@Deprecated
protected void doConvert()
throws Exception
doConvert in class BaseConvertProcessException