Package org.frankframework.ladybug
Class PipeDescriptionProvider
java.lang.Object
org.frankframework.ladybug.PipeDescriptionProvider
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
addResourceNamesToPipeDescription
(Node element, PipeDescription pipeDescription) getPipeDescription
(PipeLine pipeLine, IPipe pipe) Get a PipeDescription object for the specified pipe.getResource
(PipeLine pipeLine, String resourceName) Return the content of the specified resource.
-
Constructor Details
-
PipeDescriptionProvider
public PipeDescriptionProvider()
-
-
Method Details
-
getPipeDescription
Get a PipeDescription object for the specified pipe. The returned object is cached. -
addResourceNamesToPipeDescription
-
getResource
Return the content of the specified resource.
-