Interface ModelETL
- All Known Implementing Classes:
JDomModelETL
public interface ModelETL
ModelETL interface.
- Since:
- 3.0
- Author:
- Robert Scholte
-
Method Summary
-
Method Details
-
extract
extract.
- Parameters:
pomFile
- aFile
object- Throws:
ReleaseExecutionException
- if any.
-
transform
void transform()transform.
-
load
load.
- Parameters:
pomFile
- aFile
object- Throws:
ReleaseExecutionException
- if any.
-
getModel
Deprecated.getModel.
- Returns:
- a
Model
object
-