Class Params
- java.lang.Object
-
- org.hl7.fhir.validation.cli.utils.Params
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description Params()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidcheckIGFileReferences(String[] args)static StringgetParam(String[] args, String param)Fetches the value for the passed in param from the provided list of params.static StringgetTerminologyServerLog(String[] args)static booleanhasParam(String[] args, String param)Checks the list of passed in params to see if it contains the passed in param.static CliContextloadCliContext(String[] args)TODO Don't do this all in one for loop.
-
-
-
Field Detail
-
VERSION
public static final String VERSION
- See Also:
- Constant Field Values
-
OUTPUT
public static final String OUTPUT
- See Also:
- Constant Field Values
-
LEVEL
public static final String LEVEL
- See Also:
- Constant Field Values
-
HTML_OUTPUT
public static final String HTML_OUTPUT
- See Also:
- Constant Field Values
-
PROXY
public static final String PROXY
- See Also:
- Constant Field Values
-
PROXY_AUTH
public static final String PROXY_AUTH
- See Also:
- Constant Field Values
-
PROFILE
public static final String PROFILE
- See Also:
- Constant Field Values
-
BUNDLE
public static final String BUNDLE
- See Also:
- Constant Field Values
-
QUESTIONNAIRE
public static final String QUESTIONNAIRE
- See Also:
- Constant Field Values
-
NATIVE
public static final String NATIVE
- See Also:
- Constant Field Values
-
ASSUME_VALID_REST_REF
public static final String ASSUME_VALID_REST_REF
- See Also:
- Constant Field Values
-
DEBUG
public static final String DEBUG
- See Also:
- Constant Field Values
-
SCT
public static final String SCT
- See Also:
- Constant Field Values
-
RECURSE
public static final String RECURSE
- See Also:
- Constant Field Values
-
SHOW_MESSAGES_FROM_REFERENCES
public static final String SHOW_MESSAGES_FROM_REFERENCES
- See Also:
- Constant Field Values
-
LOCALE
public static final String LOCALE
- See Also:
- Constant Field Values
-
STRICT_EXTENSIONS
public static final String STRICT_EXTENSIONS
- See Also:
- Constant Field Values
-
HINT_ABOUT_NON_MUST_SUPPORT
public static final String HINT_ABOUT_NON_MUST_SUPPORT
- See Also:
- Constant Field Values
-
TO_VERSION
public static final String TO_VERSION
- See Also:
- Constant Field Values
-
DO_NATIVE
public static final String DO_NATIVE
- See Also:
- Constant Field Values
-
NO_NATIVE
public static final String NO_NATIVE
- See Also:
- Constant Field Values
-
COMPILE
public static final String COMPILE
- See Also:
- Constant Field Values
-
TRANSFORM
public static final String TRANSFORM
- See Also:
- Constant Field Values
-
NARRATIVE
public static final String NARRATIVE
- See Also:
- Constant Field Values
-
SNAPSHOT
public static final String SNAPSHOT
- See Also:
- Constant Field Values
-
SCAN
public static final String SCAN
- See Also:
- Constant Field Values
-
TERMINOLOGY
public static final String TERMINOLOGY
- See Also:
- Constant Field Values
-
TERMINOLOGY_LOG
public static final String TERMINOLOGY_LOG
- See Also:
- Constant Field Values
-
TERMINOLOGY_CACHE
public static final String TERMINOLOGY_CACHE
- See Also:
- Constant Field Values
-
LOG
public static final String LOG
- See Also:
- Constant Field Values
-
LANGUAGE
public static final String LANGUAGE
- See Also:
- Constant Field Values
-
IMPLEMENTATION_GUIDE
public static final String IMPLEMENTATION_GUIDE
- See Also:
- Constant Field Values
-
DEFINITION
public static final String DEFINITION
- See Also:
- Constant Field Values
-
MAP
public static final String MAP
- See Also:
- Constant Field Values
-
X
public static final String X
- See Also:
- Constant Field Values
-
CONVERT
public static final String CONVERT
- See Also:
- Constant Field Values
-
FHIRPATH
public static final String FHIRPATH
- See Also:
- Constant Field Values
-
TEST
public static final String TEST
- See Also:
- Constant Field Values
-
HELP
public static final String HELP
- See Also:
- Constant Field Values
-
COMPARE
public static final String COMPARE
- See Also:
- Constant Field Values
-
SPREADSHEET
public static final String SPREADSHEET
- See Also:
- Constant Field Values
-
DESTINATION
public static final String DESTINATION
- See Also:
- Constant Field Values
-
LEFT
public static final String LEFT
- See Also:
- Constant Field Values
-
RIGHT
public static final String RIGHT
- See Also:
- Constant Field Values
-
NO_INTERNAL_CACHING
public static final String NO_INTERNAL_CACHING
- See Also:
- Constant Field Values
-
NO_EXTENSIBLE_BINDING_WARNINGS
public static final String NO_EXTENSIBLE_BINDING_WARNINGS
- See Also:
- Constant Field Values
-
NO_UNICODE_BIDI_CONTROL_CHARS
public static final String NO_UNICODE_BIDI_CONTROL_CHARS
- See Also:
- Constant Field Values
-
NO_INVARIANTS
public static final String NO_INVARIANTS
- See Also:
- Constant Field Values
-
WANT_INVARIANTS_IN_MESSAGES
public static final String WANT_INVARIANTS_IN_MESSAGES
- See Also:
- Constant Field Values
-
SECURITY_CHECKS
public static final String SECURITY_CHECKS
- See Also:
- Constant Field Values
-
CRUMB_TRAIL
public static final String CRUMB_TRAIL
- See Also:
- Constant Field Values
-
VERBOSE
public static final String VERBOSE
- See Also:
- Constant Field Values
-
SHOW_TIMES
public static final String SHOW_TIMES
- See Also:
- Constant Field Values
-
ALLOW_EXAMPLE_URLS
public static final String ALLOW_EXAMPLE_URLS
- See Also:
- Constant Field Values
-
OUTPUT_STYLE
public static final String OUTPUT_STYLE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
Params
public Params()
-
-
Method Detail
-
hasParam
public static boolean hasParam(String[] args, String param)
Checks the list of passed in params to see if it contains the passed in param.- Parameters:
args- Array of params to search.param-Stringparam to search for.- Returns:
Boolean.TRUEif the list contains the given param.
-
getParam
public static String getParam(String[] args, String param)
Fetches the value for the passed in param from the provided list of params.
-
loadCliContext
public static CliContext loadCliContext(String[] args) throws Exception
TODO Don't do this all in one for loop. Use the above methods.- Throws:
Exception
-
getTerminologyServerLog
public static String getTerminologyServerLog(String[] args)
-
checkIGFileReferences
public static void checkIGFileReferences(String[] args)
-
-