org.apache.whirr.service.puppet.predicates
Class PuppetPredicates

java.lang.Object
  extended by org.apache.whirr.service.puppet.predicates.PuppetPredicates

public class PuppetPredicates
extends Object


Constructor Summary
PuppetPredicates()
           
 
Method Summary
static com.google.common.base.Predicate<String> isFirstPuppetRoleIn(Iterable<String> roles)
           
static com.google.common.base.Predicate<String> isLastPuppetRoleIn(Iterable<String> roles)
           
static com.google.common.base.Predicate<String> isModuleSubKey(String module)
           
static com.google.common.base.Predicate<CharSequence> isPuppetRole()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PuppetPredicates

public PuppetPredicates()
Method Detail

isFirstPuppetRoleIn

public static com.google.common.base.Predicate<String> isFirstPuppetRoleIn(Iterable<String> roles)

isPuppetRole

public static com.google.common.base.Predicate<CharSequence> isPuppetRole()

isLastPuppetRoleIn

public static com.google.common.base.Predicate<String> isLastPuppetRoleIn(Iterable<String> roles)

isModuleSubKey

public static com.google.common.base.Predicate<String> isModuleSubKey(String module)


Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.