edu.udo.cs.yale.example
Class ExampleFormatter.TextCommand

java.lang.Object
  extended by edu.udo.cs.yale.example.ExampleFormatter.TextCommand
All Implemented Interfaces:
ExampleFormatter.FormatCommand
Enclosing class:
ExampleFormatter

public static class ExampleFormatter.TextCommand
extends java.lang.Object
implements ExampleFormatter.FormatCommand

Returns simply the given text.


Field Summary
private  java.lang.String text
           
 
Constructor Summary
private ExampleFormatter.TextCommand(java.lang.String text)
           
 
Method Summary
 java.lang.String format(Example example)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

text

private java.lang.String text
Constructor Detail

ExampleFormatter.TextCommand

private ExampleFormatter.TextCommand(java.lang.String text)
Method Detail

format

public java.lang.String format(Example example)
Specified by:
format in interface ExampleFormatter.FormatCommand


Copyright © 2001-2006