org.jclouds.softlayer.predicates
Class ProductPackagePredicates
java.lang.Object
org.jclouds.softlayer.predicates.ProductPackagePredicates
public class ProductPackagePredicates
- extends Object
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 |
ProductPackagePredicates
public ProductPackagePredicates()
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-2011 jclouds. All Rights Reserved.