Class WorkspaceProjectStopRequest


  • public final class WorkspaceProjectStopRequest
    extends Object
    Workspace project stop request.
    • Constructor Detail

      • WorkspaceProjectStopRequest

        public WorkspaceProjectStopRequest​(org.eclipse.core.resources.IProject workspaceProject,
                                           ProjectStopType stopType)
        Constructs a new instance.
        Parameters:
        workspaceProject - The workspace project to stop. May not be null.
        stopType - The stop type. May not be null.
    • Method Detail

      • getWorkspaceProject

        public org.eclipse.core.resources.IProject getWorkspaceProject()
        Gets the workspace project to stop.
        Returns:
        the workspace project to stop. Never null.
      • getStopType

        public ProjectStopType getStopType()
        Gets the stop type.
        Returns:
        the stop type. Never null.