Uses of Class
org.robokind.api.common.lifecycle.utils.DescriptorBuilder

Packages that use DescriptorBuilder
org.robokind.api.common.lifecycle.utils   
 

Uses of DescriptorBuilder in org.robokind.api.common.lifecycle.utils
 

Methods in org.robokind.api.common.lifecycle.utils that return DescriptorBuilder
 DescriptorBuilder DescriptorBuilder.dependency(String name, Class clazz)
           
 DescriptorBuilder DescriptorListBuilder.dependency(String name, Class clazz)
          Adds a new DependencyDescriptor with the given name and class
 DescriptorBuilder DescriptorBuilder.optional()
          Sets the dependency type to OPTIONAL.
 DescriptorBuilder DescriptorBuilder.required()
          Sets the dependency type to REQUIRED.
 DescriptorBuilder DescriptorBuilder.with(Properties props)
           
 DescriptorBuilder DescriptorBuilder.with(String filter)
           
 DescriptorBuilder DescriptorBuilder.with(String key, String value)
           
 



Copyright © 2011-2013. All Rights Reserved.