public interface ConfigReader
| Modifier and Type | Method and Description |
|---|---|
Program |
read(InputStream stream)
Read a program from an input stream.
|
default Program |
read(String resName)
Read a program from a named resource.
|
Program |
read(String[] resNames)
Read a program from a set of named sources
|
default Program read(String resName) throws ConfigReadException
resName - ConfigReadExceptionProgram read(String[] resNames) throws ConfigReadException
resNames - ConfigReadExceptionProgram read(InputStream stream) throws ConfigReadException
stream - ConfigReadExceptionCopyright © 2021 continual.io. All rights reserved.