Package org.apache.rat.configuration
Class XMLConfigurationWriter
java.lang.Object
org.apache.rat.configuration.XMLConfigurationWriter
Writes the XML configuration file format.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Writes the configuration to the specified writer.void
write
(IXmlWriter writer) Writes the configuration to an IXmlWriter instance.
-
Constructor Details
-
XMLConfigurationWriter
Constructor- Parameters:
configuration
- the configuration information to write.
-
-
Method Details
-
write
Writes the configuration to the specified writer.- Parameters:
plainWriter
- a writer to write the XML to.- Throws:
RatException
- on error.
-
write
Writes the configuration to an IXmlWriter instance.- Parameters:
writer
- the IXmlWriter to write to.- Throws:
RatException
- on error.
-