org.drools.fluent.impl
Class ReflectiveMatcherAssertCommand

java.lang.Object
  extended by org.drools.fluent.impl.ReflectiveMatcherAssertCommand
All Implemented Interfaces:
Serializable, org.drools.command.Command<Void>, GenericCommand<Void>

public class ReflectiveMatcherAssertCommand
extends Object
implements GenericCommand<Void>

See Also:
Serialized Form

Constructor Summary
ReflectiveMatcherAssertCommand()
           
ReflectiveMatcherAssertCommand(org.drools.fluent.test.ReflectiveMatcherAssert matcherAssert)
           
 
Method Summary
 Void execute(org.drools.command.Context context)
           
 org.drools.fluent.test.ReflectiveMatcherAssert getMatcherAssert()
           
 void setMatcherAssert(org.drools.fluent.test.ReflectiveMatcherAssert matcherAssert)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReflectiveMatcherAssertCommand

public ReflectiveMatcherAssertCommand()

ReflectiveMatcherAssertCommand

public ReflectiveMatcherAssertCommand(org.drools.fluent.test.ReflectiveMatcherAssert matcherAssert)
Method Detail

getMatcherAssert

public org.drools.fluent.test.ReflectiveMatcherAssert getMatcherAssert()

setMatcherAssert

public void setMatcherAssert(org.drools.fluent.test.ReflectiveMatcherAssert matcherAssert)

execute

public Void execute(org.drools.command.Context context)
Specified by:
execute in interface GenericCommand<Void>


Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.