Uses of Interface
dev.metaschema.core.util.IVersionInfo
Packages that use IVersionInfo
-
Uses of IVersionInfo in dev.metaschema.cli.processor
Methods in dev.metaschema.cli.processor that return types with arguments of type IVersionInfoModifier and TypeMethodDescriptionCLIProcessor.getVersionInfos()Retrieve the version information for this application.Constructor parameters in dev.metaschema.cli.processor with type arguments of type IVersionInfoModifierConstructorDescriptionCLIProcessor(String exec, Map<String, IVersionInfo> versionInfos) The main entry point for CLI processing.CLIProcessor(String exec, Map<String, IVersionInfo> versionInfos, PrintStream outputStream) The main entry point for CLI processing. -
Uses of IVersionInfo in dev.metaschema.modules.sarif
Constructors in dev.metaschema.modules.sarif with parameters of type IVersionInfoModifierConstructorDescriptionSarifValidationHandler(URI source, IVersionInfo toolVersion) Construct a new validation handler.