Uses of Class
dev.metaschema.cli.util.LoggingValidationHandler
Packages that use LoggingValidationHandler
Package
Description
Provides utility methods for use in implementing command line interface
commands.
-
Uses of LoggingValidationHandler in dev.metaschema.cli.util
Methods in dev.metaschema.cli.util that return LoggingValidationHandlerModifier and TypeMethodDescriptionstatic LoggingValidationHandlerLoggingValidationHandler.instance()Get a singleton instance of the logging validation handler.static LoggingValidationHandlerLoggingValidationHandler.instance(boolean logExceptions) Get a singleton instance of the logging validation handler.static LoggingValidationHandlerLoggingValidationHandler.withPathFormatter(IPathFormatter pathFormatter) Create a new logging validation handler with a custom path formatter.static LoggingValidationHandlerLoggingValidationHandler.withSettings(boolean logExceptions, IPathFormatter pathFormatter) Create a new logging validation handler with custom settings.