Forge - Parent 1.0.7-SNAPSHOT

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 - Parent 1.0.7-SNAPSHOT

Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.