Class ClassSnapshotNodeFactory

java.lang.Object
de.serra.so_dirty.sn.ClassSnapshotNodeFactory
All Implemented Interfaces:
SnapshotNodeFactory

public class ClassSnapshotNodeFactory extends Object implements SnapshotNodeFactory
Factory that creates an ClassSnapshotNode.
Author:
Peter Lamby
  • Constructor Details

    • ClassSnapshotNodeFactory

      public ClassSnapshotNodeFactory(SnapshotNodeFactory memberFactory)
      Constructs.

      Uses memberFactory to create SnapshotNodes for the fields of the class.

      Parameters:
      memberFactory - The factory to use for the fields of the class.
  • Method Details