Class: Neo4jr::CLI

Inherits:
Object
  • Object
show all
Defined in:
lib/neo4jr/cli.rb

Class Method Summary collapse

Class Method Details

.execute(arguments = []) ⇒ Object



3
4
5
# File 'lib/neo4jr/cli.rb', line 3

def self.execute(arguments=[])
    org.neo4j.util.shell.StartClient.main arguments.to_java(:String)
end