edu.internet2.middleware.ant.util
Class PathToUrl

java.lang.Object
  extended by org.apache.tools.ant.ProjectComponent
      extended by org.apache.tools.ant.Task
          extended by edu.internet2.middleware.ant.util.PathToUrl
All Implemented Interfaces:
Cloneable

public class PathToUrl
extends org.apache.tools.ant.Task

Converts a filesystem path into a URL. This ant task requires two attributes:


Field Summary
private  String addProperty
          Property name to which the file URL is added.
private  String path
          Path to convert into a URL.
 
Fields inherited from class org.apache.tools.ant.Task
target, taskName, taskType, wrapper
 
Fields inherited from class org.apache.tools.ant.ProjectComponent
description, location, project
 
Constructor Summary
PathToUrl()
           
 
Method Summary
 void execute()
          
 void setAddProperty(String property)
          Sets the name of the property that will contain the URL to the file.
 void setPath(String relativePath)
          Sets the path that will be converted into a file URL.
 
Methods inherited from class org.apache.tools.ant.Task
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
 
Methods inherited from class org.apache.tools.ant.ProjectComponent
clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

addProperty

private String addProperty
Property name to which the file URL is added.


path

private String path
Path to convert into a URL.

Constructor Detail

PathToUrl

public PathToUrl()
Method Detail

execute

public void execute()

Overrides:
execute in class org.apache.tools.ant.Task

setAddProperty

public void setAddProperty(String property)
Sets the name of the property that will contain the URL to the file.

Parameters:
property - name of the property that will contain the URL to the file

setPath

public void setPath(String relativePath)
Sets the path that will be converted into a file URL.

Parameters:
relativePath - path that will be converted into a file URL


Copyright © 1999-2014. All Rights Reserved.