Class EolRuntimeExceptionHyperlinkListener

  • All Implemented Interfaces:
    org.eclipse.ui.console.IPatternMatchListener, org.eclipse.ui.console.IPatternMatchListenerDelegate

    public class EolRuntimeExceptionHyperlinkListener
    extends java.lang.Object
    implements org.eclipse.ui.console.IPatternMatchListener
    • Field Detail

      • ioConsole

        protected org.eclipse.ui.console.IOConsole ioConsole
    • Constructor Detail

      • EolRuntimeExceptionHyperlinkListener

        public EolRuntimeExceptionHyperlinkListener​(org.eclipse.ui.console.IOConsole ioConsole)
    • Method Detail

      • getPattern

        public java.lang.String getPattern()
        Specified by:
        getPattern in interface org.eclipse.ui.console.IPatternMatchListener
      • getCompilerFlags

        public int getCompilerFlags()
        Specified by:
        getCompilerFlags in interface org.eclipse.ui.console.IPatternMatchListener
      • getLineQualifier

        public java.lang.String getLineQualifier()
        Specified by:
        getLineQualifier in interface org.eclipse.ui.console.IPatternMatchListener
      • connect

        public void connect​(org.eclipse.ui.console.TextConsole console)
        Specified by:
        connect in interface org.eclipse.ui.console.IPatternMatchListenerDelegate
      • disconnect

        public void disconnect()
        Specified by:
        disconnect in interface org.eclipse.ui.console.IPatternMatchListenerDelegate
      • matchFound

        public void matchFound​(org.eclipse.ui.console.PatternMatchEvent event)
        Specified by:
        matchFound in interface org.eclipse.ui.console.IPatternMatchListenerDelegate
      • parsePosition

        protected Position parsePosition​(java.lang.String s)