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 143 String[] scenario = createScenario(descPath, job, debug); in getDescriptionFor() 169 return getScenario(job, descPath, debug); in getDescriptionFor() 181 (String) subs.get(i), descPath, debug); in getDescriptionFor() 220 if (descPath != null) in getDescriptionForSingleJob() 227 entry = getFromDirectory(descPath, job, debug); in getDescriptionForSingleJob() 690 File modPath = new File(descPath + fs + module); in getFromDirectory() 717 String aUrl = descPath + fs + module + fs + found; in getFromDirectory() 769 protected String[] createScenario(String descPath, String job, in createScenario() argument 774 if (descPath != null) in createScenario() [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()
|
Completed in 32 milliseconds