com.google.doclava.apicheck
Class ApiInfo
java.lang.Object
com.google.doclava.apicheck.ApiInfo
public class ApiInfo
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ApiInfo
public ApiInfo()
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.