C D G M O S

C

Cli - Class in org.apache.droids.dynamic
The principal class to start droids.

D

DroidsConfig - Class in org.apache.droids.dynamic
Core configuration mainly holding the different factories we are using.
DroidsConfig() - Constructor for class org.apache.droids.dynamic.DroidsConfig
 

G

getDroid(String) - Method in class org.apache.droids.dynamic.DroidsConfig
Return the droid we want to use identified by the given name.
getFiltersFactory() - Method in class org.apache.droids.dynamic.DroidsConfig
Returns the filtersFactory that knows all registered filters.
getHandlerFactory() - Method in class org.apache.droids.dynamic.DroidsConfig
Returns the handlerFactory that knows all registered handlers.
getParserFactory() - Method in class org.apache.droids.dynamic.DroidsConfig
Returns the parserFactory that knows all registered parser.
getProtocolFactory() - Method in class org.apache.droids.dynamic.DroidsConfig
Returns the protocolFactory that knows all registered protocol.

M

main(String[]) - Static method in class org.apache.droids.dynamic.Cli
Invoke the processing with droids.

O

org.apache.droids.dynamic - package org.apache.droids.dynamic
 

S

setDroids(DroidFactory) - Method in class org.apache.droids.dynamic.DroidsConfig
Set the droidsFactory we are using.
setFiltersFactory(URLFiltersFactory) - Method in class org.apache.droids.dynamic.DroidsConfig
Set the pre-configured filtersFactory that knows all registered filters.
setHandlerFactory(HandlerFactory) - Method in class org.apache.droids.dynamic.DroidsConfig
Set the pre-configured handlerFactory that knows all registered handlers.
setParserFactory(ParserFactory) - Method in class org.apache.droids.dynamic.DroidsConfig
Set the pre-configured parserFactory that knows all registered parser.
setProtocolFactory(ProtocolFactory) - Method in class org.apache.droids.dynamic.DroidsConfig
Set the pre-configured protocolFactory that knows all registered protocol.
start(String) - Method in class org.apache.droids.dynamic.DroidsConfig
Start a given Droid.

C D G M O S

Copyright © 2007-2009. All Rights Reserved.