Class BuildOBRTask

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

public class BuildOBRTask extends IvyCacheTask
  • Constructor Details

    • BuildOBRTask

      public BuildOBRTask()
  • Method Details

    • setResolver

      public void setResolver(String resolverName)
    • setCache

      public void setCache(String cacheName)
    • setOut

      public void setOut(File file)
    • setEncoding

      public void setEncoding(String encoding)
    • setIndent

      public void setIndent(boolean indent)
    • setBaseDir

      public void setBaseDir(File dir)
    • setQuiet

      public void setQuiet(boolean quiet)
    • setSourceType

      public void setSourceType(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