Package org.jclouds.chef.domain
Class Resource
java.lang.Object
org.jclouds.chef.domain.Resource
Resource object.
- 
Nested Class Summary
Nested Classes - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
Resource
@ConstructorProperties({"name","url","checksum","path","specificity"}) protected Resource(String name, URI url, byte[] checksum, String path, String specificity)  
 - 
 - 
Method Details