public class Java
extends java.lang.Object
| Constructor and Description |
|---|
Java() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
process(java.lang.String text)
used to process text from textbox
|
static java.util.List<java.lang.String> |
processFile(java.lang.String fileText)
Used to process text from a file so indrirectly get text from textbox and save it to a file and then process ut
|
public static java.lang.String process(java.lang.String text)
throws java.lang.InterruptedException
text - java.lang.InterruptedExceptionpublic static java.util.List<java.lang.String> processFile(java.lang.String fileText)
throws java.lang.InterruptedException
fileText - java.lang.InterruptedException