Package be.panako.cli
Class Load
java.lang.Object
be.panako.cli.Application
be.panako.cli.Load
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidsynopsis()The synopsis is a short description of the required or optional arguments.booleanMethods inherited from class be.panako.cli.Application
availableProcessors, checkFile, getFilesFromArguments, getIntegerOption, getOption, hasArgument, name, printHelp
-
Constructor Details
-
Load
public Load()
-
-
Method Details
-
run
- Specified by:
runin classApplication- Parameters:
args- The arguments to start the program.
-
description
- Specified by:
descriptionin classApplication- Returns:
- The description of the application. What does it do?
-
synopsis
Description copied from class:ApplicationThe synopsis is a short description of the required or optional arguments.- Specified by:
synopsisin classApplication- Returns:
- The command line synopsis.
-
needsStorage
public boolean needsStorage()- Specified by:
needsStoragein classApplication- Returns:
- True if this application needs the storage, false otherwise.
-
writesToStorage
public boolean writesToStorage()- Specified by:
writesToStoragein classApplication- Returns:
- true if this application writes to storage.
-