org.jclouds.cim
Class CIMPredicates

java.lang.Object
  extended by org.jclouds.cim.CIMPredicates

public class CIMPredicates
extends Object

Author:
Adrian Cole

Constructor Summary
CIMPredicates()
           
 
Method Summary
static com.google.common.base.Predicate<ResourceAllocationSettingData> resourceTypeIn(ResourceAllocationSettingData.ResourceType... types)
          Return resource allocations of the specific type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CIMPredicates

public CIMPredicates()
Method Detail

resourceTypeIn

public static com.google.common.base.Predicate<ResourceAllocationSettingData> resourceTypeIn(ResourceAllocationSettingData.ResourceType... types)
Return resource allocations of the specific type.

Parameters:
type - type to match the items
Returns:
predicate


Copyright © 2009-2011 jclouds. All Rights Reserved.