Class TraceParser
java.lang.Object
com.evolveum.midpoint.schema.traces.TraceParser
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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
 
- 
parsepublic TracingOutputType parse(InputStream inputStream, boolean isZip, String description) throws SchemaException, IOException - Throws:
- SchemaException
- IOException
 
- 
parsepublic TracingOutputType parse(InputStream inputStream, boolean isZip, boolean raw, String description) throws SchemaException, IOException - Throws:
- SchemaException
- IOException
 
- 
getObjectpublic TracingOutputType getObject(InputStream stream, boolean isZip, String description) throws IOException, SchemaException - Throws:
- IOException
- SchemaException
 
 
-