public class Java2HTMLConverterTask
extends org.apache.tools.ant.taskdefs.MatchingTask
| Modifier and Type | Class and Description |
|---|---|
static class |
Java2HTMLConverterTask.Arg |
| Constructor and Description |
|---|
Java2HTMLConverterTask() |
| Modifier and Type | Method and Description |
|---|---|
Java2HTMLConverterTask.Arg |
createArg() |
void |
execute() |
String |
getDestDir() |
String |
getExtension() |
String |
getLineNumberFormat() |
String |
getSourcepath() |
String |
getStylesheet() |
boolean |
isAddExplicitSpace() |
boolean |
isAddLineBreak() |
boolean |
isAnchorLineNumber() |
boolean |
isShowLineNumber() |
boolean |
isVerbose() |
void |
setAddExplicitSpace(boolean addExplicitSpace) |
void |
setAddLineBreak(boolean addLineBreak) |
void |
setAnchorLineNumber(boolean anchorLineNumber) |
void |
setDestDir(String destDir) |
void |
setExtension(String extension) |
void |
setLineNumberFormat(String lineNumberFormat) |
void |
setShowLineNumber(boolean showLineNumber) |
void |
setSourcepath(String sourcepath) |
void |
setStylesheet(String stylesheet) |
void |
setVerbose(boolean verbose) |
add, addAnd, addContains, addContainsRegexp, addCustom, addDate, addDepend, addDepth, addDifferent, addFilename, addMajority, addModified, addNone, addNot, addOr, addPresent, addSelector, addSize, addType, appendSelector, createExclude, createExcludesFile, createInclude, createIncludesFile, createPatternSet, getDirectoryScanner, getImplicitFileSet, getSelectors, hasSelectors, selectorCount, selectorElements, setCaseSensitive, setDefaultexcludes, setExcludes, setExcludesfile, setFollowSymlinks, setIncludes, setIncludesfile, setProject, XsetIgnore, XsetItemsbindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskTypepublic String getSourcepath()
public void setSourcepath(String sourcepath)
public void execute()
throws org.apache.tools.ant.BuildException
execute in class org.apache.tools.ant.Taskorg.apache.tools.ant.BuildExceptionpublic Java2HTMLConverterTask.Arg createArg()
public String getDestDir()
public void setDestDir(String destDir)
public boolean isVerbose()
public void setVerbose(boolean verbose)
public String getExtension()
public void setExtension(String extension)
extension - the extension to setpublic String getStylesheet()
public void setStylesheet(String stylesheet)
stylesheet - the stylesheet to setpublic boolean isShowLineNumber()
public void setShowLineNumber(boolean showLineNumber)
showLineNumber - the showLineNumber to setpublic boolean isAnchorLineNumber()
public void setAnchorLineNumber(boolean anchorLineNumber)
anchorLineNumber - the anchorLineNumber to setpublic boolean isAddLineBreak()
public void setAddLineBreak(boolean addLineBreak)
addLineBreak - the addLineBreak to setpublic boolean isAddExplicitSpace()
public void setAddExplicitSpace(boolean addExplicitSpace)
addExplicitSpace - the addExplicitSpace to setpublic String getLineNumberFormat()
public void setLineNumberFormat(String lineNumberFormat)
lineNumberFormat - the lineNumberFormat to setCopyright © 2006–2018 Apache Software Foundation. All rights reserved.