net.sourceforge.basher.impl
Class TaskTree
java.lang.Object
net.sourceforge.basher.impl.TaskTree
public class TaskTree
- extends Object
- Author:
- Johan Lindquist
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TaskTree
public TaskTree(List<TaskContribution> availableTasksWorkingList)
TaskTree
public TaskTree()
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.