org.springframework.shell.plugin
Interface PromptProvider

All Superinterfaces:
PluginProvider
All Known Implementing Classes:
DefaultPromptProvider

public interface PromptProvider
extends PluginProvider

Shell prompt provider. Plugins should implement this interface to customize prompt. getOrder indicate the priority, higher values can be interpreted as lower priority


Method Summary
 String getPrompt()
          Returns the prompt text.
 
Methods inherited from interface org.springframework.shell.plugin.PluginProvider
name
 

Method Detail

getPrompt

String getPrompt()
Returns the prompt text.

Returns:
prompt