org.drools.command.builder
Class KnowledgeBuilderHasErrorsCommand

java.lang.Object
  extended by org.drools.command.builder.KnowledgeBuilderHasErrorsCommand
All Implemented Interfaces:
Serializable, org.drools.command.Command<Boolean>, GenericCommand<Boolean>

public class KnowledgeBuilderHasErrorsCommand
extends Object
implements GenericCommand<Boolean>

See Also:
Serialized Form

Constructor Summary
KnowledgeBuilderHasErrorsCommand()
           
KnowledgeBuilderHasErrorsCommand(String outIdentifier)
           
 
Method Summary
 Boolean execute(Context context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KnowledgeBuilderHasErrorsCommand

public KnowledgeBuilderHasErrorsCommand()

KnowledgeBuilderHasErrorsCommand

public KnowledgeBuilderHasErrorsCommand(String outIdentifier)
Method Detail

execute

public Boolean execute(Context context)
Specified by:
execute in interface GenericCommand<Boolean>


Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.