com.github.mustachejava.codes
Class WriteCode

java.lang.Object
  extended by com.github.mustachejava.codes.DefaultCode
      extended by com.github.mustachejava.codes.WriteCode
All Implemented Interfaces:
Code, java.lang.Cloneable

public class WriteCode
extends DefaultCode

Created by IntelliJ IDEA. User: spullara Date: 1/9/12 Time: 3:13 PM To change this template use File | Settings | File Templates.


Field Summary
 
Fields inherited from class com.github.mustachejava.codes.DefaultCode
appended, debug, logger, mustache, name, oh, returnThis, tc, type
 
Constructor Summary
WriteCode(java.lang.String text)
           
 
Method Summary
 void identity(java.io.Writer writer)
           
 
Methods inherited from class com.github.mustachejava.codes.DefaultCode
addScope, append, appendText, clone, execute, execute, get, getCodes, getWrapper, init, runCodes, runIdentity, setCodes
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WriteCode

public WriteCode(java.lang.String text)
Method Detail

identity

public void identity(java.io.Writer writer)
Specified by:
identity in interface Code
Overrides:
identity in class DefaultCode


Copyright © 2012. All Rights Reserved.