|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ProjectModelWriter
ProjectModelWriter
Method Summary | |
---|---|
void |
write(org.apache.maven.archiva.model.ArchivaProjectModel model,
java.io.File pomFile)
Write a project model out to disk. |
void |
write(org.apache.maven.archiva.model.ArchivaProjectModel model,
java.io.Writer writer)
Write a project model out to a Writer . |
Method Detail |
---|
void write(org.apache.maven.archiva.model.ArchivaProjectModel model, java.io.File pomFile) throws ProjectModelException, java.io.IOException
model
- the model to write.pomFile
- the (pom) file on disk to write to.
ProjectModelException
- if there was a problem with the model itself.
java.io.IOException
- if there was a problem writing the pom file.void write(org.apache.maven.archiva.model.ArchivaProjectModel model, java.io.Writer writer) throws ProjectModelException, java.io.IOException
Writer
.
model
- the model to write.writer
- the writer (stream) to write to.
ProjectModelException
- if there was a problem with the model itself.
java.io.IOException
- if there was a problem writing the pom file.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |