Class TraceParser
- java.lang.Object
- 
- com.evolveum.midpoint.schema.traces.TraceParser
 
- 
 @Experimental public class TraceParser extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description TraceParser(@NotNull PrismContext prismContext)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description TracingOutputTypegetObject(InputStream stream, boolean isZip, String description)TracingOutputTypeparse(File file)TracingOutputTypeparse(File file, boolean raw)TracingOutputTypeparse(InputStream inputStream, boolean isZip, boolean raw, String description)TracingOutputTypeparse(InputStream inputStream, boolean isZip, String description)
 
- 
- 
- 
Constructor Detail- 
TraceParserpublic TraceParser(@NotNull @NotNull PrismContext prismContext)
 
- 
 - 
Method Detail- 
parsepublic TracingOutputType parse(File file) throws IOException, SchemaException - Throws:
- IOException
- SchemaException
 
 - 
parsepublic TracingOutputType parse(File file, boolean raw) throws IOException, SchemaException - 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
 
 
- 
 
-