Class TraceParser
- java.lang.Object
-
- com.evolveum.midpoint.schema.traces.TraceParser
-
@Experimental public class TraceParser extends Object
-
-
Constructor Summary
Constructors Constructor Description TraceParser(@NotNull PrismContext prismContext)
-
Method Summary
All 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
-
TraceParser
public TraceParser(@NotNull @NotNull PrismContext prismContext)
-
-
Method Detail
-
parse
public TracingOutputType parse(File file) throws IOException, SchemaException
- Throws:
IOExceptionSchemaException
-
parse
public TracingOutputType parse(File file, boolean raw) throws IOException, SchemaException
- Throws:
IOExceptionSchemaException
-
parse
public TracingOutputType parse(InputStream inputStream, boolean isZip, String description) throws SchemaException, IOException
- Throws:
SchemaExceptionIOException
-
parse
public TracingOutputType parse(InputStream inputStream, boolean isZip, boolean raw, String description) throws SchemaException, IOException
- Throws:
SchemaExceptionIOException
-
getObject
public TracingOutputType getObject(InputStream stream, boolean isZip, String description) throws IOException, SchemaException
- Throws:
IOExceptionSchemaException
-
-