|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TaskContribution | |
---|---|
net.sourceforge.basher | |
net.sourceforge.basher.impl |
Uses of TaskContribution in net.sourceforge.basher |
---|
Methods in net.sourceforge.basher that return TaskContribution | |
---|---|
TaskContribution |
TaskManager.addTask(Class taskClass,
TaskContribution... followers)
Adds a task class to the task manager. |
TaskContribution |
TaskManager.addTask(Object taskInstance,
TaskContribution... followers)
Adds a task instance. |
TaskContribution |
TaskManager.getTaskByName(String name)
Retrieves the task identified by the specified name. |
Methods in net.sourceforge.basher that return types with arguments of type TaskContribution | |
---|---|
List<TaskContribution> |
TaskProvider.getTaskContributions()
Retrieves the tasks loaded through this TaskProvider . |
Set<TaskContribution> |
TaskManager.getTasks()
Retrieves all active tasks with the task manager. |
Methods in net.sourceforge.basher with parameters of type TaskContribution | |
---|---|
TaskContribution |
TaskManager.addTask(Class taskClass,
TaskContribution... followers)
Adds a task class to the task manager. |
TaskContribution |
TaskManager.addTask(Object taskInstance,
TaskContribution... followers)
Adds a task instance. |
void |
TaskManager.addTask(TaskContribution taskContribution)
Adds a task to the system in the form of task contribution. |
Uses of TaskContribution in net.sourceforge.basher.impl |
---|
Subclasses of TaskContribution in net.sourceforge.basher.impl | |
---|---|
class |
ModuleDescriptorTaskContribution
Gaderian configuration of a task. |
Methods in net.sourceforge.basher.impl that return TaskContribution | |
---|---|
TaskContribution |
TaskManagerImpl.addTask(Class taskClass,
TaskContribution... followers)
|
TaskContribution |
TaskManagerImpl.addTask(Object taskInstance,
TaskContribution... followers)
|
TaskContribution |
TaskManagerImpl.getTaskByName(String name)
|
Methods in net.sourceforge.basher.impl that return types with arguments of type TaskContribution | |
---|---|
List<TaskContribution> |
TaskContribution.getTaskContributions()
|
Set<TaskContribution> |
TaskManagerImpl.getTasks()
|
List<TaskContribution> |
TaskTree.getTasks()
Retrieves tasks based on the globally set include/exclude patterns. |
List<TaskContribution> |
TaskTree.getTasks(String pattern)
|
Methods in net.sourceforge.basher.impl with parameters of type TaskContribution | |
---|---|
TaskContribution |
TaskManagerImpl.addTask(Class taskClass,
TaskContribution... followers)
|
TaskContribution |
TaskManagerImpl.addTask(Object taskInstance,
TaskContribution... followers)
|
void |
TaskManagerImpl.addTask(TaskContribution taskContribution)
|
void |
TaskTree.addTask(TaskContribution taskContribution)
|
Method parameters in net.sourceforge.basher.impl with type arguments of type TaskContribution | |
---|---|
void |
TaskContribution.setFollowers(List<TaskContribution> taskContributions)
|
Constructor parameters in net.sourceforge.basher.impl with type arguments of type TaskContribution | |
---|---|
TaskTree(List<TaskContribution> availableTasksWorkingList)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |