Home
last modified time | relevance | path

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

/trunk/main/xmerge/source/palmtests/qa/comparator/
H A DXmlDiff.java61 private Properties props_ = null; field in XmlDiff
76 props_ = new Properties(); in XmlDiff()
77 props_.load(bis); in XmlDiff()
80 String file1 = props_.getProperty(FILE1, ""); in XmlDiff()
81 String file2 = props_.getProperty(FILE2, ""); in XmlDiff()
82 String tagsString = props_.getProperty(IGNORE_TAGS, ""); in XmlDiff()
83 String output = props_.getProperty("debug.output", "System.out"); in XmlDiff()
/trunk/main/xmerge/workben/
H A DXmlDiff.java61 private Properties props_ = null; field in XmlDiff
76 props_ = new Properties(); in XmlDiff()
77 props_.load(bis); in XmlDiff()
80 String file1 = props_.getProperty(FILE1, ""); in XmlDiff()
81 String file2 = props_.getProperty(FILE2, ""); in XmlDiff()
82 String tagsString = props_.getProperty(IGNORE_TAGS, ""); in XmlDiff()
83 String output = props_.getProperty("debug.output", "System.out"); in XmlDiff()

Completed in 23 milliseconds