Package org.apache.jackrabbit.oak.run
Class JsonIndexCommand
- java.lang.Object
-
- org.apache.jackrabbit.oak.run.JsonIndexCommand
-
-
Constructor Summary
Constructors Constructor Description JsonIndexCommand()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(String... args)static SessionopenSession(NodeStore nodeStore, String user, String password)voidprocess(NodeStore nodeStore, LineNumberReader reader, String user, String password)
-
-
-
Field Detail
-
INDEX
public static final String INDEX
- See Also:
- Constant Field Values
-
-
Method Detail
-
process
public void process(NodeStore nodeStore, LineNumberReader reader, String user, String password) throws Exception
- Throws:
Exception
-
openSession
public static Session openSession(NodeStore nodeStore, String user, String password) throws RepositoryException
- Throws:
RepositoryException
-
-