Class DocumentPropertyStateFactory
- java.lang.Object
-
- org.apache.jackrabbit.oak.plugins.document.DocumentPropertyStateFactory
-
public class DocumentPropertyStateFactory extends Object
-
-
Constructor Summary
Constructors Constructor Description DocumentPropertyStateFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static PropertyStatecreatePropertyState(DocumentNodeStore store, String name, String value)static PropertyStatecreatePropertyState(DocumentNodeStore store, String name, String value, Compression compression)
-
-
-
Method Detail
-
createPropertyState
public static PropertyState createPropertyState(DocumentNodeStore store, String name, String value, Compression compression)
-
createPropertyState
public static PropertyState createPropertyState(DocumentNodeStore store, String name, String value)
-
-