Package org.frankframework.ladybug
Class PipeDescription
java.lang.Object
org.frankframework.ladybug.PipeDescription
Description of a pipe. The description contains the XML configuration for the
pipe. Optionally a list of the XSLT files used by the pipe can be retrieved.
- Author:
- Jaco de Groot (jaco@dynasol.nl)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addResourceName
(String resourceName) boolean
doesNotContainResourceName
(String resourceName) void
setCheckpointName
(String checkpointName) void
setDescription
(String description)
-
Constructor Details
-
PipeDescription
public PipeDescription()
-
-
Method Details
-
setCheckpointName
-
getCheckpointName
-
setDescription
-
getDescription
-
addResourceName
-
doesNotContainResourceName
-
getResourceNames
-