Class BuildOBRTask

  • All Implemented Interfaces:
    java.lang.Cloneable

    public class BuildOBRTask
    extends IvyCacheTask
    • Constructor Detail

      • BuildOBRTask

        public BuildOBRTask()
    • Method Detail

      • setResolver

        public void setResolver​(java.lang.String resolverName)
      • setCache

        public void setCache​(java.lang.String cacheName)
      • setOut

        public void setOut​(java.io.File file)
      • setEncoding

        public void setEncoding​(java.lang.String encoding)
      • setIndent

        public void setIndent​(boolean indent)
      • setBaseDir

        public void setBaseDir​(java.io.File dir)
      • setQuiet

        public void setQuiet​(boolean quiet)
      • setSourceType

        public void setSourceType​(java.lang.String sourceType)
      • prepareTask

        protected void prepareTask()
        Description copied from class: IvyTask
        Called when task starts its execution.
        Overrides:
        prepareTask in class IvyTask
      • 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