Class AntJavaCompiler.JavacObj

  • All Implemented Interfaces:
    java.lang.Runnable
    Enclosing class:
    AntJavaCompiler

    private static class AntJavaCompiler.JavacObj
    extends java.lang.Object
    implements java.lang.Runnable
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) org.apache.tools.ant.BuildException _be  
      (package private) java.lang.String _errorCapture  
      (package private) org.apache.tools.ant.taskdefs.Javac _javac  
    • Constructor Summary

      Constructors 
      Constructor Description
      JavacObj​(org.apache.tools.ant.taskdefs.Javac javac)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getErrorCapture()  
      org.apache.tools.ant.BuildException getException()  
      void run()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • _javac

        org.apache.tools.ant.taskdefs.Javac _javac
      • _be

        org.apache.tools.ant.BuildException _be
      • _errorCapture

        java.lang.String _errorCapture
    • Constructor Detail

      • JavacObj

        public JavacObj​(org.apache.tools.ant.taskdefs.Javac javac)
    • Method Detail

      • run

        public void run()
        Specified by:
        run in interface java.lang.Runnable
      • getException

        public org.apache.tools.ant.BuildException getException()
      • getErrorCapture

        public java.lang.String getErrorCapture()