com.google.doclava.apicheck
Class ApiInfo

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

public class ApiInfo
extends Object


Constructor Summary
ApiInfo()
           
 
Method Summary
protected  void addPackage(PackageInfo pInfo)
           
 ClassInfo findClass(String name)
           
 HashMap<String,PackageInfo> getPackages()
           
 boolean isConsistent(ApiInfo newApi)
          Returns true if this API is consistent with a newer version
protected  void mapClassToInterface(ClassInfo classInfo, String iface)
           
protected  void mapClassToSuper(ClassInfo classInfo, String superclass)
           
protected  void resolveInterfaces()
           
protected  void resolveSuperclasses()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApiInfo

public ApiInfo()
Method Detail

findClass

public ClassInfo findClass(String name)

resolveInterfaces

protected void resolveInterfaces()

isConsistent

public boolean isConsistent(ApiInfo newApi)
Returns true if this API is consistent with a newer version


getPackages

public HashMap<String,PackageInfo> getPackages()

mapClassToSuper

protected void mapClassToSuper(ClassInfo classInfo,
                               String superclass)

mapClassToInterface

protected void mapClassToInterface(ClassInfo classInfo,
                                   String iface)

addPackage

protected void addPackage(PackageInfo pInfo)

resolveSuperclasses

protected void resolveSuperclasses()


Copyright © 2010-2013 Google. All Rights Reserved.