|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TaskProvider
Provider of tasks to the Basher runtime. Allows services to be defined outside of Gaderian and 'provided' into the Basher runtime in one single operation.
Method Summary | |
---|---|
List<Class> |
getTaskClasses()
Retrives the list of classes to be used as Task instances. |
List<TaskContribution> |
getTaskContributions()
Retrieves the tasks loaded through this TaskProvider . |
Method Detail |
---|
List<TaskContribution> getTaskContributions()
TaskProvider
.
TaskContribution
instances loaded through this TaskProvider
.List<Class> getTaskClasses()
Task
instances. These may be both annotated and/or
non-annotated classes.
Task
instances.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |