org.jclouds.cim
Class CIMPredicates

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

public class CIMPredicates
extends Object


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-2014 The Apache Software Foundation. All Rights Reserved.