PTP
Release 7.0

org.eclipse.ptp.debug.core
Interface IPSetManager


public interface IPSetManager

Interface to manage task sets


Method Summary
 void addTasks(String sid, TaskSet tasks)
          Add tasks to the set identified by sid
 void createSet(String sid, TaskSet tasks)
          Create a new set containing the tasks
 void deleteSets(String sid)
          Delete the task set
 TaskSet getTasks(String sid)
          Get the tasks in the set sid
 void removeTasks(String sid, TaskSet tasks)
          Remove the tasks from the set sid
 

Method Detail

addTasks

void addTasks(String sid,
              TaskSet tasks)
Add tasks to the set identified by sid

Parameters:
sid -
tasks -
Since:
4.0

createSet

void createSet(String sid,
               TaskSet tasks)
Create a new set containing the tasks

Parameters:
sid -
tasks -
Since:
4.0

deleteSets

void deleteSets(String sid)
Delete the task set

Parameters:
sid -

getTasks

TaskSet getTasks(String sid)
Get the tasks in the set sid

Parameters:
sid -
Returns:
Since:
4.0

removeTasks

void removeTasks(String sid,
                 TaskSet tasks)
Remove the tasks from the set sid

Parameters:
sid -
tasks -
Since:
4.0

PTP
Release 7.0

Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.