org.jclouds.savvis.vpdc.util
Class Utils

java.lang.Object
  extended by org.jclouds.savvis.vpdc.util.Utils

public class Utils
extends Object

Author:
Adrian Cole

Constructor Summary
Utils()
           
 
Method Summary
static Map<String,String> cleanseAttributes(Attributes in)
           
static String currentOrNull(StringBuilder currentText)
           
static Set<String> getIpsFromVM(VM vm)
           
static Resource newResource(Map<String,String> attributes)
           
static Resource newResource(Map<String,String> attributes, String defaultType)
           
 
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

newResource

public static Resource newResource(Map<String,String> attributes,
                                   String defaultType)

getIpsFromVM

public static Set<String> getIpsFromVM(VM vm)

cleanseAttributes

public static Map<String,String> cleanseAttributes(Attributes in)

currentOrNull

public static String currentOrNull(StringBuilder currentText)

newResource

public static Resource newResource(Map<String,String> attributes)


Copyright © 2009-2011 jclouds. All Rights Reserved.