java.lang.Object
de.serra.so_dirty.sn.ReferenceSnapshotNodeFactory
- Alle implementierten Schnittstellen:
SnapshotNodeFactory
Factory that creates an
ReferenceSnapshotNode.- Autor:
- Peter Lamby
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbooleanDetermines if this Factory is responsible fortype.toSnapshotNode(Object value) Creates anSnapshotNodeforvalue.
-
Konstruktordetails
-
ReferenceSnapshotNodeFactory
public ReferenceSnapshotNodeFactory()Constructs.
-
-
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
-