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 TypeMethodDescriptionvoidaddResourceName(String resourceName) booleandoesNotContainResourceName(String resourceName) voidsetCheckpointName(String checkpointName) voidsetDescription(String description)
-
Constructor Details
-
PipeDescription
public PipeDescription()
-
-
Method Details
-
setCheckpointName
-
getCheckpointName
-
setDescription
-
getDescription
-
addResourceName
-
doesNotContainResourceName
-
getResourceNames
-