Interface ModelETL
-
- All Known Implementing Classes:
JDomModelETL
public interface ModelETL- Since:
- 3.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description voidextract(java.io.File pomFile)org.apache.maven.model.ModelgetModel()Deprecated.voidload(java.io.File pomFile)voidtransform()
-
-
-
Method Detail
-
extract
void extract(java.io.File pomFile) throws ReleaseExecutionException- Throws:
ReleaseExecutionException
-
transform
void transform()
-
load
void load(java.io.File pomFile) throws ReleaseExecutionException
- Throws:
ReleaseExecutionException
-
getModel
@Deprecated org.apache.maven.model.Model getModel()
Deprecated.
-
-