public class InputMode
extends java.lang.Object
Modifier and Type | Field | Description |
---|---|---|
static InputMode |
FILE |
Indicates that the input is from a file.
|
static InputMode |
INTERACTIVE |
Indicates that the input is from the keyboard.
|
static InputMode |
LINES |
Indicates that the input is a set of lines in a file..
|
static InputMode |
NONE |
Indicates that there is no input mode
|
static InputMode |
TEXT |
Indicates that the input is from text.
|
static InputMode |
URL |
Indicates that the input is from a URL.
|
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
toString() |
public static final InputMode NONE
public static final InputMode FILE
public static final InputMode TEXT
public static final InputMode URL
public static final InputMode LINES
public static final InputMode INTERACTIVE