Package net.kafujo.cli
Class FileTools
- java.lang.Object
-
- net.kafujo.cli.CliApp
-
- net.kafujo.cli.CliAppKafujo
-
- net.kafujo.cli.FileTools
-
- All Implemented Interfaces:
TypedReader
public class FileTools extends CliAppKafujo
-
-
Field Summary
-
Fields inherited from class net.kafujo.cli.CliApp
commandLine, err, out
-
-
Constructor Summary
Constructors Constructor Description FileTools()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(String[] args)-
Methods inherited from class net.kafujo.cli.CliAppKafujo
fail, overline, success
-
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
-
-
-
-
Method Detail
-
main
public static void main(String[] args)
-
-