ix.iface.plan
Class TextPlanWriter
java.lang.Object
ix.iface.plan.TextPlanWriter
public class TextPlanWriter
- extends java.lang.Object
Writes a plain text description of a plan to a file.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
outputFile
protected java.io.File outputFile
out
protected java.io.Writer out
indent
protected int indent
indentStep
protected int indentStep
TextPlanWriter
public TextPlanWriter(java.io.File f)
TextPlanWriter
public TextPlanWriter(java.io.Writer w)
writePlan
public void writePlan(Plan plan)
throws java.io.IOException
- Throws:
java.io.IOException
removePlanVars
public static java.lang.Object removePlanVars(java.lang.Object obj)