org.jclouds.cloudstack.predicates
Class TemplatePredicates

java.lang.Object
  extended by org.jclouds.cloudstack.predicates.TemplatePredicates

@Singleton
public class TemplatePredicates
extends Object

Author:
Adrian Cole

Nested Class Summary
static class TemplatePredicates.PasswordEnabled
           
static class TemplatePredicates.Ready
           
 
Constructor Summary
TemplatePredicates()
           
 
Method Summary
static com.google.common.base.Predicate<Template> isPasswordEnabled()
           
static com.google.common.base.Predicate<Template> isReady()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TemplatePredicates

public TemplatePredicates()
Method Detail

isReady

public static com.google.common.base.Predicate<Template> isReady()

isPasswordEnabled

public static com.google.common.base.Predicate<Template> isPasswordEnabled()


Copyright © 2009-2012 jclouds. All Rights Reserved.