|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JavadocTaskConfigurable<T extends JavadocTaskConfigurable<T>>
Configuration options for the Javadoc tool
Method Summary | |
---|---|
T |
addExcludePackage(String s)
|
T |
addExcludePackages(Object o)
Add one or several exclude packages. |
T |
addExtDirectories(Object o)
Add one or several ext directories. |
T |
addExtDirectory(Object o)
Add one or several ext directories. |
T |
addPackageName(String packageName)
|
T |
addPackageNames(Object o)
Add one or several package names. |
T |
addSourceFileName(String n)
|
T |
addSourceFileNames(Object o)
Add one or several source file names. |
T |
addTag(JavadocTagDefinition t)
Corresponds to the -tag parameter. |
T |
addTag(String s)
Corresponds to the -tag parameter. |
T |
addTaglet(String fqn)
Corresponds to the -taglet parameter. |
T |
addTagletPath(Object o)
Add one or several taglet paths. |
T |
addTagletPaths(Object o)
This method does the same as addTagletPath(Object) . |
T |
addTaglets(Object o)
Add a collection of taglets. |
T |
addTags(Object o)
Add one or several custom tags. |
T |
clearExcludePackages()
|
T |
clearExtDirectories()
|
T |
clearPackageNames()
|
T |
clearSourceFileNames()
|
T |
clearTagletPaths()
|
T |
clearTaglets()
|
T |
clearTags()
|
T |
setBreakIterator(boolean b)
|
T |
setEncoding(String name)
|
T |
setLocale(String name)
|
T |
setOverview(Object o)
|
T |
setSourceCodeVersion(String version)
|
T |
setSubPackages(boolean b)
|
T |
setVisibilityLevel(JavadocVisibilityLevel l)
|
Methods inherited from interface org.schmant.task.confable.ClasspathConfigurable |
---|
addClasspathDecorator, addClasspathDecorators, addClasspathEntries, addClasspathEntry, clearClasspathDecorators, clearClasspathEntries |
Methods inherited from interface org.schmant.task.confable.SourceConfigurable |
---|
addSource, addSources, clearSources, setRelativeToBase, setSource, setSources |
Methods inherited from interface org.schmant.task.confable.TaskDecoratorConfigurable |
---|
addDecorator, addDecorators, clearDecorators |
Method Detail |
---|
T addPackageName(String packageName)
T addPackageNames(Object o)
o
- One string or an array or collection of strings.T clearPackageNames()
T setSubPackages(boolean b)
T addSourceFileName(String n)
T addSourceFileNames(Object o)
o
- One string or an array or collection of strings.T clearSourceFileNames()
T setOverview(Object o)
T setVisibilityLevel(JavadocVisibilityLevel l)
T setSourceCodeVersion(String version)
T addExcludePackage(String s)
T addExcludePackages(Object o)
o
- One package name or an array or collection of package names
(strings).T clearExcludePackages()
T addExtDirectory(Object o)
o
- One directory or an array or collection of directories. This
argument is interpreted. See the task reference documentation.T addExtDirectories(Object o)
o
- One directory or an array or collection of directories. This
argument is interpreted. See the task reference documentation.T clearExtDirectories()
T setBreakIterator(boolean b)
T setLocale(String name)
T setEncoding(String name)
T addTag(String s)
-tag
parameter.
Add one custom tag.
s
- The tag definition on String format.
this
T addTag(JavadocTagDefinition t)
-tag
parameter.
Add one custom tag.
t
- The tag definition represented as a JavadocTagDefinition
object.
this
T addTags(Object o)
Corresponds to giving the -tag
parameter for each added tag.
o
- One or an array or collection of JavadocTagDefinition
objects.
this
T clearTags()
T addTaglet(String fqn)
-taglet
parameter.
fqn
- The fully qualified name of a taglet class.
this
T addTaglets(Object o)
Corresponds to giving the -taglet
parameter for each added
object.
o
- One or an array or collection of taglet names (strings).
this
T clearTaglets()
T addTagletPath(Object o)
-tagletpath
parameter. The path is interpreted
by InterpretAsFileStrategy
.
o
- The path to a taglet class directory. If this is a
Collection
or an array, it is flattened (see
FlatteningList
).
this
T addTagletPaths(Object o)
addTagletPath(Object)
.
o
- A collection of paths. See addTagletPath(Object)
.
this
T clearTagletPaths()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |