/** Returns a list of package prefixes to be linked with an external site. */ public List<String> getPackages() { return Collections.unmodifiableList(packages); }
/** Returns the links to groovydoc/javadoc output at the given URL. */ @Input public Set<Link> getLinks() { return Collections.unmodifiableSet(links); }