Interface IMarkerExporter


  • public interface IMarkerExporter
    Exports validation markers in the target file.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void export​(Collection<org.eclipse.core.resources.IProject> projects, Path target, org.eclipse.core.runtime.IProgressMonitor monitor)
      Exports validation markers of the provided collection of projects to the target file.
    • Method Detail

      • export

        void export​(Collection<org.eclipse.core.resources.IProject> projects,
                    Path target,
                    org.eclipse.core.runtime.IProgressMonitor monitor)
             throws IOException
        Exports validation markers of the provided collection of projects to the target file. All neccessary file paret folders will be created.
        Parameters:
        projects - a collection of projects to export validation markers for, cannot be null
        target - tne target file to export validation markers in, cannot be null
        monitor - the progress monitor to report progress and check cancellation status, cannot be null
        Throws:
        IOException - if an I/O error occurred