net.grinder.console.editor
Class StringTextSource
java.lang.Object
net.grinder.console.editor.AbstractTextSource
net.grinder.console.editor.StringTextSource
- All Implemented Interfaces:
- TextSource
public class StringTextSource
- extends AbstractTextSource
Simple TextSource for the unit tests.
- Author:
- Philip Aston
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StringTextSource
public StringTextSource()
StringTextSource
public StringTextSource(String text)
getText
public String getText()
setText
public void setText(String text)
Copyright © 2000-2013. All Rights Reserved.