Class AS4IncomingDumperFileBased

All Implemented Interfaces:
IAS4IncomingDumper

@Deprecated public class AS4IncomingDumperFileBased extends AS4IncomingDumperFileBased
Deprecated.
In v1.3.0 - use the class in package com.helger.phase4.dump
Simple file based version of IAS4IncomingDumper. Deprecated version. Use the one in package com.helger.phase4.dump.
Since:
0.9.3
Author:
Philip Helger
  • Constructor Details

  • Method Details

    • createForDirectory

      @Nonnull public static AS4IncomingDumperFileBased createForDirectory(@Nonnull File aBaseDirectory)
      Deprecated.
      Create a new instance for the provided directory.
      Parameters:
      aBaseDirectory - The absolute directory to be used. May not be null.
      Returns:
      The created dumper. Never null.
      Since:
      0.10.2