http://www.jpicedt.org

jpicedt.format.output.util
Class BaseCommentFormatter

java.lang.Object
  extended by jpicedt.format.output.util.BaseCommentFormatter
Direct Known Subclasses:
DXFCommentFormatter, TeXCommentFormatter

public class BaseCommentFormatter
extends Object

Formateur de base pour les commentaires servant à enfouir le code JPIC-XML dans un fichier en format de sauvegarde.

Since:
jPicEdt 1.6
Author:
Vincent Belaïche

Constructor Summary
BaseCommentFormatter(FormatterFactory factory)
           
 
Method Summary
protected  void commentFormat(String prefix, String s)
          Formate un commentaire contenant du JPIC-XML.
 void setWriter(Writer writer)
          Définit le writere à utiliser pour formater les commentaires
 void verbatimWriteLine(String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseCommentFormatter

public BaseCommentFormatter(FormatterFactory factory)
Method Detail

verbatimWriteLine

public void verbatimWriteLine(String s)
                       throws IOException
Throws:
IOException

setWriter

public void setWriter(Writer writer)
Définit le writere à utiliser pour formater les commentaires

Parameters:
writer - le writer à utiliser pour formater les commentaires.
Since:
jPicEdt 1.6

commentFormat

protected void commentFormat(String prefix,
                             String s)
Formate un commentaire contenant du JPIC-XML. Le code JPIC-XML peut être multiligne.

Parameters:
prefix - Préfixe de début de commentaire, chaque ligne de commentaire commençant par ce préfixe et s'étendant jusqu'à une fin de ligne.
s - La Chaîne de caractères contenant le JPIC-XML nu (avant enfouissement dans un commentaire).
Since:
jPicEdt 1.6

http://www.jpicedt.org

Submit a bug : syd@jpicedt.org