Class CompileTaskSupport

    • Constructor Detail

      • CompileTaskSupport

        public CompileTaskSupport()
    • Method Detail

      • setFailonerror

        public void setFailonerror​(boolean fail)
      • getFailonerror

        public boolean getFailonerror()
      • createSrc

        public Path createSrc()
      • setSrcdir

        public void setSrcdir​(Path dir)
      • getSrcdir

        public Path getSrcdir()
      • setDestdir

        public void setDestdir​(java.io.File dir)
      • setClasspath

        public void setClasspath​(Path path)
      • getClasspath

        public Path getClasspath()
      • createClasspath

        public Path createClasspath()
      • setClasspathRef

        public void setClasspathRef​(Reference r)
      • compile

        protected abstract void compile()
                                 throws java.lang.Exception
        Throws:
        java.lang.Exception