NSValidateModelExecutionTemplate

The ExecutionTemplate which is created using the validateModel execution builder function. This template class is used as a builder to construct the arguments to start executing an NS model validation.

Properties

Link copied to clipboard
abstract val ctx: ScopeContext

This field contains the context object that is applicable to the scope that defines the execution. The object is inherited directly from the parent net.democritus.scripting.scope.ScriptScope without alterations.

Functions

Link copied to clipboard
abstract fun pomFile(value: Path)
abstract fun pomFile(value: String)

The path to the POM file needed to execute the operation.

Link copied to clipboard
abstract fun print(value: Boolean)

If set to true (default), the validation result is printed to commandline.