Searched refs:txtPath (Results 1 – 1 of 1) sorted by relevance
65 private String txtPath = ""; field in Utility362 return txtPath; in getTxtPath()365 public void setTxtPath(String txtPath) { in setTxtPath() argument366 if (!txtPath.startsWith(CMD_PREFIX)) { in setTxtPath()367 this.txtPath = txtPath; in setTxtPath()