com.google.doclava
Class FederatedSite
java.lang.Object
com.google.doclava.FederatedSite
public final class FederatedSite
- extends Object
A remote source of documentation that can be linked against. A federated
site represents a library that has packages, classes, and members that may
be referenced or shared across codebases.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XML_API_PATH
public static final String XML_API_PATH
- See Also:
- Constant Field Values
FederatedSite
public FederatedSite(String name,
URL baseUrl)
throws ApiParseException
- Throws:
ApiParseException
FederatedSite
public FederatedSite(String name,
URL baseUrl,
String xml)
throws ApiParseException
- Constructs a federated site using an xml file not contained on
the site itself.
- Throws:
ApiParseException
linkFor
public String linkFor(String htmlPage)
name
public String name()
apiInfo
public ApiInfo apiInfo()
baseUrl
public URL baseUrl()
Copyright © 2010-2013 Google. All Rights Reserved.