org.freecompany.imp
Class Load

java.lang.Object
  extended by org.apache.tools.ant.ProjectComponent
      extended by org.apache.tools.ant.Task
          extended by org.freecompany.imp.Resolve
              extended by org.freecompany.imp.Load
All Implemented Interfaces:
java.lang.Cloneable

public class Load
extends Resolve


Field Summary
protected  java.util.logging.Logger logger
           
 
Fields inherited from class org.freecompany.imp.Resolve
file, name, path, uri, 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
Load()
           
 
Method Summary
 void execute()
          Resolves a given URI relative to the project module URL.
 java.lang.String toString()
           
 
Methods inherited from class org.freecompany.imp.Resolve
getBinding, getFile, getPath, getUri, getUrl, load, setName, setUri
 
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, wait, wait, wait
 

Field Detail

logger

protected final java.util.logging.Logger logger
Constructor Detail

Load

public Load()
Method Detail

execute

public void execute()
             throws org.apache.tools.ant.BuildException
Description copied from class: Resolve
Resolves a given URI relative to the project module URL.

Overrides:
execute in class Resolve
Throws:
org.apache.tools.ant.BuildException

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object