org.apache.fop.tools.anttasks
Class SerializeHyphPattern
Task
org.apache.fop.tools.anttasks.SerializeHyphPattern
public class SerializeHyphPattern
extends Task
SerializeHyphPattern
void | addFileset(FileSet set) - Adds a set of pattern files (nested fileset attribute).
|
void | execute()
|
List | getFilesets() - Returns the current list of filesets.
|
void | setErrorDump(boolean errorDump) - Controls the amount of error information dumped.
|
void | setTargetDir(String targetDir) - Sets the target directory
|
addFileset
public void addFileset(FileSet set)
Adds a set of pattern files (nested fileset attribute).
execute
public void execute()
throws org.apache.tools.ant.BuildException
org.apache.tools.ant.Task.execute()
getFilesets
public List getFilesets()
Returns the current list of filesets.
setErrorDump
public void setErrorDump(boolean errorDump)
Controls the amount of error information dumped.
errorDump
- True if more error info should be provided
setTargetDir
public void setTargetDir(String targetDir)
Sets the target directory
targetDir
- target directory
Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.