corda / com.r3.corda.networkmanage.common.utils / Validated

Validated

interface Validated

Functions

validate

open fun validate(ctx: <ERROR CLASS>): Unit

Function that provides nice error handing of command line validation.

validator

abstract fun validator(): List<String>

Check that provided command line parameters are valid, e.g. check file existence. Return list of error strings.

Inheritors

ConfigFilePathArgsParser

open class ConfigFilePathArgsParser : Validated