public class CookbookVersion extends Object
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
CookbookVersion.Builder  | 
| Modifier | Constructor and Description | 
|---|---|
protected  | 
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)  | 
| Modifier and Type | Method and Description | 
|---|---|
static CookbookVersion.Builder | 
builder(String name,
       String version)  | 
boolean | 
equals(Object obj)  | 
Set<Resource> | 
getAttributes()  | 
String | 
getCookbookName()  | 
Set<Resource> | 
getDefinitions()  | 
Set<Resource> | 
getFiles()  | 
Set<Resource> | 
getLibraries()  | 
Metadata | 
getMetadata()  | 
String | 
getName()  | 
Set<Resource> | 
getRecipes()  | 
Set<Resource> | 
getResources()  | 
Set<Resource> | 
getRootFiles()  | 
Set<Resource> | 
getSuppliers()  | 
Set<Resource> | 
getTemplates()  | 
String | 
getVersion()  | 
int | 
hashCode()  | 
String | 
toString()  | 
@ConstructorProperties(value={"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)
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.