Class IvyBuildList

java.lang.Object
org.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
org.apache.ivy.ant.IvyTask
org.apache.ivy.ant.IvyBuildList
All Implemented Interfaces:
Cloneable

public class IvyBuildList extends IvyTask
Creates an ant filelist of files (usually build.xml) ordered according to the dependencies declared in ivy files.
  • Field Details

  • Constructor Details

    • IvyBuildList

      public IvyBuildList()
  • Method Details

    • addFileset

      public void addFileset(org.apache.tools.ant.types.FileSet buildFiles)
    • getReference

      public String getReference()
    • setReference

      public void setReference(String reference)
    • getRoot

      public String getRoot()
    • setRoot

      public void setRoot(String root)
    • createRoot

      public IvyBuildList.BuildListModule createRoot()
    • isExcludeRoot

      public boolean isExcludeRoot()
    • setExcludeRoot

      public void setExcludeRoot(boolean root)
    • getLeaf

      public String getLeaf()
    • setLeaf

      public void setLeaf(String leaf)
    • createLeaf

      public IvyBuildList.BuildListModule createLeaf()
    • isExcludeLeaf

      public boolean isExcludeLeaf()
    • setExcludeLeaf

      public void setExcludeLeaf(boolean excludeLeaf)
    • getDelimiter

      public String getDelimiter()
    • setDelimiter

      public void setDelimiter(String delimiter)
    • getOnlydirectdep

      public boolean getOnlydirectdep()
    • setOnlydirectdep

      public void setOnlydirectdep(boolean onlydirectdep)
    • 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
    • isHaltonerror

      public boolean isHaltonerror()
    • setHaltonerror

      public void setHaltonerror(boolean haltOnError)
    • getIvyfilepath

      public String getIvyfilepath()
    • setIvyfilepath

      public void setIvyfilepath(String ivyFilePath)
    • getOnMissingDescriptor

      public String getOnMissingDescriptor()
    • setOnMissingDescriptor

      public void setOnMissingDescriptor(String onMissingDescriptor)
    • isSkipbuildwithoutivy

      @Deprecated public boolean isSkipbuildwithoutivy()
      Deprecated.
      Returns:
      boolean
    • setSkipbuildwithoutivy

      @Deprecated public void setSkipbuildwithoutivy(boolean skipBuildFilesWithoutIvy)
      Deprecated.
      Parameters:
      skipBuildFilesWithoutIvy - boolean
    • isReverse

      public boolean isReverse()
    • setReverse

      public void setReverse(boolean reverse)
    • getRestartFrom

      public String getRestartFrom()
    • setRestartFrom

      public void setRestartFrom(String restartFrom)