Package aQute.bnd.ant

Class PrepareTask

    • Field Detail

      • basedir

        java.io.File basedir
      • print

        boolean print
      • top

        java.lang.String top
    • Constructor Detail

      • PrepareTask

        public PrepareTask()
    • Method Detail

      • 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,
                                     java.util.Properties properties)
                              throws java.lang.Exception
        Throws:
        java.lang.Exception
      • copyProperties

        private void copyProperties​(java.util.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​(java.io.File basedir)
        Set the base directory of the project. This property MUST be set.
        Parameters:
        basedir -
      • setTop

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