Class NodeStoreFixtureProvider
- java.lang.Object
-
- org.apache.jackrabbit.oak.run.cli.NodeStoreFixtureProvider
-
public class NodeStoreFixtureProvider extends Object
-
-
Constructor Summary
Constructors Constructor Description NodeStoreFixtureProvider()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static NodeStoreFixture
create(Options options)
static NodeStoreFixture
create(Options options, boolean readOnly)
-
-
-
Method Detail
-
create
public static NodeStoreFixture create(Options options) throws Exception
- Throws:
Exception
-
create
public static NodeStoreFixture create(Options options, boolean readOnly) throws Exception
- Throws:
Exception
-
-