Searched refs:descPath (Results 1 – 3 of 3) sorted by relevance
| /AOO42X/main/qadevOOo/runner/helper/ |
| H A D | APIDescGetter.java | 74 public DescEntry[] getDescriptionFor(String job, String descPath, in getDescriptionFor() argument 90 DescEntry entry = getDescriptionForSingleJob(job, descPath, in getDescriptionFor() 109 DescEntry entry = getDescriptionForSingleJob(partjob, descPath, in getDescriptionFor() 143 String[] scenario = createScenario(descPath, job, debug); in getDescriptionFor() 152 scenario[i].substring(3).trim(), descPath, debug); in getDescriptionFor() 169 return getScenario(job, descPath, debug); in getDescriptionFor() 181 (String) subs.get(i), descPath, debug); in getDescriptionFor() 192 protected DescEntry getDescriptionForSingleJob(String job, String descPath, in getDescriptionForSingleJob() argument 220 if (descPath != null) in getDescriptionForSingleJob() 224 System.out.println("## reading from File " + descPath); in getDescriptionForSingleJob() [all …]
|
| H A D | ComplexDescGetter.java | 73 protected DescEntry getDescriptionForSingleJob(String className, String descPath, boolean debug) in getDescriptionForSingleJob() argument 186 protected String[] createScenario(String descPath, String job, boolean debug) in createScenario() argument
|
| /AOO42X/main/qadevOOo/runner/share/ |
| H A D | DescGetter.java | 45 String descPath, in getDescriptionForSingleJob() argument 48 protected abstract String[] createScenario(String descPath, String job, in createScenario() argument 51 protected DescEntry[] getScenario(String url, String descPath, in getScenario() argument 81 aEntry = getDescriptionForSingleJob(job, descPath, in getScenario() 88 aEntry = getDescriptionForSingleJob(partjob, descPath, in getScenario() 118 line.length()).trim(), descPath, in getScenario() 128 String[] perModule = createScenario(descPath, in getScenario() 135 descPath, debug); in getScenario()
|