Forge - Shell API 1.2.0.Final

org.jboss.forge.shell
Interface ShellHistory

All Known Subinterfaces:
Shell

public interface ShellHistory

Author:
Lincoln Baxter, III

Method Summary
 void setHistory(List<String> lines)
           
 void setHistoryOutputStream(OutputStream stream)
           
 void writeToHistory(String command)
           
 

Method Detail

writeToHistory

void writeToHistory(String command)

setHistoryOutputStream

void setHistoryOutputStream(OutputStream stream)

setHistory

void setHistory(List<String> lines)

Forge - Shell API 1.2.0.Final

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.