org.apache.torque.task
Class PackageAsPathTask
java.lang.Object
Task
org.apache.torque.task.PackageAsPathTask
public class PackageAsPathTask
- extends Task
Simple task to convert packages to paths.
- Version:
- $Id: PackageAsPathTask.java,v 1.1 2007-10-21 07:57:26 abyrne Exp $
- Author:
- Stephen Haberman
Field Summary |
protected String |
name
The value to store the conversion in. |
protected String |
pckg
The package to convert. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
pckg
protected String pckg
- The package to convert.
name
protected String name
- The value to store the conversion in.
PackageAsPathTask
public PackageAsPathTask()
execute
public void execute()
- Executes the package to patch converstion and stores it
in the user property
value
.
setPackage
public void setPackage(String pckg)
- Parameters:
pckg
- the package to convert
setName
public void setName(String name)
- Parameters:
name
- the Ant variable to store the path in
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.