com.hammurapi.eventbus.snapshot.io
Class PredicateOutput

Show UML class diagram
java.lang.Object
  extended by com.hammurapi.eventbus.snapshot.io.PredicateOutput

public class PredicateOutput
extends Object

Class to dump predicates into snapshot model for troubleshooting.


Constructor Summary
PredicateOutput()
           
 
Method Summary
static void output(Predicate<?,?> predicate, File out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PredicateOutput

public PredicateOutput()
Method Detail

output

public static void output(Predicate<?,?> predicate,
                          File out)