|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.chef.domain.CookbookVersion
public class CookbookVersion
Cookbook object.
| Nested Class Summary | |
|---|---|
static class |
CookbookVersion.Builder
|
| Constructor Summary | |
|---|---|
protected |
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)
|
| Method Summary | |
|---|---|
static CookbookVersion.Builder |
builder(String name,
String version)
|
boolean |
equals(Object obj)
|
Set<Attribute> |
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()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
@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<Attribute> 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 Detail |
|---|
public static CookbookVersion.Builder builder(String name,
String version)
public String getName()
public Set<Resource> getDefinitions()
public Set<Attribute> getAttributes()
public Set<Resource> getFiles()
public Metadata getMetadata()
public Set<Resource> getSuppliers()
public String getCookbookName()
public Set<Resource> getResources()
public Set<Resource> getTemplates()
public Set<Resource> getLibraries()
public String getVersion()
public Set<Resource> getRecipes()
public Set<Resource> getRootFiles()
public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||