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 TracingOutputType
getObject(InputStream stream, boolean isZip, String description)
TracingOutputType
parse(File file)
TracingOutputType
parse(File file, boolean raw)
TracingOutputType
parse(InputStream inputStream, boolean isZip, boolean raw, String description)
TracingOutputType
parse(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:
IOException
SchemaException
-
parse
public TracingOutputType parse(File file, boolean raw) throws IOException, SchemaException
- 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
-
-