Documentation of 'org.python.util.GlobMatchingTask' Java class
GlobMatchingTask
org.python.util

Class GlobMatchingTask

    • Constructor Summary

      Constructors 
      Constructor and Description
      GlobMatchingTask() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void execute() 
      java.io.File getDestdir()
      Gets the destination directory into which the java source files should be compiled.
      Path getSrcdir()
      Gets the source dirs to find the class files to be exposed.
      void setDestdir(java.io.File destDir)
      Set the destination directory into which the Java source files should be compiled.
      void setSrcdir(Path srcDir)
      Set the source directories to find the class files to be exposed.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GlobMatchingTask

        public GlobMatchingTask()
    • Method Detail

      • setSrcdir

        public void setSrcdir(Path srcDir)
        Set the source directories to find the class files to be exposed.
      • getSrcdir

        public Path getSrcdir()
        Gets the source dirs to find the class files to be exposed.
      • setDestdir

        public void setDestdir(java.io.File destDir)
        Set the destination directory into which the Java source files should be compiled.
        Parameters:
        destDir - the destination director
      • getDestdir

        public java.io.File getDestdir()
        Gets the destination directory into which the java source files should be compiled.
        Returns:
        the destination directory
      • execute

        public void execute()
                     throws BuildException
        Throws:
        BuildException

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.