Class IvyArtifactProperty

  • All Implemented Interfaces:
    java.lang.Cloneable

    public class IvyArtifactProperty
    extends IvyPostResolveTask
    Set a set of ant properties according to the last artifact resolved
    • Constructor Detail

      • IvyArtifactProperty

        public IvyArtifactProperty()
    • Method Detail

      • getName

        public java.lang.String getName()
      • setName

        public void setName​(java.lang.String name)
      • getValue

        public java.lang.String getValue()
      • setValue

        public void setValue​(java.lang.String value)
      • setOverwrite

        public void setOverwrite​(boolean overwrite)
      • 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