Package-level declarations
Types
Link copied to clipboard
This abstract class must be implemented by all Executors that want to be selectable in the codyze-cli. Remember to add the newly created ExecutorCommand to the dependency injection.
Link copied to clipboard
interface ExecutorConfiguration
This interface should be implemented as a data class to contain all the configuration options of an Executor. An ExecutorConfiguration should also contain the shared codyze options passed to ExecutorCommand.getExecutor.
Link copied to clipboard
The base class for all OptionGroups in Codyze backends.