|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object visad.util.CmdlineGenericConsumer visad.install.UpdateJar
public class UpdateJar
Constructor Summary | |
---|---|
UpdateJar(String[] args)
|
Method Summary | |
---|---|
int |
checkKeyword(String mainName,
int thisArg,
String[] args)
Handle subclass-specific command line options and their arguments. |
int |
checkOption(String mainName,
char ch,
String arg)
Handle subclass-specific command line options and their arguments. |
boolean |
finalizeArgs(String mainName)
Validate arguments after argument parsing has finished. |
void |
initializeArgs()
Method used to initialize any instance variables which may be changed by a cmdline option. |
String |
keywordUsage()
A short string included in the usage message to indicate valid keywords. |
static void |
main(String[] args)
|
String |
optionUsage()
A short string included in the usage message to indicate valid options. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UpdateJar(String[] args)
Method Detail |
---|
public int checkKeyword(String mainName, int thisArg, String[] args)
CmdlineGenericConsumer
checkKeyword
in interface CmdlineConsumer
checkKeyword
in class CmdlineGenericConsumer
mainName
- The name of the main class (useful for
error messages.)thisArg
- The index of the current keyword.args
- The full list of arguments.
public int checkOption(String mainName, char ch, String arg)
CmdlineGenericConsumer
checkOption
in interface CmdlineConsumer
checkOption
in class CmdlineGenericConsumer
mainName
- The name of the main class (useful for
error messages.)ch
- Option character. If -a is specified
on the command line, 'a' would be passed to
this method.)arg
- The argument associated with this option.
public boolean finalizeArgs(String mainName)
CmdlineGenericConsumer
finalizeArgs
in interface CmdlineConsumer
finalizeArgs
in class CmdlineGenericConsumer
mainName
- The name of the main class (useful for
error messages.)
public void initializeArgs()
CmdlineGenericConsumer
CmdlineParser
will be run
before any instance variables for the extending
class are initialized.
initializeArgs
in interface CmdlineConsumer
initializeArgs
in class CmdlineGenericConsumer
public String keywordUsage()
CmdlineGenericConsumer
keywordUsage
in interface CmdlineConsumer
keywordUsage
in class CmdlineGenericConsumer
public String optionUsage()
CmdlineGenericConsumer
optionUsage
in interface CmdlineConsumer
optionUsage
in class CmdlineGenericConsumer
public static final void main(String[] args)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |