public interface ModelETL
ModelETL interface.
| Modifier and Type | Method and Description | 
|---|---|
| void | extract(File pomFile)extract. | 
| org.apache.maven.model.Model | getModel()Deprecated.  | 
| void | load(File pomFile)load. | 
| void | transform()transform. | 
void extract(File pomFile) throws ReleaseExecutionException
extract.
pomFile - a File objectReleaseExecutionException - if any.void transform()
transform.
void load(File pomFile) throws ReleaseExecutionException
load.
pomFile - a File objectReleaseExecutionException - if any.@Deprecated org.apache.maven.model.Model getModel()
getModel.
Model objectCopyright © 2002–2024 The Apache Software Foundation. All rights reserved.