Class JsonIndexCommand

  • All Implemented Interfaces:
    Command

    public class JsonIndexCommand
    extends java.lang.Object
    implements Command
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String INDEX  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void execute​(java.lang.String... args)  
      static Session openSession​(NodeStore nodeStore, java.lang.String user, java.lang.String password)  
      void process​(NodeStore nodeStore, java.io.LineNumberReader reader, java.lang.String user, java.lang.String password)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JsonIndexCommand

        public JsonIndexCommand()
    • Method Detail

      • execute

        public void execute​(java.lang.String... args)
                     throws java.lang.Exception
        Specified by:
        execute in interface Command
        Throws:
        java.lang.Exception
      • process

        public void process​(NodeStore nodeStore,
                            java.io.LineNumberReader reader,
                            java.lang.String user,
                            java.lang.String password)
                     throws java.lang.Exception
        Throws:
        java.lang.Exception