TranslatingOptions

com.reactific.riddl.commands.TranslatingOptions

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait Options

Members list

Value members

Abstract methods

def inputFile: Option[Path]

Inherited methods

Attributes

Inherited from:
CommandOptions
def outputDir: Option[Path]

Attributes

Inherited from:
PassCommandOptions
def withInputFile[S](f: Path => Either[Messages, S]): Either[Messages, S]

Attributes

Inherited from:
CommandOptions