IKVM11  11
Java SE 11 Virtual Machine for .NET
Loading...
Searching...
No Matches
IKVM.Tools.Core.CommandLine.CommandLineBuilderExtensions Class Reference

Static Public Member Functions

static CommandLineBuilder UseToolParseError (this CommandLineBuilder builder, int? errorExitCode=null)
 
static CommandLineBuilder UseToolErrorExceptionHandler (this CommandLineBuilder builder)
 

Detailed Description

Definition at line 10 of file CommandLineBuilderExtensions.cs.

Member Function Documentation

◆ UseToolErrorExceptionHandler()

static CommandLineBuilder IKVM.Tools.Core.CommandLine.CommandLineBuilderExtensions.UseToolErrorExceptionHandler ( this CommandLineBuilder builder)
static

Definition at line 29 of file CommandLineBuilderExtensions.cs.

30 {
31 return builder.UseExceptionHandler(OnException, 1);
32 }

◆ UseToolParseError()

static CommandLineBuilder IKVM.Tools.Core.CommandLine.CommandLineBuilderExtensions.UseToolParseError ( this CommandLineBuilder builder,
int? errorExitCode = null )
static

Definition at line 13 of file CommandLineBuilderExtensions.cs.

14 {
15 return builder.AddMiddleware(OnParseErrorReporting(errorExitCode), MiddlewareOrder.ErrorReporting);
16 }

The documentation for this class was generated from the following file: