public class GetOpts
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
boolean |
anonymity |
java.lang.String |
auth |
boolean |
conf |
boolean |
deleg |
boolean |
gsiMode |
protected java.lang.String |
helpMsg |
int |
lifetime |
boolean |
limitedDeleg |
boolean |
rejectLimitedProxy |
protected java.lang.String |
usage |
Constructor and Description |
---|
GetOpts(java.lang.String usage,
java.lang.String helpMsg) |
Modifier and Type | Method and Description |
---|---|
protected static void |
error(java.lang.String msg) |
int |
parse(java.lang.String[] args) |
protected int |
parseArg(java.lang.String[] args,
int i) |
public boolean conf
public int lifetime
public boolean gsiMode
public boolean deleg
public boolean limitedDeleg
public boolean rejectLimitedProxy
public boolean anonymity
public java.lang.String auth
protected java.lang.String usage
protected java.lang.String helpMsg