org.apache.tools.ant.taskdefs.optional.extension.resolvers
Class URLResolver
java.lang.Object
|
+--org.apache.tools.ant.taskdefs.optional.extension.resolvers.URLResolver
- All Implemented Interfaces:
- ExtensionResolver
- public class URLResolver
- extends java.lang.Object
- implements ExtensionResolver
Resolver that just returns s specified location.
- Version:
- $Revision: 1.6.2.4 $ $Date: 2004/03/09 17:01:46 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
URLResolver
public URLResolver()
setUrl
public void setUrl(java.net.URL url)
setDestfile
public void setDestfile(java.io.File destfile)
setDestdir
public void setDestdir(java.io.File destdir)
resolve
public java.io.File resolve(Extension extension,
Project project)
throws BuildException
- Description copied from interface:
ExtensionResolver
- Attempt to locate File that satisfies
extension via resolver.
- Specified by:
resolve
in interface ExtensionResolver
- Parameters:
extension
- the extensionproject
- the Ant project instance
- Returns:
- the File satisfying extension, null
if can not resolve extension
- Throws:
BuildException
- if error occurs attempting to
resolve extension
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2000-2004 Apache Software Foundation. All Rights Reserved.