Module com.github.rvesse.airline
Package com.github.rvesse.airline
-
Interface Summary Interface Description ChannelFactory Factory for various channels used by airline.CommandFactory<T> Interface for command factories -
Class Summary Class Description Accessor Channels Channels provides methods for the cli output, error and input channels.Cli<C> Class for encapsulating and parsing CLIsDefaultCommandFactory<T> HelpOption<C> An option that provides a simple way for the user to request help with a commandSingleCommand<C> Class for encapsulating and parsing single commandsSystemChannelFactory Default implementation ofChannelFactory
which usesSystem.out
,System.err
andSystem.in
for the channels. -
Enum Summary Enum Description Context