com.tinkerpop.rexster.extension
Interface RexsterExtension

All Known Implementing Classes:
AbstractRexsterExtension, GremlinExtension

public interface RexsterExtension

Marks a class as one that can be used as an extension to Rexster.


Method Summary
 boolean isConfigurationValid(ExtensionConfiguration extensionConfiguration)
          Determines if the configuration for the extension is valid.
 

Method Detail

isConfigurationValid

boolean isConfigurationValid(ExtensionConfiguration extensionConfiguration)
Determines if the configuration for the extension is valid.

Returns:
True if the configuration is valid and false otherwise.


Copyright © 2009-2012. All Rights Reserved.