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.2.2.2 $ $Date: 2003/02/10 14:25:09 $
- Author:
- Peter Donald, Jeff Turner>
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 extension
- 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()
Copyright © 2000-2003 Apache Software Foundation. All Rights Reserved.