Class IvyCachePath

java.lang.Object
org.apache.tools.ant.ProjectComponent
All Implemented Interfaces:
Cloneable

public class IvyCachePath extends IvyCacheTask
Creates an ant path consisting in all artifacts found during a resolve.
  • Constructor Details

    • IvyCachePath

      public IvyCachePath()
  • Method Details

    • getPathid

      public String getPathid()
    • setPathid

      public void setPathid(String id)
    • setOsgi

      public void setOsgi(boolean osgi)
    • setId

      @Deprecated public void setId(String id)
      Deprecated.
      use setPathid instead
      Parameters:
      id - String
    • doExecute

      public void doExecute() throws org.apache.tools.ant.BuildException
      Description copied from class: IvyTask
      The real logic of task execution after project has been set in the context. MUST be implemented by subclasses
      Specified by:
      doExecute in class IvyTask
      Throws:
      org.apache.tools.ant.BuildException - if something goes wrong
    • addToPath

      protected void addToPath(org.apache.tools.ant.types.Path path, File f) throws Exception
      Throws:
      Exception