Searched defs:apPath (Results 1 – 3 of 3) sorted by relevance
51 apPath?: object, property90 apPath: string; property in ProjectConfig
71 const apPath: string = projectConfig.apPath ? projectConfig.apPath : 'null_apPath'; constant
98 private String apPath = ""; field in Utility745 public void setAPPath(String apPath) { in setAPPath()