Interface ConsoleCustomizer
- 
- All Superinterfaces:
- Customizer
 
 public interface ConsoleCustomizer extends Customizer ACustomizerthat allows aRemoteAcceptorto be used with a console implementation. Only oneConsoleCustomizercan be added to a particularGremlinPlugin.- Author:
- Stephen Mallette (http://stephen.genoprime.com)
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description RemoteAcceptorgetRemoteAcceptor(GremlinShellEnvironment environment)Allows a plugin to utilize features of the:remoteand:submitcommands of the Gremlin Console.
 
- 
- 
- 
Method Detail- 
getRemoteAcceptorRemoteAcceptor getRemoteAcceptor(GremlinShellEnvironment environment) Allows a plugin to utilize features of the:remoteand:submitcommands of the Gremlin Console. This method does not need to be implemented if the plugin is not meant for the Console for some reason or if it does not intend to take advantage of those commands.
 
- 
 
-