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