org.jclouds.vcloud.util
Class Utils

java.lang.Object
  extended by org.jclouds.vcloud.util.Utils

public class Utils
extends Object

Author:
Adrian Cole

Constructor Summary
Utils()
           
 
Method Summary
static VCloudError newError(Map<String,String> attributes)
           
static ReferenceType newReferenceType(Map<String,String> attributes)
           
static ReferenceType newReferenceType(Map<String,String> attributes, String defaultType)
           
static void putReferenceType(Map<String,ReferenceType> map, Map<String,String> attributes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Utils

public Utils()
Method Detail

newReferenceType

public static ReferenceType newReferenceType(Map<String,String> attributes,
                                             String defaultType)

newReferenceType

public static ReferenceType newReferenceType(Map<String,String> attributes)

newError

public static VCloudError newError(Map<String,String> attributes)

putReferenceType

public static void putReferenceType(Map<String,ReferenceType> map,
                                    Map<String,String> attributes)


Copyright © 2009-2011 jclouds. All Rights Reserved.