java.lang.Object
org.apache.tools.ant.taskdefs.optional.extension.resolvers.LocationResolver
All Implemented Interfaces:
ExtensionResolver

public class LocationResolver
extends java.lang.Object
implements ExtensionResolver
Resolver that just returns s specified location.
  • Constructor Summary

    Constructors 
    Constructor Description
    LocationResolver()  
  • Method Summary

    Modifier and Type Method Description
    java.io.File resolve​(Extension extension, Project project)
    Returns the resolved file
    void setLocation​(java.lang.String location)
    Sets the location for this resolver
    java.lang.String toString()
    Returns a string representation of the Location

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

  • Method Details

    • setLocation

      public void setLocation​(java.lang.String location)
      Sets the location for this resolver
      Parameters:
      location - the location
    • resolve

      public java.io.File resolve​(Extension extension, Project project) throws BuildException
      Returns the resolved file
      Specified by:
      resolve in interface ExtensionResolver
      Parameters:
      extension - the extension
      project - the project
      Returns:
      the file resolved
      Throws:
      BuildException - if no location is set
    • toString

      public java.lang.String toString()
      Returns a string representation of the Location
      Overrides:
      toString in class java.lang.Object
      Returns:
      the string representation