org.freecompany.imp

Class Transform

public class Transform extends Task

Field Summary
protected FileSetfileset
protected Loggerlogger
protected List<Parameter>parameters
protected List<Style>styles
protected Filetodir
protected Stringtype
Method Summary
voidaddFileset(FileSet fileset)
voidaddParameter(Parameter parameter)
voidaddStyle(Style style)
protected static StringbuildPath(String path)
protected static StringbuildRoot(String path)
voidexecute()
voidsetTodir(File todir)
voidsetType(String type)

Field Detail

fileset

protected FileSet fileset

logger

protected final Logger logger

parameters

protected final List<Parameter> parameters

styles

protected final List<Style> styles

todir

protected File todir

type

protected String type

Method Detail

addFileset

public void addFileset(FileSet fileset)

addParameter

public void addParameter(Parameter parameter)

addStyle

public void addStyle(Style style)

buildPath

protected static String buildPath(String path)

buildRoot

protected static String buildRoot(String path)

execute

public void execute()

setTodir

public void setTodir(File todir)

setType

public void setType(String type)