|
XDC - v. 0.6.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
net.sf.xdc.XdcTask
The XdcTask is a task for the Apache Ant build system. It resembles the Javadoc task in many of the two systems' common attributes.
| Field Summary |
| Fields inherited from class org.apache.tools.ant.Task |
description, location, target, taskName, taskType, wrapper |
| Fields inherited from class org.apache.tools.ant.ProjectComponent |
project |
| Constructor Summary | |
XdcTask()
|
|
| Method Summary | |
void |
addBottom(org.apache.tools.ant.taskdefs.Javadoc.Html bottom)
Alternative setter method for this XdcTask's bottom attribute. |
void |
addDoctitle(org.apache.tools.ant.taskdefs.Javadoc.Html doctitle)
Alternative setter method for this XdcTask's doctitle attribute. |
void |
addFooter(org.apache.tools.ant.taskdefs.Javadoc.Html footer)
Alternative setter method for this XdcTask's footer attribute. |
void |
addHeader(org.apache.tools.ant.taskdefs.Javadoc.Html header)
Alternative setter method for this XdcTask's header attribute. |
org.apache.tools.ant.types.Commandline.Argument |
createArg()
Getter method for a new argument to be passed to this XdcTask. |
org.apache.tools.ant.types.Path |
createClasspath()
Getter method for this XdcTask's classpath. |
org.apache.tools.ant.types.Commandline.Argument |
createJvmarg()
Getter method for a new Java VM argument to be passed to this XdcTask. |
org.apache.tools.ant.types.Path |
createSourcepath()
Getter method for this XdcTask's source path. |
void |
execute()
This method executes this XdcTask. |
void |
setAuthor(boolean author)
Setter method for this XdcTask's author attribute. |
void |
setBottom(java.lang.String bottom)
Setter method for this XdcTask's bottom attribute. |
void |
setCharset(java.lang.String charset)
Setter method for this XdcTask's charset attribute. |
void |
setClasspath(org.apache.tools.ant.types.Path path)
Setter method for this XdcTask's classpath. |
void |
setClasspathRef(org.apache.tools.ant.types.Reference r)
Setter method for this XdcTask's classpathref. |
void |
setDefaultexcludes(boolean defaultexcludes)
Setter method for this XdcTask's defaultexcludes attribute. |
void |
setDestdir(java.io.File destdir)
Setter method for this XdcTask's destination directory. |
void |
setDialect(java.lang.String dialect)
Setter method for this XdcTask's dialect attribute. |
void |
setDialectmapping(java.io.File dialectmapping)
Setter method for this XdcTask's dialectmapping attribute. |
void |
setDialects(java.io.File dialects)
Setter method for this XdcTask's dialects attribute. |
void |
setDocencoding(java.lang.String docencoding)
Setter method for this XdcTask's docencoding attribute. |
void |
setDoctitle(java.lang.String doctitle)
Setter method for this XdcTask's doctitle attribute. |
void |
setEncoding(java.lang.String encoding)
Setter method for this XdcTask's encoding attribute. |
void |
setExtensions(java.lang.String extensions)
Setter method for this XdcTask's extensions attribute. |
void |
setFooter(java.lang.String footer)
Setter method for this XdcTask's footer attribute. |
void |
setHeader(java.lang.String header)
Setter method for this XdcTask's header attribute. |
void |
setHelpfile(java.io.File helpfile)
Setter method for this XdcTask's helpfile attribute. |
void |
setLinksource(boolean linksource)
Setter method for this XdcTask's linksource attribute. |
void |
setLocale(java.lang.String locale)
Setter method for this XdcTask's locale attribute. |
void |
setNosince(boolean nosince)
Setter method for this XdcTask's nosince attribute. |
void |
setNotimestamp(boolean notimestamp)
Setter method for this XdcTask's notimestamp attribute. |
void |
setOverview(java.io.File overview)
Setter method for this XdcTask's overview attribute. |
void |
setReportmissing(boolean reportmissing)
Setter method for this XdcTask's reportmissing attribute. |
void |
setSourcepath(org.apache.tools.ant.types.Path path)
Setter method for this XdcTask's source path. |
void |
setSourcepathRef(org.apache.tools.ant.types.Reference r)
Setter method for this XdcTask's source path reference. |
void |
setSubpackages(java.lang.String subpackages)
Setter method for this XdcTask's subpackages attribute. |
void |
setVersion(boolean version)
Setter method for this XdcTask's version attribute. |
void |
setWindowtitle(java.lang.String windowtitle)
Setter method for this XdcTask's windowtitle attribute. |
| Methods inherited from class org.apache.tools.ant.Task |
getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, maybeConfigure, perform, reconfigure, setDescription, setLocation, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType |
| Methods inherited from class org.apache.tools.ant.ProjectComponent |
getProject, setProject |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public XdcTask()
| Method Detail |
public void setClasspath(org.apache.tools.ant.types.Path path)
path - The new path to be appendedpublic void setClasspathRef(org.apache.tools.ant.types.Reference r)
r - The classpath reference to be set by this methodpublic org.apache.tools.ant.types.Path createClasspath()
public void setSourcepath(org.apache.tools.ant.types.Path path)
path - The new path to be appended to the source path.public void setSourcepathRef(org.apache.tools.ant.types.Reference r)
r - The source path reference to be set by this methodpublic org.apache.tools.ant.types.Path createSourcepath()
public void setDestdir(java.io.File destdir)
destdir - The destination directory to be setpublic void setSubpackages(java.lang.String subpackages)
subpackages - The subpackages attribute to be setpublic void setNotimestamp(boolean notimestamp)
notimestamp - The notimestamp attribute to be setpublic void setLinksource(boolean linksource)
linksource - The linksource attribute to be setpublic void setDefaultexcludes(boolean defaultexcludes)
defaultexcludes - The defaultexcludes attribute to be setpublic void setExtensions(java.lang.String extensions)
extensions - The extensions attribute to be setpublic void setDialect(java.lang.String dialect)
dialect - The dialect attribute to be setpublic void setDialects(java.io.File dialects)
dialects - The dialects attribute to be setpublic void setDialectmapping(java.io.File dialectmapping)
dialectmapping - The dialectmapping attribute to be setpublic void setOverview(java.io.File overview)
overview - The overview attribute to be setpublic void setHelpfile(java.io.File helpfile)
helpfile - The helpfile attribute to be setpublic void setAuthor(boolean author)
author - The author attribute to be setpublic void setNosince(boolean nosince)
nosince - The nosince attribute to be setpublic void setVersion(boolean version)
version - The version attribute to be setpublic void setWindowtitle(java.lang.String windowtitle)
windowtitle - The windowtitle attribute to be setpublic void setDoctitle(java.lang.String doctitle)
doctitle - The doctitle attribute to be setpublic void addDoctitle(org.apache.tools.ant.taskdefs.Javadoc.Html doctitle)
doctitle - The doctitle (in HTML format) to be setpublic void setHeader(java.lang.String header)
header - The header attribute to be setpublic void addHeader(org.apache.tools.ant.taskdefs.Javadoc.Html header)
header - The header (in HTML format) to be setpublic void setFooter(java.lang.String footer)
footer - The footer attribute to be setpublic void addFooter(org.apache.tools.ant.taskdefs.Javadoc.Html footer)
footer - The footer (in HTML format) to be setpublic void setBottom(java.lang.String bottom)
bottom - The bottom attribute to be setpublic void addBottom(org.apache.tools.ant.taskdefs.Javadoc.Html bottom)
bottom - The bottom (in HTML format) to be setpublic void setReportmissing(boolean reportmissing)
reportmissing - The reportmissing attribute to be setpublic org.apache.tools.ant.types.Commandline.Argument createArg()
public org.apache.tools.ant.types.Commandline.Argument createJvmarg()
public void setCharset(java.lang.String charset)
charset - The charset name or alias to be setpublic void setEncoding(java.lang.String encoding)
encoding - The encoding name or alias to be setpublic void setDocencoding(java.lang.String docencoding)
docencoding - The docencoding name or alias to be setpublic void setLocale(java.lang.String locale)
locale - The locale name to be set
public void execute()
throws org.apache.tools.ant.BuildException
org.apache.tools.ant.BuildException
|
XDC - v. 0.6.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||