public class BugClerkArguments extends Object implements com.beust.jcommander.IVariableArity
| Constructor and Description |
|---|
BugClerkArguments() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static BugClerkArguments |
extractParameters(String[] args) |
List<String> |
getIds() |
String |
getUrlPrefix() |
int |
hashCode() |
boolean |
isDebug() |
boolean |
isHelp() |
boolean |
isMailReport() |
boolean |
isReportToBz() |
int |
processVariableArity(String optionName,
String[] options) |
void |
setDebug(boolean debug) |
void |
setHelp(boolean help) |
void |
setMailReport(boolean mailReport) |
void |
setReportToBz(boolean reportToBz) |
void |
setUrlPrefix(String urlPrefix) |
String |
toString() |
static BugClerkArguments |
validateArgs(BugClerkArguments arguments) |
public static BugClerkArguments extractParameters(String[] args)
public static BugClerkArguments validateArgs(BugClerkArguments arguments)
public boolean isDebug()
public void setDebug(boolean debug)
public boolean isHelp()
public void setHelp(boolean help)
public String getUrlPrefix()
public void setUrlPrefix(String urlPrefix)
public boolean isReportToBz()
public void setReportToBz(boolean reportToBz)
public boolean isMailReport()
public void setMailReport(boolean mailReport)
Copyright © 2015 JBoss by Red Hat. All rights reserved.