Package org.apache.jackrabbit.commons
Class SimpleValueFactory
java.lang.Object
org.apache.jackrabbit.value.AbstractValueFactory
org.apache.jackrabbit.commons.SimpleValueFactory
- All Implemented Interfaces:
ValueFactory
Simple value factory implementation for use mainly in testing.
Complex value types such as names, paths and references are kept
just as strings, and no format checks nor any namespace prefix
updates are made.
- Since:
- Apache Jackrabbit 2.3
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.jackrabbit.value.AbstractValueFactory
createBinary, createValue, createValue, createValue, createValue, createValue, createValue, createValue, createValue, createValue, createValue, createValue
-
Constructor Details
-
SimpleValueFactory
public SimpleValueFactory()
-