public interface ToolingXMLService extends Serializable
ExecutionResults
to XML format.| Modifier and Type | Method and Description |
|---|---|
void |
generateSchema(Path outputPath)
Generates the XSD schema and outputs it to the provided path (full path to a filename).
|
void |
serializeResults(ExecutionResults results,
OutputStream outputStream)
Serialize the given results to the provided
OutputStream. |
void serializeResults(ExecutionResults results, OutputStream outputStream)
OutputStream.void generateSchema(Path outputPath)
Copyright © 2021 JBoss by Red Hat. All rights reserved.