Uses of Class
com.ail.core.configure.Type

Packages that use Type
com.ail.core.command   
com.ail.core.configure   
com.ail.core.factory   
 

Uses of Type in com.ail.core.command
 

Methods in com.ail.core.command with parameters of type Type
 void JaninoAccessor.activate(Core core, Type typeSpec)
           
 void DroolsDecisionTableAccessor.activate(Core core, Type typeSpec)
          Factory life cycle method.
 void DroolsAccessor.activate(Core core, Type typeSpec)
          Factory life cycle method.
 

Uses of Type in com.ail.core.configure
 

Subclasses of Type in com.ail.core.configure
 class Command
           
 class Service
           
 

Methods in com.ail.core.configure that return Type
 Type Configuration.findType(java.lang.String typeName)
          Find a type by its name.
 Type Types.getType(int index)
           
 Type Types.removeType(int index)
           
 

Methods in com.ail.core.configure with parameters of type Type
 void Types.addType(Type vType)
           
 void Types.setTypeAt(int index, Type vType)
           
 

Uses of Type in com.ail.core.factory
 

Methods in com.ail.core.factory with parameters of type Type
 java.lang.Object AbstractFactory.createType(Type typeSpec, Core core)
          Create an initialised instance of an object.
 java.lang.Object ClassFactory.instantiateType(Type typeSpec)