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