MCPcopy Create free account
hub / github.com/c0ny1/sqlmap4burp-plus-plus / setSysClipboardText

Method setSysClipboardText

src/main/java/burp/Util.java:94–98  ·  view source on GitHub ↗
(String str)

Source from the content-addressed store, hash-verified

92
93
94 public static void setSysClipboardText(String str) {
95 Clipboard clip = Toolkit.getDefaultToolkit().getSystemClipboard();
96 Transferable tText = new StringSelection(str);
97 clip.setContents(tText, null);
98 }
99}

Callers 1

runMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected