Class WhichResource

java.lang.Object
org.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
org.apache.tools.ant.taskdefs.WhichResource
All Implemented Interfaces:
Cloneable

public class WhichResource extends Task
Find a class or resource on the supplied classpath, or the system classpath if none is supplied. The named property is set if the item can be found. For example
 <whichresource resource="/log4j.properties"
   property="log4j.url" >
 
Since:
Ant 1.6