org.apache.fop.tools.anttasks

Class SerializeHyphPattern


public class SerializeHyphPattern
extends Task

SerializeHyphPattern

Method Summary

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

Method Details

addFileset

public void addFileset(FileSet set)
Adds a set of pattern files (nested fileset attribute).
Parameters:
set - a fileset

execute

public void execute()
            throws org.apache.tools.ant.BuildException
See Also:
org.apache.tools.ant.Task.execute()

getFilesets

public List getFilesets()
Returns the current list of filesets.
Returns:
the filesets

setErrorDump

public void setErrorDump(boolean errorDump)
Controls the amount of error information dumped.
Parameters:
errorDump - True if more error info should be provided

setTargetDir

public void setTargetDir(String targetDir)
Sets the target directory
Parameters:
targetDir - target directory

Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.