Class WriterFactory

java.lang.Object
org.codehaus.plexus.util.WriterFactory

@Deprecated public class WriterFactory extends Object
Deprecated.
This class has been deprecated. When writing XML, users can create the XmlStreamWriter instance directly. For other usages, using Files helper methods is recommended.
Utility to create Writers, with explicit encoding choice: platform default, XML, or specified.
Since:
1.4.4
Author:
Herve Boutemy
See Also: