Class PipeDescriptionProvider

java.lang.Object
org.frankframework.ladybug.PipeDescriptionProvider

public class PipeDescriptionProvider extends Object
Get a description of a specified pipe. The description contains the XML configuration for the pipe and optionally the XSLT files used by the pipe.
Author:
Jaco de Groot (jaco@dynasol.nl)
  • Constructor Details

    • PipeDescriptionProvider

      public PipeDescriptionProvider()
  • Method Details

    • getPipeDescription

      public PipeDescription getPipeDescription(PipeLine pipeLine, IPipe pipe)
      Get a PipeDescription object for the specified pipe. The returned object is cached.
    • addResourceNamesToPipeDescription

      protected void addResourceNamesToPipeDescription(Node element, PipeDescription pipeDescription)
    • getResource

      public String getResource(PipeLine pipeLine, String resourceName)
      Return the content of the specified resource.