public class MocoTestConfigReader extends Object implements Closeable
MocoTestConfig object from an JSON document.| Constructor and Description |
|---|
MocoTestConfigReader()
Creates a new MocoTestConfigReader object.
|
MocoTestConfigReader(InputStream stream)
Creates a new MocoTestConfigReader object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
protected InputStream |
getInputStream()
Returns the input stream for this reader.
|
MocoTestConfig |
getMocoTestConfig()
Returns a
MocoTestConfig instance. |
void |
setInputStream(InputStream stream)
Changes the input stream for this reader.
|
public MocoTestConfigReader()
public MocoTestConfigReader(InputStream stream)
public MocoTestConfig getMocoTestConfig()
MocoTestConfig instance.public void setInputStream(InputStream stream)
protected InputStream getInputStream()
public void close()
close in interface Closeableclose in interface AutoCloseableCopyright © 2022 The Cornutum Project. All rights reserved.