Class Display
- java.lang.Object
-
- org.hl7.fhir.validation.cli.utils.Display
-
-
Constructor Summary
Constructors Constructor Description Display()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voiddisplayHelpDetails()Loads the help details from resources/help.txt, and displays them on the command line to the user.static voiddisplaySystemInfo()Prints out system info to the command line.static voiddisplayVersion()Prints current version of the validator.static voidprintCliArgumentsAndInfo(String[] args)
-
-
-
Constructor Detail
-
Display
public Display()
-
-
Method Detail
-
printCliArgumentsAndInfo
public static void printCliArgumentsAndInfo(String[] args) throws IOException
- Throws:
IOException
-
displayHelpDetails
public static void displayHelpDetails()
Loads the help details from resources/help.txt, and displays them on the command line to the user.
-
displaySystemInfo
public static void displaySystemInfo()
Prints out system info to the command line.
-
displayVersion
public static void displayVersion()
Prints current version of the validator.
-
-