Class PipeDescription

java.lang.Object
org.frankframework.ladybug.PipeDescription

public class PipeDescription extends Object
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 Details

    • PipeDescription

      public PipeDescription()
  • Method Details

    • setCheckpointName

      public void setCheckpointName(String checkpointName)
    • getCheckpointName

      public String getCheckpointName()
    • setDescription

      public void setDescription(String description)
    • getDescription

      public String getDescription()
    • addResourceName

      public void addResourceName(String resourceName)
    • doesNotContainResourceName

      public boolean doesNotContainResourceName(String resourceName)
    • getResourceNames

      public List<String> getResourceNames()