Class CompoundSnapshotNodeFactory

java.lang.Object
de.serra.so_dirty.sn.CompoundSnapshotNodeFactory
All Implemented Interfaces:
SnapshotNodeFactory
Direct Known Subclasses:
DefaultSnapshotNodeFactory

public class CompoundSnapshotNodeFactory extends Object implements SnapshotNodeFactory
SnapshotNodeFactory that delegates to an inner list of factories.
Author:
Peter Lamby
  • Constructor Details

    • CompoundSnapshotNodeFactory

      public CompoundSnapshotNodeFactory(SnapshotNodeFactory @Nullable ... inner)
      Constructs.
      Parameters:
      inner - The actual factories.
  • Method Details