org.jclouds.softlayer.predicates
Class ProductPackagePredicates

java.lang.Object
  extended by org.jclouds.softlayer.predicates.ProductPackagePredicates

public class ProductPackagePredicates
extends Object


Constructor Summary
ProductPackagePredicates()
           
 
Method Summary
static com.google.common.base.Predicate<ProductPackage> named(String packageName)
          Tests if the product package name equals the packageName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProductPackagePredicates

public ProductPackagePredicates()
Method Detail

named

public static com.google.common.base.Predicate<ProductPackage> named(String packageName)
Tests if the product package name equals the packageName

Parameters:
packageName -
Returns:
true if the name is equal, otherwise false.


Copyright © 2009-2012 jclouds. All Rights Reserved.