public class Reader
Helper class to read files.
| Modifier and Type | Class and Description |
|---|---|
static class |
Reader.Companion |
| Modifier and Type | Field and Description |
|---|---|
static Reader.Companion |
Companion |
| Constructor and Description |
|---|
Reader()
Helper class to read files.
|
| Modifier and Type | Method and Description |
|---|---|
Reply |
loadReply(java.lang.String name,
Environment environment)
Loads a reply for a given environment.
|
public static Reader.Companion Companion
public Reply loadReply(java.lang.String name, Environment environment)
Loads a reply for a given environment.
name - The name of the reply.environment - The environment of the reply.