Interface IWorkingDirectoryTracker

All Known Implementing Classes:
ErrorParserManager

public interface IWorkingDirectoryTracker
Interface for console parsers able to track current working directory for build.
Since:
5.4
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns current working directory for the current build command as determined from build output.
  • Method Details

    • getWorkingDirectoryURI

      URI getWorkingDirectoryURI()
      Returns current working directory for the current build command as determined from build output.
      Returns:
      URI of current working directory or null.