org.pz.platypus.plugin.listing
Class HtmlBlockCommentListingStrategy

java.lang.Object
  extended by org.pz.platypus.plugin.listing.HtmlListingStrategy
      extended by org.pz.platypus.plugin.listing.HtmlBlockCommentListingStrategy

public class HtmlBlockCommentListingStrategy
extends HtmlListingStrategy

The block comment processing strategy. Decides how the block comment token will be formatted as Html.

Author:
ask

Field Summary
private  Token tok
           
 
Fields inherited from class org.pz.platypus.plugin.listing.HtmlListingStrategy
logger
 
Constructor Summary
HtmlBlockCommentListingStrategy(Token tok)
           
 
Method Summary
 boolean canOutputHtmlEndOfLine()
           
 java.lang.String format(Token tok, GDD gdd)
           
 
Methods inherited from class org.pz.platypus.plugin.listing.HtmlListingStrategy
convertToHtmlText, getFormatStrategy
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tok

private final Token tok
Constructor Detail

HtmlBlockCommentListingStrategy

public HtmlBlockCommentListingStrategy(Token tok)
Method Detail

canOutputHtmlEndOfLine

public boolean canOutputHtmlEndOfLine()
Specified by:
canOutputHtmlEndOfLine in class HtmlListingStrategy

format

public java.lang.String format(Token tok,
                               GDD gdd)
                        throws java.io.IOException
Specified by:
format in class HtmlListingStrategy
Throws:
java.io.IOException


Copyright © 2008-10 Pacific Data Works LLC