Class PersistableRunner.CommandBasedEntryPointCreator

  • All Implemented Interfaces:
    org.drools.commands.EntryPointCreator
    Enclosing class:
    PersistableRunner

    public static class PersistableRunner.CommandBasedEntryPointCreator
    extends java.lang.Object
    implements org.drools.commands.EntryPointCreator
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.kie.api.runtime.rule.EntryPoint getEntryPoint​(java.lang.String entryPoint)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CommandBasedEntryPointCreator

        public CommandBasedEntryPointCreator​(org.kie.api.runtime.ExecutableRunner runner)
    • Method Detail

      • getEntryPoint

        public org.kie.api.runtime.rule.EntryPoint getEntryPoint​(java.lang.String entryPoint)
        Specified by:
        getEntryPoint in interface org.drools.commands.EntryPointCreator