com.google.doclava.apicheck
Class ApiCheck

java.lang.Object
  extended by com.google.doclava.apicheck.ApiCheck

public class ApiCheck
extends Object


Constructor Summary
ApiCheck()
           
 
Method Summary
 ErrorReport checkApi(String[] originalArgs)
          Compares two api xml files for consistency.
static void main(String[] originalArgs)
           
 ApiInfo parseApi(InputStream xmlStream)
           
 ApiInfo parseApi(String xmlFile)
           
 ApiInfo parseApi(URL xmlURL)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApiCheck

public ApiCheck()
Method Detail

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.