com.github.dakusui.cmd
Class Command.Buffer

java.lang.Object
  extended by com.github.dakusui.cmd.Command.Buffer
Enclosing class:
Command

public static class Command.Buffer
extends Object


Method Summary
 String asString(Command.SourceType sourceType)
           
 int numLines()
           
 String toString()
           
 void write(Command.Line l)
           
 void writeEngine(Command.Line l)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

write

public void write(Command.Line l)

writeEngine

public void writeEngine(Command.Line l)

asString

public String asString(Command.SourceType sourceType)

numLines

public int numLines()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013. All Rights Reserved.