Uses of Interface
com.beust.jcommander.IUsageFormatter
-
Packages that use IUsageFormatter Package Description com.beust.jcommander -
-
Uses of IUsageFormatter in com.beust.jcommander
Classes in com.beust.jcommander that implement IUsageFormatter Modifier and Type Class Description classDefaultUsageFormatterThe default usage formatter.classUnixStyleUsageFormatterA unix-style usage formatter.Fields in com.beust.jcommander declared as IUsageFormatter Modifier and Type Field Description private IUsageFormatterJCommander. usageFormatterThe usage formatter to use inJCommander.usage().Methods in com.beust.jcommander that return IUsageFormatter Modifier and Type Method Description IUsageFormatterJCommander. getUsageFormatter()Returns the usage formatter.Methods in com.beust.jcommander with parameters of type IUsageFormatter Modifier and Type Method Description voidJCommander. setUsageFormatter(IUsageFormatter usageFormatter)Sets the usage formatter.JCommander.BuilderJCommander.Builder. usageFormatter(IUsageFormatter usageFormatter)
-