public class ToolsHelper extends Object
| Constructor and Description |
|---|
ToolsHelper() |
| Modifier and Type | Method and Description |
|---|---|
void |
executeCanonicalXml(String[] args) |
void |
executeFragments(String[] args) |
String |
executeJson(String[] args) |
void |
executeRoundTrip(String[] args) |
protected org.xmlpull.v1.XmlPullParser |
loadXml(InputStream stream) |
static void |
main(String[] args) |
protected int |
nextNoWhitespace(org.xmlpull.v1.XmlPullParser xpp) |
void |
processExamples(String rootDir,
Collection<String> list) |
void |
testRoundTrip(String rootDir,
String tmpDir,
Collection<String> names) |
public ToolsHelper()
protected org.xmlpull.v1.XmlPullParser loadXml(InputStream stream) throws org.xmlpull.v1.XmlPullParserException, IOException
org.xmlpull.v1.XmlPullParserExceptionIOExceptionprotected int nextNoWhitespace(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException
org.xmlpull.v1.XmlPullParserExceptionIOExceptionpublic void executeFragments(String[] args) throws IOException
IOExceptionpublic void executeRoundTrip(String[] args) throws IOException, org.hl7.fhir.exceptions.FHIRException
IOExceptionorg.hl7.fhir.exceptions.FHIRExceptionpublic String executeJson(String[] args) throws IOException, org.hl7.fhir.exceptions.FHIRException
IOExceptionorg.hl7.fhir.exceptions.FHIRExceptionpublic void executeCanonicalXml(String[] args) throws org.hl7.fhir.exceptions.FHIRException, IOException
org.hl7.fhir.exceptions.FHIRExceptionIOExceptionpublic void processExamples(String rootDir, Collection<String> list) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic void testRoundTrip(String rootDir, String tmpDir, Collection<String> names) throws Throwable
ThrowableCopyright © 2014–2021 Health Level 7. All rights reserved.