java.lang.Cloneable
public class Txt2Html
extends org.apache.tools.ant.Task
This task is currently used by the ant script to build our examples
Constructor | Description |
---|---|
Txt2Html() |
Modifier and Type | Method | Description |
---|---|---|
void |
addFileset(org.apache.tools.ant.types.FileSet fs) |
Sets the files to be converted into HTML
|
void |
execute() |
Perform the conversion
|
void |
setTodir(java.io.File todir) |
Sets the directory to contain the resulting files
|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
public void setTodir(java.io.File todir)
todir
- The directorypublic void addFileset(org.apache.tools.ant.types.FileSet fs)
fs
- The fileset to be converted.public void execute() throws org.apache.tools.ant.BuildException
execute
in class org.apache.tools.ant.Task
org.apache.tools.ant.BuildException
- if an error occurs during execution of
this task.Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.