|
||||||||||
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
au.id.pbw.hyfo.anttasks.SerializeHyphenationTrees
public class SerializeHyphenationTrees
An ant Task
to serialize HyphenationTree
s.
Field Summary | |
---|---|
String |
builder_package_name
The hyphenation tree builders package name. |
String |
builder_path_name
The path name corresponding to package name of the hyphenation classes. |
static String |
hyph_component
The last part of the HyFo package name for hyphenation classes |
static String |
serial_file_extension
The extension of serialized hyphenation tree files. |
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 | |
---|---|
SerializeHyphenationTrees()
Constructs a new serializer. |
Method Summary | |
---|---|
void |
addFileset(org.apache.tools.ant.types.FileSet set)
Adds a set of pattern files (nested fileset attribute). |
org.apache.tools.ant.types.Path |
createClasspath()
Ant magic to create a class path. |
void |
execute()
The execute method from the ant Task class. |
List |
getFilesets()
Returns the current list of filesets. |
void |
init()
|
void |
setClassname(String fqcn)
Ant magic to set the class name. |
void |
setClasspathref(org.apache.tools.ant.types.Reference r)
Ant magic to set the classpath. |
void |
setTarget_dir(String target_dir)
Sets the target directory |
Methods inherited from class org.apache.tools.ant.Task |
---|
getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, 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 |
Field Detail |
---|
public final String builder_package_name
public final String builder_path_name
public static final String hyph_component
public static final String serial_file_extension
Constructor Detail |
---|
public SerializeHyphenationTrees()
Method Detail |
---|
public void execute() throws org.apache.tools.ant.BuildException
Task
class.
execute
in class org.apache.tools.ant.Task
org.apache.tools.ant.BuildException
- if any exception is thrown during execution of the method.Task.execute()
public void addFileset(org.apache.tools.ant.types.FileSet set)
set
- a filesetpublic List getFilesets()
public void setTarget_dir(String target_dir)
target_dir
- target directorypublic void init()
init
in class org.apache.tools.ant.Task
public void setClasspathref(org.apache.tools.ant.types.Reference r)
r
- the reference.ClasspathUtils.Delegate.setClasspathref(Reference).
public org.apache.tools.ant.types.Path createClasspath()
ClasspathUtils.Delegate.createClasspath().
public void setClassname(String fqcn)
fqcn
- the classname.ClasspathUtils.Delegate.setClassname(String).
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |