| org.apache.torque.task.PackageAsPathTask
PackageAsPathTask | public class PackageAsPathTask extends Task (Code) | | Simple task to convert packages to paths.
author: Stephen Haberman version: $Id: PackageAsPathTask.java 473814 2006-11-11 22:30:30Z tv $ |
Field Summary | |
protected String | name The value to store the conversion in. | protected String | pckg The package to convert. |
Method Summary | |
public void | execute() Executes the package to patch converstion and stores it
in the user property value . | public void | setName(String name) | public void | setPackage(String pckg) |
name | protected String name(Code) | | The value to store the conversion in.
|
execute | public void execute()(Code) | | Executes the package to patch converstion and stores it
in the user property value .
|
setName | public void setName(String name)(Code) | | Parameters: name - the Ant variable to store the path in |
setPackage | public void setPackage(String pckg)(Code) | | Parameters: pckg - the package to convert |
|
|