Searched refs:props_ (Results 1 – 2 of 2) sorted by relevance
61 private Properties props_ = null; field in XmlDiff76 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 12 milliseconds