com.google.doclava.apicheck
Class ApiCheck
java.lang.Object
com.google.doclava.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-2013 Google. All Rights Reserved.