com.googlecode.jpattern.core.xml
Class XmlFileWriterStrategy

java.lang.Object
  extended by com.googlecode.jpattern.core.xml.XmlFileWriterStrategy
All Implemented Interfaces:
IXmlWriterStrategy, Serializable

public class XmlFileWriterStrategy
extends Object
implements IXmlWriterStrategy

Author:
Francesco Cina' 16/giu/2010
See Also:
Serialized Form

Constructor Summary
XmlFileWriterStrategy(StringBuffer path, StringBuffer filename, CharacterEncoding characterEncoding)
           
 
Method Summary
 Writer getWriter()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlFileWriterStrategy

public XmlFileWriterStrategy(StringBuffer path,
                             StringBuffer filename,
                             CharacterEncoding characterEncoding)
Method Detail

getWriter

public Writer getWriter()
                 throws Exception
Specified by:
getWriter in interface IXmlWriterStrategy
Throws:
Exception


Copyright © 2011. All Rights Reserved.