|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.droids.helper.Loggable
org.apache.droids.helper.factories.GenericFactory<Droid<T>>
org.apache.droids.helper.factories.DroidFactory<T>
public class DroidFactory<T extends Task>
Factory that will lookup a droid by its name and returns it.
| Field Summary |
|---|
| Fields inherited from class org.apache.droids.helper.Loggable |
|---|
log |
| Constructor Summary | |
|---|---|
DroidFactory()
|
|
| Method Summary | |
|---|---|
Droid<T> |
getDroid(java.lang.String name)
Lookup a droid by its name and return it. |
| Methods inherited from class org.apache.droids.helper.factories.GenericFactory |
|---|
getMap, resolve, setMap |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DroidFactory()
| Method Detail |
|---|
public Droid<T> getDroid(java.lang.String name)
name - the droid we want to use
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||