|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.openstack.v2_0.predicates.ExtensionPredicates
public class ExtensionPredicates
Predicates handy when working with Extensions
| Constructor Summary | |
|---|---|
ExtensionPredicates()
|
|
| Method Summary | |
|---|---|
static com.google.common.base.Predicate<Extension> |
aliasEquals(String alias)
matches alias of the given extension |
static com.google.common.base.Predicate<Extension> |
namespaceEquals(URI namespace)
matches namespace of the given extension |
static com.google.common.base.Predicate<Extension> |
namespaceOrAliasEquals(URI namespace,
Collection<URI> namespaceAliases)
matches namespace of the given extension |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExtensionPredicates()
| Method Detail |
|---|
public static com.google.common.base.Predicate<Extension> namespaceEquals(URI namespace)
namespace - ex http://docs.openstack.org/ext/keypairs/api/v1.1
public static com.google.common.base.Predicate<Extension> aliasEquals(String alias)
alias - ex. os-keypairs
public static com.google.common.base.Predicate<Extension> namespaceOrAliasEquals(URI namespace,
Collection<URI> namespaceAliases)
namespace - ex http://docs.openstack.org/ext/keypairs/api/v1.1namespacesAliases - Collection of ex http://docs.openstack.org/compute/ext/keypairs/api/v1.1
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||