org.ow2.shelbie.core.internal.prompt
Class DefaultPromptService

java.lang.Object
  extended by org.ow2.shelbie.core.internal.prompt.DefaultPromptService
All Implemented Interfaces:
org.ow2.shelbie.core.prompt.PromptService

public class DefaultPromptService
extends Object
implements org.ow2.shelbie.core.prompt.PromptService

The default prompt supports expression resolution. It is initially configured with a default prompt template (but can be overridden). It also supports prompt configuration based on session variable (variable prompt to be used just like PS1 on Unix systems).


Constructor Summary
DefaultPromptService()
           
 
Method Summary
 String getPrompt(org.ow2.shelbie.core.prompt.Variables variables)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultPromptService

public DefaultPromptService()
Method Detail

getPrompt

public String getPrompt(org.ow2.shelbie.core.prompt.Variables variables)
Specified by:
getPrompt in interface org.ow2.shelbie.core.prompt.PromptService


Copyright © 2013 OW2 Consortium. All Rights Reserved.