Uses of Class
com.google.doclava.apicheck.ApiInfo

Packages that use ApiInfo
com.google.doclava   
com.google.doclava.apicheck   
 

Uses of ApiInfo in com.google.doclava
 

Methods in com.google.doclava that return ApiInfo
 ApiInfo FederatedSite.apiInfo()
           
 

Uses of ApiInfo in com.google.doclava.apicheck
 

Methods in com.google.doclava.apicheck that return ApiInfo
 ApiInfo ApiCheck.parseApi(InputStream xmlStream)
           
 ApiInfo ApiCheck.parseApi(String xmlFile)
           
 ApiInfo ApiCheck.parseApi(URL xmlURL)
           
 

Methods in com.google.doclava.apicheck with parameters of type ApiInfo
 boolean ApiInfo.isConsistent(ApiInfo newApi)
          Returns true if this API is consistent with a newer version
 



Copyright © 2010-2013 Google. All Rights Reserved.