Home
last modified time | relevance | path

Searched refs:defaultProps (Results 1 – 1 of 1) sorted by relevance

/aoo41x/main/xmerge/source/palmtests/qa/comparator/
H A Dpdbcomparison.java87 Properties defaultProps = new Properties(); in parsePropertyFile() local
91 defaultProps.load(in); in parsePropertyFile()
99 String logFile = defaultProps.getProperty(this.LOGTAG); in parsePropertyFile()
100 String outFile = defaultProps.getProperty(this.OUTTAG); in parsePropertyFile()
101 String listFile = defaultProps.getProperty(this.LISTTAG); in parsePropertyFile()
102 String pdbname1 = defaultProps.getProperty(this.PDBTAG1); in parsePropertyFile()
103 String pdbname2 = defaultProps.getProperty(this.PDBTAG2); in parsePropertyFile()

Completed in 11 milliseconds