Lines Matching refs:getOptarg

130                         cfg = Configuration.read(new File(getopt.getOptarg()));
157 defaultProject = getopt.getOptarg();
160 cfg.setCtags(getopt.getOptarg());
163 String webapp = getopt.getOptarg();
175 configFilename = getopt.getOptarg();
178 configHost = getopt.getOptarg();
184 allowedSymlinks.add(getopt.getOptarg());
196 repositories.add(getopt.getOptarg());
202 databaseDriver = getopt.getOptarg();
213 databaseURL = getopt.getOptarg();
216 if (getopt.getOptarg().equalsIgnoreCase(ON)) {
218 } else if (getopt.getOptarg().equalsIgnoreCase(OFF)) {
228 String CTagsExtraOptionsFile = getopt.getOptarg();
242 if (getopt.getOptarg().equalsIgnoreCase(ON)) {
244 } else if (getopt.getOptarg().equalsIgnoreCase(OFF)) {
265 File sourceRoot = new File(getopt.getOptarg());
274 File dataRoot = new File(getopt.getOptarg());
287 cfg.getIgnoredNames().add(getopt.getOptarg());
290 cfg.getIncludedNames().add(getopt.getOptarg());
296 if (getopt.getOptarg().equalsIgnoreCase(ON)) {
298 } else if (getopt.getOptarg().equalsIgnoreCase(OFF)) {
309 cfg.setIndexWordLimit(Integer.parseInt(getopt.getOptarg()));
317 if (getopt.getOptarg().equalsIgnoreCase(ON)) {
319 } else if (getopt.getOptarg().equalsIgnoreCase(OFF)) {
331 String[] arg = getopt.getOptarg().split(":");
359 cfg.setWebappLAF(getopt.getOptarg());
363 noThreads = Integer.parseInt(getopt.getOptarg());
371 cfg.setScanningDepth(Integer.parseInt(getopt.getOptarg()));
378 if (getopt.getOptarg().equalsIgnoreCase(ON)) {
380 } else if (getopt.getOptarg().equalsIgnoreCase(OFF)) {
389 cfg.setUserPage(getopt.getOptarg());
392 cfg.setUserPageSuffix(getopt.getOptarg());
399 zapCache.add(getopt.getOptarg());
410 int tmp = Integer.parseInt(getopt.getOptarg());