org.mule.devkit.doclet.apicheck
Class ApiCheck
java.lang.Object
org.mule.devkit.doclet.apicheck.ApiCheck
public class ApiCheck
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ApiCheck
public ApiCheck()
main
public static void main(String[] originalArgs)
checkApi
public ErrorReport checkApi(String[] originalArgs)
- Compares two api xml files for consistency.
parseApi
public ApiInfo parseApi(String xmlFile)
throws ApiParseException
- Throws:
ApiParseException
parseApi
public ApiInfo parseApi(URL xmlURL)
throws ApiParseException
- Throws:
ApiParseException
parseApi
public ApiInfo parseApi(InputStream xmlStream)
throws ApiParseException
- Throws:
ApiParseException
Copyright © 2010–2015 MuleSoft, Inc.. All rights reserved.