Interface | Description |
---|---|
CliContext |
This interface is implemented by runtime context classes holding command-line arguments.
|
CommandLineHandler |
This interface encapsulates the behaviour that will be handled by the SeedRunner.
|
Class | Description |
---|---|
CliConfig |
Annotation Type | Description |
---|---|
CliArgs |
This annotation marks a field as the args of the commandline.
|
CliCommand |
This annotation marks a class as a CLI command.
|
CliOption |
This annotation marks a field as an option of the commandline.
|
WithCliCommand |
Apply this annotation on a test method or a test class to execute a SeedStack CLI command with the specified
arguments.
|
Copyright © 2013-2018–2019 SeedStack. All rights reserved.