public class AntrunXmlPlexusConfigurationWriter
extends java.lang.Object
| Constructor and Description |
|---|
AntrunXmlPlexusConfigurationWriter() |
| Modifier and Type | Method and Description |
|---|---|
void |
write(org.codehaus.plexus.configuration.PlexusConfiguration configuration,
java.io.Writer writer) |
private void |
write(org.codehaus.plexus.configuration.PlexusConfiguration c,
org.codehaus.plexus.util.xml.XMLWriter w,
int depth) |
private void |
writeAttributes(org.codehaus.plexus.configuration.PlexusConfiguration c,
org.codehaus.plexus.util.xml.XMLWriter w) |
private void |
writeTag(org.codehaus.plexus.configuration.PlexusConfiguration c,
org.codehaus.plexus.util.xml.XMLWriter w,
int depth) |
public void write(org.codehaus.plexus.configuration.PlexusConfiguration configuration,
java.io.Writer writer)
throws java.io.IOException
configuration - PlexusConfigurationwriter - Writerjava.io.IOException - In case of problems.private void write(org.codehaus.plexus.configuration.PlexusConfiguration c,
org.codehaus.plexus.util.xml.XMLWriter w,
int depth)
throws java.io.IOException
java.io.IOExceptionprivate void writeTag(org.codehaus.plexus.configuration.PlexusConfiguration c,
org.codehaus.plexus.util.xml.XMLWriter w,
int depth)
throws java.io.IOException
java.io.IOExceptionprivate void writeAttributes(org.codehaus.plexus.configuration.PlexusConfiguration c,
org.codehaus.plexus.util.xml.XMLWriter w)
throws java.io.IOException
java.io.IOException