Class EMFTVMConsoleTracker

java.lang.Object
org.eclipse.m2m.atl.emftvm.launcher.EMFTVMConsoleTracker
All Implemented Interfaces:
org.eclipse.ui.console.IPatternMatchListenerDelegate

public class EMFTVMConsoleTracker extends Object implements org.eclipse.ui.console.IPatternMatchListenerDelegate
The console tracker for EMFTVM transformations.
  • Field Details

    • console

      protected org.eclipse.ui.console.TextConsole console
  • Constructor Details

    • EMFTVMConsoleTracker

      public EMFTVMConsoleTracker()
  • Method Details

    • 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
    • getFileFromModuleURI

      protected static org.eclipse.core.resources.IFile getFileFromModuleURI(org.eclipse.emf.common.util.URI moduleURI)
      Returns the IFile for moduleURI, or null.
      Parameters:
      moduleURI - the module EMF URI
      Returns:
      the IFile for moduleURI, or null.