org.glassfish.jersey.examples.clipboard
Class Clipboard
java.lang.Object
org.glassfish.jersey.examples.clipboard.Clipboard
public class Clipboard
- extends Object
Simple clipboard implementation.
- Author:
- Marek Potociar (marek.potociar at oracle.com)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Clipboard
public Clipboard()
content
public String content()
setContent
public void setContent(String replacement)
append
public String append(String append)
clear
public void clear()
Copyright © 2007-2013 Oracle Corporation. All Rights Reserved. Use is subject to license terms.