Uses of Class
org.apache.droids.Core

Packages that use Core
org.apache.droids This package is the principal package for Apache Droids. 
org.apache.droids.api This package defines all interfaces that we are using for droids. 
 

Uses of Core in org.apache.droids
 

Methods in org.apache.droids that return Core
 Core AbstractDroid.getCore()
           
 

Methods in org.apache.droids with parameters of type Core
 void AbstractDroid.setCore(Core core)
          Set the fully configured core and inject it in the
 

Uses of Core in org.apache.droids.api
 

Methods in org.apache.droids.api that return Core
 Core Droid.getCore()
          Return the core configuration for the current Droid.
 



Copyright © 2008 The Apache Software Foundation