org.lsst.ccs.shell
Interface Input

All Known Implementing Classes:
ConsoleIO

public interface Input

Input provider for Shell. Shell asks Input, "What does the user want to execute?", and Input reads and returns line from the user.

Author:
ASG

Method Summary
 String readCommand(List<String> path)
           
 

Method Detail

readCommand

String readCommand(List<String> path)


Copyright © 2013 LSST. All Rights Reserved.