Searched refs:parseApi (Results 1 – 6 of 6) sorted by relevance
142 oldApi = parseApi(args.get(0)); in checkApi()143 newApi = parseApi(args.get(1)); in checkApi()145 oldRemovedApi = parseApi(args.get(2)); in checkApi()146 newRemovedApi = parseApi(args.get(3)); in checkApi()166 public static ApiInfo parseApi(String filename) throws ApiParseException { in parseApi() method in ApiCheck177 return ApiFile.parseApi(filename, stream); in parseApi()192 return XmlApiFile.parseApi(stream); in parseApi()207 public ApiInfo parseApi(URL url) throws ApiParseException { in parseApi() method in ApiCheck216 return ApiFile.parseApi(url.toString(), stream); in parseApi()230 return XmlApiFile.parseApi(stream); in parseApi()[all …]
50 public static ApiInfo parseApi(InputStream xmlStream) throws ApiParseException { in parseApi() method in XmlApiFile
39 public static ApiInfo parseApi(String filename, InputStream stream) throws ApiParseException { in parseApi() method in ApiFile
42 this.apiInfo = new ApiCheck().parseApi(xmlUrl); in FederatedSite()55 this.apiInfo = new ApiCheck().parseApi(api); in FederatedSite()
75 specApi = new ApiCheck().parseApi(xmlFile); in tagAll()
66 specApi = new ApiCheck().parseApi(xmlFile); in tagAll()