org.pz.platypus.plugin.listing
Class HtmlCommandListingStrategy

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

public class HtmlCommandListingStrategy
extends HtmlListingStrategy

The Command token listing strategy.

Author:
ask

Field Summary
private  Token tok
           
 
Fields inherited from class org.pz.platypus.plugin.listing.HtmlListingStrategy
logger
 
Constructor Summary
HtmlCommandListingStrategy(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

HtmlCommandListingStrategy

public HtmlCommandListingStrategy(Token tok)
Method Detail

format

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

canOutputHtmlEndOfLine

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


Copyright © 2008-10 Pacific Data Works LLC