fr.gedeon.telnetservice
Class Prompt

java.lang.Object
  extended by fr.gedeon.telnetservice.Prompt

public final class Prompt
extends Object

This is the data representation of the console prompt.

Author:
wgedeon@gmail.com

Method Summary
 Prompt append(char c)
           
 Prompt append(String text)
           
 Prompt prepend(String text)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

append

public Prompt append(String text)

prepend

public Prompt prepend(String text)

toString

public String toString()
Overrides:
toString in class Object

append

public Prompt append(char c)


Copyright © 2008. All Rights Reserved.