Class IncludeReplacer

  • All Implemented Interfaces:
    Replacer

    public class IncludeReplacer
    extends Object
    implements Replacer
    Replacer which replaces "[INCLUDE]path/to/the/file" with actual content of the path/to/the/file File should be available in the classpath.
    • Constructor Detail

      • IncludeReplacer

        public IncludeReplacer()
    • Method Detail

      • addReplacements

        public void addReplacements​(org.dbunit.dataset.ReplacementDataSet dataSet)
        Description copied from interface: Replacer
        Registers new substitutions in data set through use of ReplacementDataSet.addReplacementSubstring(String, String) and ReplacementDataSet.addReplacementObject(Object, Object).
        Specified by:
        addReplacements in interface Replacer
        Parameters:
        dataSet - - replacement set