Class DebugSessionCheckRequest


  • public class DebugSessionCheckRequest
    extends Object
    Request of debug session check process.
    • Constructor Detail

      • DebugSessionCheckRequest

        public DebugSessionCheckRequest​(org.eclipse.core.resources.IProject project,
                                        IApplication application)
        Creates an instance of DebugSessionCheckRequest.
        Parameters:
        project - the debug session project, cannot be null
        application - the debug session application or null if unknown
    • Method Detail

      • getProject

        public org.eclipse.core.resources.IProject getProject()
        Returns the debug session project.
        Returns:
        the debug session project, never null
      • getApplication

        public Optional<IApplication> getApplication()
        Returns the debug session application.
        Returns:
        the debug session application