Uses of Interface
com.github.rvesse.airline.ChannelFactory
-
Packages that use ChannelFactory Package Description com.github.rvesse.airline -
-
Uses of ChannelFactory in com.github.rvesse.airline
Classes in com.github.rvesse.airline that implement ChannelFactory Modifier and Type Class Description class
SystemChannelFactory
Default implementation ofChannelFactory
which usesSystem.out
,System.err
andSystem.in
for the channels.Fields in com.github.rvesse.airline declared as ChannelFactory Modifier and Type Field Description private static ChannelFactory
Channels. FACTORY
-