Package org.glassfish.rmic.tools.javac
Interface ErrorConsumer
-
- All Known Implementing Classes:
BatchEnvironment,BatchEnvironment,BatchEnvironment
@Deprecated public interface ErrorConsumerDeprecated.Allows for easier parsing of errors and warnings from the compiler WARNING: The contents of this source file are not part of any supported API. Code that depends on them does so at its own risk: they are subject to change or removal without notice.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description voidpushError(java.lang.String errorFileName, int line, java.lang.String message, java.lang.String referenceText, java.lang.String referenceTextPointer)Deprecated.
-