Class TraceParser
java.lang.Object
com.evolveum.midpoint.schema.traces.TraceParser
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetObject
(InputStream stream, boolean isZip, String description) parse
(InputStream inputStream, boolean isZip, boolean raw, String description) parse
(InputStream inputStream, boolean isZip, String description)
-
Constructor Details
-
TraceParser
-
-
Method Details
-
parse
- Throws:
IOException
SchemaException
-
parse
- Throws:
IOException
SchemaException
-
parse
public TracingOutputType parse(InputStream inputStream, boolean isZip, String description) throws SchemaException, IOException - Throws:
SchemaException
IOException
-
parse
public TracingOutputType parse(InputStream inputStream, boolean isZip, boolean raw, String description) throws SchemaException, IOException - Throws:
SchemaException
IOException
-
getObject
public TracingOutputType getObject(InputStream stream, boolean isZip, String description) throws IOException, SchemaException - Throws:
IOException
SchemaException
-