Uploaded image for project: 'Drools'
  1. Drools
  2. DROOLS-7077

ResourceHandlerManager should not expose directly the order of the types it handles

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Done
    • Icon: Blocker Blocker
    • None
    • None
    • core engine
    • NEW
    • NEW
    • ---
    • ---

      ResourceHandlerManager should not provide a getOrderedResourceType() instead it should return a pair <type, handler> via Stream or Iterable.

              for (ResourceType type : this.handlerManager.getOrderedResourceTypes()) {
                  ResourceHandler mapper = this.handlerManager.handlerForType(type);
      

              evacchi Edoardo Vacchi (Inactive)
              evacchi Edoardo Vacchi (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: