Package-level declarations
Types
Link copied to clipboard
This abstract class must be implemented by all Backends that want to be selectable in the codyze-cli. Remember to add the newly created BackendCommand to the dependency injection.
Link copied to clipboard
interface BackendConfiguration
This interface should be implemented as a data class to contain all the configuration options of a Backend.
Link copied to clipboard
The base class for all OptionGroups in Codyze backends.