java.lang.Object
de.serra.so_dirty.sn.ClassSnapshotNodeFactory
- Alle implementierten Schnittstellen:
SnapshotNodeFactory
Factory that creates an
ClassSnapshotNode.- Autor:
- Peter Lamby
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbooleanDetermines if this Factory is responsible fortype.toSnapshotNode(Object value) Creates anSnapshotNodeforvalue.
-
Konstruktordetails
-
ClassSnapshotNodeFactory
Constructs.Uses
memberFactoryto createSnapshotNodes for the fields of the class.- Parameter:
memberFactory- The factory to use for the fields of the class.
-
-
Methodendetails
-
supports
Beschreibung aus Schnittstelle kopiert:SnapshotNodeFactoryDetermines if this Factory is responsible fortype.- Angegeben von:
supportsin SchnittstelleSnapshotNodeFactory- Parameter:
type- The type.- Gibt zurück:
trueif the type is supported.
-
toSnapshotNode
Beschreibung aus Schnittstelle kopiert:SnapshotNodeFactory- Angegeben von:
toSnapshotNodein SchnittstelleSnapshotNodeFactory- Parameter:
value- The value for which to create an SnapshotNode.- Gibt zurück:
- The created node
-