Arguments.Argument, Arguments.SetArgument
Modifier and Type | Field and Description |
---|---|
char |
cCmd |
boolean |
crc |
java.lang.Appendable |
out
Any output for operation.
|
java.lang.String |
sDirectory
Directory where the list is regarded to.
|
(package private) Arguments.SetArgument |
setCmd |
(package private) Arguments.SetArgument |
setDir |
(package private) Arguments.SetArgument |
setListfile |
(package private) Arguments.SetArgument |
setMask |
java.lang.String |
sFileList
Name, maybe path of the file list relative to
sDirectory . |
java.lang.String |
sMask |
Constructor and Description |
---|
Args() |
Modifier and Type | Method and Description |
---|---|
boolean |
testConsistence(java.lang.Appendable msg)
This operation should be implemented and called by the user.
|
aboutInfo, addArg, checkArg, checkArgVal, parseArgs, parseArgs, readArguments, replaceEnv, showHelp, testArgument
public char cCmd
public java.lang.String sDirectory
public java.lang.String sMask
public java.lang.Appendable out
public boolean crc
public java.lang.String sFileList
sDirectory
.Arguments.SetArgument setCmd
Arguments.SetArgument setListfile
Arguments.SetArgument setDir
Arguments.SetArgument setMask
public boolean testConsistence(java.lang.Appendable msg) throws java.io.IOException
Arguments
#showArgs(Appendable)
to output the help info on error.testConsistence
in class Arguments
msg
- to write out an info as line with \n for faulty arguments. System.err
can be used.java.io.IOException
- only on unexpected problems writing msg