Uses of Class
org.mule.devkit.doclet.apicheck.ApiInfo

Packages that use ApiInfo
org.mule.devkit.doclet   
org.mule.devkit.doclet.apicheck   
 

Uses of ApiInfo in org.mule.devkit.doclet
 

Methods in org.mule.devkit.doclet that return ApiInfo
 ApiInfo FederatedSite.apiInfo()
           
 

Uses of ApiInfo in org.mule.devkit.doclet.apicheck
 

Methods in org.mule.devkit.doclet.apicheck that return ApiInfo
 ApiInfo ApiCheck.parseApi(InputStream xmlStream)
           
 ApiInfo ApiCheck.parseApi(String xmlFile)
           
 ApiInfo ApiCheck.parseApi(URL xmlURL)
           
 

Methods in org.mule.devkit.doclet.apicheck with parameters of type ApiInfo
 boolean ApiInfo.isConsistent(ApiInfo newApi)
          Returns true if this API is consistent with a newer version
 



Copyright © 2010–2015 MuleSoft, Inc.. All rights reserved.