org.freecompany.imp
public class Transform extends Task
Field Summary | |
---|---|
protected FileSet | fileset |
protected Logger | logger |
protected List<Parameter> | parameters |
protected List<Style> | styles |
protected File | todir |
protected String | type |
Method Summary | |
---|---|
void | addFileset(FileSet fileset) |
void | addParameter(Parameter parameter) |
void | addStyle(Style style) |
protected static String | buildPath(String path) |
protected static String | buildRoot(String path) |
void | execute() |
void | setTodir(File todir) |
void | setType(String type) |