public class Prompt extends Object
Prompt(List<TerminalCharacter> characters)
Prompt(String prompt)
List<TerminalCharacter>
getCharacters()
int
getLength()
String
getPromptAsString()
boolean
hasChars()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Prompt(String prompt)
public Prompt(List<TerminalCharacter> characters)
public String getPromptAsString()
public int getLength()
public boolean hasChars()
public List<TerminalCharacter> getCharacters()
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.