Package org.apache.tinkerpop.gremlin.jsr223.console
-
Interface Summary Interface Description ConsoleCustomizer ACustomizer
that allows aRemoteAcceptor
to be used with a console implementation.GremlinShellEnvironment Provides an abstraction over a "Gremlin Shell" (i.e.RemoteAcceptor The Gremlin Console supports the:remote
and:submit
commands which provide standardized ways for plugins to provide "remote connections" to resources and a way to "submit" a command to those resources. -
Exception Summary Exception Description RemoteException A mapperException
to be thrown when there are problems with processing a command given to aRemoteAcceptor
.