public class ParserStringSource extends Object implements ParserSource
| Constructor and Description |
|---|
ParserStringSource(String data) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
closeStreamAfterParsing()
Should the stream be closed after parsing? Useful for sources that create/open the stream themselves.
|
String |
getData() |
InputStream |
getInputStream()
Presents the input data in the form of an InputStream.
|
boolean |
throwsIOException()
Is the source expected to throw IOExceptions?
|
public ParserStringSource(@NotNull
String data)
@NotNull public String getData()
@NotNull public InputStream getInputStream() throws IOException
ParserSourcegetInputStream in interface ParserSourceIOExceptionpublic boolean closeStreamAfterParsing()
ParserSourcecloseStreamAfterParsing in interface ParserSourcepublic boolean throwsIOException()
ParserSourcethrowsIOException in interface ParserSourceCopyright © 2022 Evolveum. All rights reserved.