Uses of Annotation Interface
com.github.rvesse.airline.annotations.Command
Packages that use Command
Package
Description
-
Uses of Command in com.github.rvesse.airline.examples.cli.aliases
Classes in com.github.rvesse.airline.examples.cli.aliases with annotations of type Command -
Uses of Command in com.github.rvesse.airline.examples.cli.commands
Classes in com.github.rvesse.airline.examples.cli.commands with annotations of type Command -
Uses of Command in com.github.rvesse.airline.examples.help
Classes in com.github.rvesse.airline.examples.help with annotations of type Command -
Uses of Command in com.github.rvesse.airline.examples.inheritance
Classes in com.github.rvesse.airline.examples.inheritance with annotations of type CommandModifier and TypeClassDescriptionclass
When inheriting from existing classes the default behaviour is to prevent overriding of options as Airline assumes the conflicting definitions are an error on the part of the developer.class
class
When inheriting from existing classes it is possible to override previously defined options but only if you are explicit about it.class
class
We can use standard Java inheritance with commands and the child commands will inherit options defined on their parents -
Uses of Command in com.github.rvesse.airline.examples.io
Classes in com.github.rvesse.airline.examples.io with annotations of type CommandModifier and TypeClassDescriptionclass
class
class
class
-
Uses of Command in com.github.rvesse.airline.examples.modules
Classes in com.github.rvesse.airline.examples.modules with annotations of type CommandModifier and TypeClassDescriptionclass
Here we have another command which reuses module classes we've defined and also adds locally defined options, we canclass
If you have some set of options that make sense together you can modularize them out as a class and inject them into your actual command class -
Uses of Command in com.github.rvesse.airline.examples.sendit
Classes in com.github.rvesse.airline.examples.sendit with annotations of type CommandModifier and TypeClassDescriptionclass
class
class
class
class
-
Uses of Command in com.github.rvesse.airline.examples.simple
Classes in com.github.rvesse.airline.examples.simple with annotations of type CommandModifier and TypeClassDescriptionclass
class
A command that has some required optionsclass
An example command that has required argumentsclass
A simple example that demonstrates most of the basic concepts -
Uses of Command in com.github.rvesse.airline.examples.userguide
Classes in com.github.rvesse.airline.examples.userguide with annotations of type Command -
Uses of Command in com.github.rvesse.airline.examples.userguide.help.bash
Classes in com.github.rvesse.airline.examples.userguide.help.bash with annotations of type Command -
Uses of Command in com.github.rvesse.airline.examples.userguide.help.sections
Classes in com.github.rvesse.airline.examples.userguide.help.sections with annotations of type Command -
Uses of Command in com.github.rvesse.airline.examples.userguide.parser
Classes in com.github.rvesse.airline.examples.userguide.parser with annotations of type Command -
Uses of Command in com.github.rvesse.airline.examples.userguide.prompts
Classes in com.github.rvesse.airline.examples.userguide.prompts with annotations of type Command -
Uses of Command in com.github.rvesse.airline.examples.userguide.restrictions
Classes in com.github.rvesse.airline.examples.userguide.restrictions with annotations of type Command -
Uses of Command in com.github.rvesse.airline.help
Classes in com.github.rvesse.airline.help with annotations of type Command -
Uses of Command in com.github.rvesse.airline.help.suggester
Classes in com.github.rvesse.airline.help.suggester with annotations of type Command -
Uses of Command in com.github.rvesse.airline.jpms.debug
Classes in com.github.rvesse.airline.jpms.debug with annotations of type Command