Uses of Class
org.jclouds.chef.domain.Attribute

Packages that use Attribute
org.jclouds.chef.domain   
 

Uses of Attribute in org.jclouds.chef.domain
 

Methods in org.jclouds.chef.domain that return Attribute
 Attribute Attribute.Builder.build()
           
 

Methods in org.jclouds.chef.domain that return types with arguments of type Attribute
 Map<String,Attribute> Metadata.getAttributes()
           
 Set<Attribute> CookbookVersion.getAttributes()
           
 

Methods in org.jclouds.chef.domain with parameters of type Attribute
 CookbookVersion.Builder CookbookVersion.Builder.attribute(Attribute attribute)
           
 Metadata.Builder Metadata.Builder.attribute(String key, Attribute value)
           
 

Method parameters in org.jclouds.chef.domain with type arguments of type Attribute
 CookbookVersion.Builder CookbookVersion.Builder.attributes(Iterable<Attribute> attributes)
           
 Metadata.Builder Metadata.Builder.attributes(Map<String,Attribute> attributes)
           
 

Constructor parameters in org.jclouds.chef.domain with type arguments of type Attribute
CookbookVersion(String name, Set<Resource> definitions, Set<Attribute> attributes, Set<Resource> files, Metadata metadata, Set<Resource> providers, String cookbookName, Set<Resource> resources, Set<Resource> templates, Set<Resource> libraries, String version, Set<Resource> recipes, Set<Resource> rootFiles)
           
Metadata(String license, String maintainer, Map<String,String> suggestions, Map<String,String> dependencies, String maintainerEmail, Map<String,String> conflicting, String description, Map<String,String> providing, Map<String,String> platforms, String version, Map<String,String> recipes, Map<String,String> replacing, String name, Map<String,String> groupings, String longDescription, Map<String,Attribute> attributes, Map<String,String> recommendations)
           
 



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.