net.sourceforge.basher.impl
Class TaskTree

java.lang.Object
  extended by net.sourceforge.basher.impl.TaskTree

public class TaskTree
extends Object

Author:
Johan Lindquist

Constructor Summary
TaskTree()
           
TaskTree(List<TaskContribution> availableTasksWorkingList)
           
 
Method Summary
 void addTask(TaskContribution taskContribution)
           
 List<TaskContribution> getTasks()
          Retrieves tasks based on the globally set include/exclude patterns.
 List<TaskContribution> getTasks(String pattern)
           
 void setExcludes(String excludes)
           
 void setIncludes(String includes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TaskTree

public TaskTree(List<TaskContribution> availableTasksWorkingList)

TaskTree

public TaskTree()
Method Detail

setExcludes

public void setExcludes(String excludes)

setIncludes

public void setIncludes(String includes)

getTasks

public List<TaskContribution> getTasks()
Retrieves tasks based on the globally set include/exclude patterns.

Returns:
The filtered tasks

getTasks

public List<TaskContribution> getTasks(String pattern)

addTask

public void addTask(TaskContribution taskContribution)


Copyright © 2006-2010 Basher Team. All Rights Reserved.