Package org.jclouds.chef.domain
Class CookbookVersion
java.lang.Object
org.jclouds.chef.domain.CookbookVersion
Cookbook object.
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
CookbookVersion
(String name, Set<Resource> definitions, Set<Resource> 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) -
Method Summary
Modifier and TypeMethodDescriptionstatic CookbookVersion.Builder
boolean
getFiles()
getName()
int
hashCode()
toString()
-
Constructor Details
-
CookbookVersion
@ConstructorProperties({"name","definitions","attributes","files","metadata","providers","cookbook_name","resources","templates","libraries","version","recipes","root_files"}) protected CookbookVersion(String name, @Nullable Set<Resource> definitions, @Nullable Set<Resource> attributes, @Nullable Set<Resource> files, Metadata metadata, @Nullable Set<Resource> providers, String cookbookName, @Nullable Set<Resource> resources, @Nullable Set<Resource> templates, @Nullable Set<Resource> libraries, String version, @Nullable Set<Resource> recipes, @Nullable Set<Resource> rootFiles)
-
-
Method Details
-
builder
-
getName
-
getDefinitions
-
getAttributes
-
getFiles
-
getMetadata
-
getSuppliers
-
getCookbookName
-
getResources
-
getTemplates
-
getLibraries
-
getVersion
-
getRecipes
-
getRootFiles
-
hashCode
public int hashCode() -
equals
-
toString
-