8164316: Refine the Doclet APIs

Reviewed-by: jjg
This commit is contained in:
Kumar Srinivasan 2016-11-24 20:48:52 -08:00
parent 54244b5e6d
commit f4c9d73b3e
42 changed files with 1079 additions and 789 deletions

View file

@ -179,6 +179,16 @@ public class JavadocTask extends AbstractTask<JavadocTask> {
return this;
}
/**
* Sets the options.
* @param options the options
* @return this task object
*/
public JavadocTask options(List<String> options) {
this.options = options;
return this;
}
/**
* Sets the files to be documented.
* @param files the files