public class Txt2Html
extends org.apache.tools.ant.Task
This task is currently used by the ant script to build our examples
Constructor and Description |
---|
Txt2Html() |
Modifier and Type | Method and 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(File todir)
Sets the directory to contain the resulting files
|
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(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-2021 Apache Software Foundation. All Rights Reserved.