com.ossuminc.riddl.command
Members list
Type members
Classlikes
The service interface for Riddlc command plugins
The service interface for Riddlc command plugins
Attributes
- Source
- Command.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class InputFileCommandclass PassCommand[OPT]class TranslationCommand[OPT]class PrettifyCommandclass HugoCommandclass StatsCommandclass AboutCommandclass FromCommandclass HelpCommandclass InfoCommandclass InputFileCommandclass DumpCommandclass FlattenCommandclass ParseCommandclass ValidateCommandclass OnChangeCommandclass RepeatCommandclass VersionCommandShow all
Base class for command options.
Base class for command options. Every command should extend this to a case class
Attributes
- Companion
- object
- Source
- CommandOptions.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
Attributes
- Companion
- trait
- Source
- CommandOptions.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
CommandOptions.type
Handle processing of Language module's CommonOptions
Handle processing of Language module's CommonOptions
Attributes
- Source
- CommonOptionsHelper.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
CommonOptionsHelper.type
Attributes
- Companion
- class
- Source
- InputFileCommand.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
InputFileCommand.type
An abstract command definition helper class for commands that only take a single input file parameter
An abstract command definition helper class for commands that only take a single input file parameter
Value parameters
- name
-
The name of the command
Attributes
- Companion
- object
- Source
- InputFileCommand.scala
- Supertypes
An abstract base class for commands that use passes.
An abstract base class for commands that use passes.
Type parameters
- OPT
-
The option type for the command
Value parameters
- name
-
The name of the command to pass to Command
Attributes
- Source
- PassCommand.scala
- Supertypes
- Known subtypes
Attributes
- Source
- PassCommand.scala
- Supertypes
- Known subtypes
Attributes
- Companion
- class
- Source
- TranslationCommand.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
TranslationCommand.type
An abstract base class for translation style commands.
An abstract base class for translation style commands. That is, they translate an input file into an output directory of files.
Type parameters
- OPT
-
The option type for the command
Value parameters
- name
-
The name of the command to pass to Command
Attributes
- Companion
- object
- Source
- TranslationCommand.scala
- Supertypes
- Known subtypes
-
class PrettifyCommand