See: Description
Class | Description |
---|---|
NameValue |
The
NameValue class implements the committed value state for
Name values as a part of the State design pattern (Gof) used by this package. |
PathValue |
The
PathValue class implements the committed value state for
Path values as a part of the State design pattern (Gof) used by this package. |
ReferenceValue |
The
ReferenceValue class implements the committed value state
for Reference values as a part of the State design pattern (Gof) used by
this package. |
SerialValueFactory |
The
SerialValueFactory class is used in the RMI infrastructure
to create serializable Value instances on the client side. |
This package contains a simple in-memory implementation of the JCR
Value
and ValueFactory
interfaces. The implementation has no external dependencies and supports
serialization of Value instances.
Note that the Value instances created by this package are thread safe.
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.