public class Shakespeare extends TestDocument
| Modifier and Type | Field and Description |
|---|---|
static String |
file
The constant file.
|
static String |
url
The constant url.
|
| Constructor and Description |
|---|
Shakespeare(String text)
Instantiates a new Shakespeare.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
clear()
Clear.
|
static Stream<Shakespeare> |
load()
Load stream.
|
getText, getTitle, toStringpublic static String url
public static String file
public Shakespeare(String text)
text - the textpublic static void clear()
throws InterruptedException
InterruptedException - the interrupted exceptionpublic static Stream<Shakespeare> load()
Copyright © 2019 SimiaCryptus Software. All rights reserved.