
Package org.hl7.fhir.r5.test.utils
Class ToolsHelper
java.lang.Object
org.hl7.fhir.r5.test.utils.ToolsHelper
Deprecated.
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidexecuteCanonicalXml(String[] args) Deprecated.voidexecuteFragments(String[] args) Deprecated.executeJson(String[] args) Deprecated.voidexecuteRoundTrip(String[] args) Deprecated.protected org.xmlpull.v1.XmlPullParserloadXml(InputStream stream) Deprecated.static voidDeprecated.protected intnextNoWhitespace(org.xmlpull.v1.XmlPullParser xpp) Deprecated.voidprocessExamples(String rootDir, Collection<String> list) Deprecated.voidtestRoundTrip(String rootDir, String tmpDir, Collection<String> names) Deprecated. 
- 
Constructor Details
- 
ToolsHelper
public ToolsHelper()Deprecated. 
 - 
 - 
Method Details
- 
main
Deprecated. - 
loadXml
protected org.xmlpull.v1.XmlPullParser loadXml(InputStream stream) throws org.xmlpull.v1.XmlPullParserException, IOException Deprecated.- Throws:
 org.xmlpull.v1.XmlPullParserExceptionIOException
 - 
nextNoWhitespace
protected int nextNoWhitespace(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException Deprecated.- Throws:
 org.xmlpull.v1.XmlPullParserExceptionIOException
 - 
executeFragments
Deprecated.- Throws:
 IOException
 - 
executeRoundTrip
public void executeRoundTrip(String[] args) throws IOException, org.hl7.fhir.exceptions.FHIRException Deprecated.- Throws:
 IOExceptionorg.hl7.fhir.exceptions.FHIRException
 - 
executeJson
Deprecated.- Throws:
 IOExceptionorg.hl7.fhir.exceptions.FHIRException
 - 
executeCanonicalXml
public void executeCanonicalXml(String[] args) throws org.hl7.fhir.exceptions.FHIRException, IOException Deprecated.- Throws:
 org.hl7.fhir.exceptions.FHIRExceptionIOException
 - 
processExamples
public void processExamples(String rootDir, Collection<String> list) throws org.hl7.fhir.exceptions.FHIRException Deprecated.- Throws:
 org.hl7.fhir.exceptions.FHIRException
 - 
testRoundTrip
Deprecated.- Throws:
 Throwable
 
 -