org.springframework.roo.shell
Interface ShellPromptAccessor

All Known Subinterfaces:
Shell
All Known Implementing Classes:
AbstractShell

public interface ShellPromptAccessor

Obtains the prompt used by a Shell.

Since:
1.0
Author:
Ben Alex

Method Summary
 String getShellPrompt()
           
 

Method Detail

getShellPrompt

String getShellPrompt()
Returns:
the shell prompt (never null; the result may include special characters such as ANSI escape codes if the implementation is using them)


Copyright © 2009-2010 VMware, Inc. All Rights Reserved.