Package net.kafujo.cli
Class CliAppKafujo
- java.lang.Object
-
- net.kafujo.cli.CliApp
-
- net.kafujo.cli.CliAppKafujo
-
- All Implemented Interfaces:
TypedReader
public abstract class CliAppKafujo extends CliApp
-
-
Field Summary
-
Fields inherited from class net.kafujo.cli.CliApp
commandLine, err, out
-
-
Constructor Summary
Constructors Constructor Description CliAppKafujo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidfail(String text)protected voidoverline(String text)protected voidsuccess(String text)-
Methods inherited from class net.kafujo.cli.CliApp
add, add, addArgOption, addNoArgOption, addOptionalArgOption, addStandardHelpOption, addStandardOptions, addStandardStatsOption, addStandardWaitOption, confirmNextStep, confirmOverwrite, help, isAvailable, readString, run
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.kafujo.config.TypedReader
readBigDecimal, readBigDecimalFbk, readBigInteger, readBigIntegerFbk, readBoolean, readBooleanFbk, readDouble, readDoubleFbk, readDuration, readDurationFbk, readDurationOfMillis, readDurationOfMillisFbk, readDurationOfMillisFbk, readDurationOfSeconds, readDurationOfSecondsFbk, readDurationOfSecondsFbk, readEmailAddress, readEmailAddressFbk, readEmailAddressFbk, readFileToBytes, readFileToLines, readFileToString, readFloat, readFloatFbk, readHost, readHostFbk, readHostFbk, readHostname, readHostnameFbk, readHostnameFbk, readHostWithPort, readHostWithPortFbk, readHostWithPortFbk, readInt, readIntFbk, readLong, readLongFbk, readPath, readPathFbk, readPathFbk, readPort, readPortFbk, readShort, readShortFbk, readStringFbk, readStringFbk, readUrl, readUrlFbk
-
-