Searched refs:defaultProps (Results 1 – 1 of 1) sorted by relevance
87 Properties defaultProps = new Properties(); in parsePropertyFile() local91 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 8 milliseconds