| |
|
| org.java.plugin.tools.ant.BaseJpfTask org.java.plugin.tools.ant.PathTask
PathTask | public class PathTask extends BaseJpfTask (Code) | | The Ant task to prepare classpath according to plug-in manifest(s)
declarations.
version: $Id: PathTask.java,v 1.3 2007/03/01 19:11:19 ddimon Exp $ |
execute | public void execute() throws BuildException(Code) | | See Also: org.apache.tools.ant.Task.execute |
setFollowExports | public void setFollowExports(boolean value)(Code) | | Parameters: value - the follow exports flag to set |
setPathId | public void setPathId(String value)(Code) | | Parameters: value - the path ID to set |
setPathIdRef | public void setPathIdRef(String value)(Code) | | Parameters: value - the path ID reference to set |
setPluginId | public void setPluginId(String value)(Code) | | Parameters: value - the plug-in ID to set |
setPluginIds | public void setPluginIds(String value)(Code) | | Parameters: value - the plug-in ID's to set |
|
|
|