Class BaseCommand
- java.lang.Object
-
- com.github.rvesse.airline.examples.inheritance.BaseCommand
-
- All Implemented Interfaces:
ExampleRunnable
- Direct Known Subclasses:
MaybeVerboseCommand
public abstract class BaseCommand extends java.lang.Object implements ExampleRunnable
-
-
Field Summary
Fields Modifier and Type Field Description protected boolean
verbose
-
Constructor Summary
Constructors Constructor Description BaseCommand()
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.github.rvesse.airline.examples.ExampleRunnable
run
-
-
-
-
Field Detail
-
verbose
@Option(name={"-v","--verbose"}, description="Enables verbose mode") protected boolean verbose
-
-