com.ossuminc.riddl.commands
package com.ossuminc.riddl.commands
Members list
Type members
Classlikes
object AboutCommand
Implementation of the
Implementation of the
Attributes
- Companion
- class
- Source
- AboutCommand.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
AboutCommand.type
class AboutCommand(using io: PlatformContext) extends Command[Options]
Attributes
- Companion
- object
- Source
- AboutCommand.scala
- Supertypes
object Commands
Attributes
- Source
- Commands.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Commands.type
object DumpCommand
Attributes
- Companion
- class
- Source
- DumpCommand.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
DumpCommand.type
class DumpCommand(using io: PlatformContext) extends InputFileCommand
A Command for Parsing RIDDL input
object FlattenCommand
Attributes
- Companion
- class
- Source
- FlattenCommand.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
FlattenCommand.type
class FlattenCommand(using io: PlatformContext) extends InputFileCommand
A Command for Parsing RIDDL input
A Command for Parsing RIDDL input
Attributes
- Companion
- object
- Source
- FlattenCommand.scala
- Supertypes
object FromCommand
Unit Tests For FromCommand
Unit Tests For FromCommand
Attributes
- Companion
- class
- Source
- FromCommand.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
FromCommand.type
class FromCommand(using io: PlatformContext) extends Command[Options]
Attributes
- Companion
- object
- Source
- FromCommand.scala
- Supertypes
object HelpCommand
Unit Tests For FromCommand
Unit Tests For FromCommand
Attributes
- Companion
- class
- Source
- HelpCommand.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
HelpCommand.type
class HelpCommand(using io: PlatformContext) extends Command[Options]
Attributes
- Companion
- object
- Source
- HelpCommand.scala
- Supertypes
class HugoCommand(using io: PlatformContext) extends PassCommand[Options]
Attributes
- Source
- HugoCommand.scala
- Supertypes
object InfoCommand
Unit Tests For FromCommand
Unit Tests For FromCommand
Attributes
- Companion
- class
- Source
- InfoCommand.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
InfoCommand.type
class InfoCommand(using io: PlatformContext) extends Command[Options]
Attributes
- Companion
- object
- Source
- InfoCommand.scala
- Supertypes
object InputFileCommand
Attributes
- Companion
- class
- Source
- InputFileCommand.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
InputFileCommand.type
abstract class InputFileCommand(name: String)(using io: PlatformContext) extends Command[Options]
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
- Known subtypes
object OnChangeCommand
Attributes
- Companion
- class
- Source
- OnChangeCommand.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
OnChangeCommand.type
class OnChangeCommand(using io: PlatformContext) extends Command[Options]
Attributes
- Companion
- object
- Source
- OnChangeCommand.scala
- Supertypes
object ParseCommand
Attributes
- Companion
- class
- Source
- ParseCommand.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ParseCommand.type
class ParseCommand(using io: PlatformContext) extends InputFileCommand
A Command for Parsing RIDDL input
object PrettifyCommand
Attributes
- Companion
- class
- Source
- PrettifyCommand.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
PrettifyCommand.type
class PrettifyCommand(using io: PlatformContext) extends TranslationCommand[Options]
A command to Prettify RIDDL Source
A command to Prettify RIDDL Source
Attributes
- Companion
- object
- Source
- PrettifyCommand.scala
- Supertypes
-
class TranslationCommand[Options]class PassCommand[Options]class Objecttrait Matchableclass AnyShow all
object RepeatCommand
Attributes
- Companion
- class
- Source
- RepeatCommand.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
RepeatCommand.type
class RepeatCommand(using io: PlatformContext) extends Command[Options]
Attributes
- Companion
- object
- Source
- RepeatCommand.scala
- Supertypes
object StatsCommand
Attributes
- Companion
- class
- Source
- StatsCommand.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
StatsCommand.type
class StatsCommand(using io: PlatformContext) extends PassCommand[Options]
Stats Command
class ValidateCommand(using io: PlatformContext) extends InputFileCommand
Validate Command
object VersionCommand
Unit Tests For FromCommand
Unit Tests For FromCommand
Attributes
- Companion
- class
- Source
- VersionCommand.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
VersionCommand.type
class VersionCommand(using io: PlatformContext) extends Command[Options]
Attributes
- Companion
- object
- Source
- VersionCommand.scala
- Supertypes
In this article