Package org.apache.jackrabbit.oak.run
Class DataStoreCommand
- java.lang.Object
-
- org.apache.jackrabbit.oak.run.DataStoreCommand
-
-
Constructor Summary
Constructors Constructor Description DataStoreCommand()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute(String... args)
static void
main(String[] args)
protected static void
setupLogging(DataStoreOptions dataStoreOpts)
-
-
-
Field Detail
-
NAME
public static final String NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
setupLogging
protected static void setupLogging(DataStoreOptions dataStoreOpts) throws IOException
- Throws:
IOException
-
main
public static void main(String[] args)
-
-