Package aQute.bnd.ant

Class PrepareTask

java.lang.Object
org.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
aQute.bnd.ant.BaseTask
aQute.bnd.ant.PrepareTask
All Implemented Interfaces:
Report, Reporter, Cloneable

public class PrepareTask extends BaseTask
  • Field Details

    • basedir

      File basedir
    • print

      boolean print
    • top

      String top
  • Constructor Details

    • PrepareTask

      public PrepareTask()
  • Method Details

    • execute

      public void execute() throws org.apache.tools.ant.BuildException
      Overrides:
      execute in class org.apache.tools.ant.Task
      Throws:
      org.apache.tools.ant.BuildException
    • checkForTesting

      private void checkForTesting(Project project, Properties properties) throws Exception
      Throws:
      Exception
    • copyProperties

      private void copyProperties(Properties flattened)
    • isPrint

      public boolean isPrint()
    • setPrint

      public void setPrint(boolean print)
      Print out the properties when they are set in sorted order
      Parameters:
      print -
    • setBasedir

      public void setBasedir(File basedir)
      Set the base directory of the project. This property MUST be set.
      Parameters:
      basedir -
    • setTop

      public void setTop(String top)
      Set the base directory of the project. This property MUST be set.
      Parameters:
      top -