org.codehaus.mojo.pomtools.console.toolkit
Class ConsoleScreenDisplay
java.lang.Object
org.codehaus.mojo.pomtools.console.toolkit.ConsoleScreenDisplay
public class ConsoleScreenDisplay
- extends Object
- Version:
- $Id: ConsoleScreenDisplay.java 2166 2006-07-18 21:32:16Z carlos $
- Author:
- David Hawkins
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConsoleScreenDisplay
public ConsoleScreenDisplay(String contents,
String prompt,
boolean clearScreen)
isClearScreen
public boolean isClearScreen()
getContents
public String getContents()
getPrompt
public String getPrompt()
isRedrawPreviousContents
public boolean isRedrawPreviousContents()
setRedrawPreviousContents
public void setRedrawPreviousContents(boolean redrawPreviousScreen)
setClearScreen
public void setClearScreen(boolean clearScreen)
setContents
public void setContents(String contents)
setPrompt
public void setPrompt(String prompt)
Copyright © 2011 The Codehaus. All Rights Reserved.