Class IvyBuildList

  • All Implemented Interfaces:
    java.lang.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 Detail

      • DESCRIPTOR_REQUIRED

        public static final java.lang.String DESCRIPTOR_REQUIRED
        See Also:
        Constant Field Values
    • Constructor Detail

      • IvyBuildList

        public IvyBuildList()
    • Method Detail

      • addFileset

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

        public java.lang.String getReference()
      • setReference

        public void setReference​(java.lang.String reference)
      • getRoot

        public java.lang.String getRoot()
      • setRoot

        public void setRoot​(java.lang.String root)
      • isExcludeRoot

        public boolean isExcludeRoot()
      • setExcludeRoot

        public void setExcludeRoot​(boolean root)
      • getLeaf

        public java.lang.String getLeaf()
      • setLeaf

        public void setLeaf​(java.lang.String leaf)
      • isExcludeLeaf

        public boolean isExcludeLeaf()
      • setExcludeLeaf

        public void setExcludeLeaf​(boolean excludeLeaf)
      • getDelimiter

        public java.lang.String getDelimiter()
      • setDelimiter

        public void setDelimiter​(java.lang.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 java.lang.String getIvyfilepath()
      • setIvyfilepath

        public void setIvyfilepath​(java.lang.String ivyFilePath)
      • getOnMissingDescriptor

        public java.lang.String getOnMissingDescriptor()
      • setOnMissingDescriptor

        public void setOnMissingDescriptor​(java.lang.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 java.lang.String getRestartFrom()
      • setRestartFrom

        public void setRestartFrom​(java.lang.String restartFrom)