Package com.ibm.fhir.cli
Class FHIRCLI
- java.lang.Object
-
- com.ibm.fhir.cli.FHIRCLI
-
public class FHIRCLI extends Object
This class provides a command-line interface (CLI) to the FHIR Client API, allowing the user to invoke commands on the command-line that invoke the FHIR Client API to carry out various FHIR-related operations.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static String
getStackTrace(Throwable t)
static void
main(String[] args)
void
processCommand()
static void
setConsoleStream(PrintStream stream)
-
-
-
Constructor Detail
-
FHIRCLI
public FHIRCLI(String[] args)
-
-