public class MavenXpp3WriterExOldSupport extends Object
Modifier and Type | Field and Description |
---|---|
protected org.apache.maven.model.InputLocation.StringFormatter |
stringFormatter
Field stringFormatter.
|
Constructor and Description |
---|
MavenXpp3WriterExOldSupport() |
Modifier and Type | Method and Description |
---|---|
void |
setFileComment(String fileComment)
Method setFileComment.
|
void |
setStringFormatter(org.apache.maven.model.InputLocation.StringFormatter stringFormatter)
Method setStringFormatter.
|
protected String |
toString(org.apache.maven.model.InputLocation location)
Method toString.
|
void |
write(OutputStream stream,
org.apache.maven.model.Model model)
Method write.
|
void |
write(Writer writer,
org.apache.maven.model.Model model)
Method write.
|
protected void |
writeXpp3DomToSerializer(Xpp3Dom dom,
XmlSerializer serializer)
Method writeXpp3DomToSerializer.
|
protected org.apache.maven.model.InputLocation.StringFormatter stringFormatter
public void setFileComment(String fileComment)
fileComment
- public void setStringFormatter(org.apache.maven.model.InputLocation.StringFormatter stringFormatter)
stringFormatter
- protected String toString(org.apache.maven.model.InputLocation location)
location
- public void write(Writer writer, org.apache.maven.model.Model model) throws IOException
writer
- model
- IOException
public void write(OutputStream stream, org.apache.maven.model.Model model) throws IOException
stream
- model
- IOException
protected void writeXpp3DomToSerializer(Xpp3Dom dom, XmlSerializer serializer) throws IOException
dom
- serializer
- IOException
Copyright © 2001–2019 The Apache Software Foundation. All rights reserved.