Uses of Class
com.ibm.jsdt.facade.InvalidTaskOptionException

Packages that use InvalidTaskOptionException
com.ibm.jsdt.facade The facade package enables solution providers to perform dynamic solution configuration based on the environment of the systems they are targeting. 
 

Uses of InvalidTaskOptionException in com.ibm.jsdt.facade
 

Methods in com.ibm.jsdt.facade that throw InvalidTaskOptionException
 void TaskConfiguration.setAllTasksOptional(boolean isOptional, boolean setParentTaskGroup)
          Sets all tasks isOptional attribute based upon the boolean passed in.
 void TaskConfiguration.setAllTasksSelectedByDefault(boolean selected, boolean setParentTaskGroup)
          Sets the selection of all tasks based upon the boolean passed in.
 void TaskConfiguration.setAllTasksSelectedByDefault(boolean selected, boolean setParentTaskGroup, boolean override)
          Sets the selection of all the tasks depending on the value of the override boolean that is passed in which indicates whether or not to override tasks selection changes made by the user.
 void TaskConfiguration.setTaskGroupOptional(java.lang.String id, boolean isOptional, boolean setAllChildTasks)
          Sets a task group's isOptional attribute based upon the boolean passed in.
 void TaskConfiguration.setTaskGroupSelectedByDefault(java.lang.String id, boolean selectedByDefault, boolean setAllChildTasks)
          Sets the selection of a task group based upon the boolean passed in.
 void TaskConfiguration.setTaskGroupSelectedByDefault(java.lang.String id, boolean selectedByDefault, boolean setAllChildTasks, boolean override)
          Sets the selection of the specified task group depending on the value of the override boolean that is passed in which indicates whether or not to override the task group selection change made by the user.
 void TaskConfiguration.setTaskOptional(java.lang.String taskID, boolean isOptional, boolean setParentTaskGroup)
          Sets a task's isOptional attribute based upon the boolean passed in.
 void TaskConfiguration.setTaskSelectedByDefault(java.lang.String taskID, boolean selectedByDefault, boolean setParentTaskGroup)
          Sets the selection of a task based upon the boolean passed in.
 void TaskConfiguration.setTaskSelectedByDefault(java.lang.String taskID, boolean selectedByDefault, boolean setParentTaskGroup, boolean override)
          Sets the selection of the specified task depending on the value of the override boolean that is passed in which indicates whether or not to override the task selection change made by the user.