Skip navigation links
nosqlunit-neo4j 0.12.0
A B C D E F G I K L M N P R S T U W X _ 

A

addGraphDatabaseService(GraphDatabaseService, String) - Method in class com.lordofthejars.nosqlunit.neo4j.EmbeddedNeo4jInstances
 
after() - Method in class com.lordofthejars.nosqlunit.neo4j.EmbeddedNeo4j
 
after() - Method in class com.lordofthejars.nosqlunit.neo4j.InMemoryNeo4j
 
after() - Method in class com.lordofthejars.nosqlunit.neo4j.ManagedNeoServer
 
after() - Method in class com.lordofthejars.nosqlunit.neo4j.ManagedWrappingNeoServer
 
ATTR_AUTOINDEX - Static variable in class com.lordofthejars.nosqlunit.graph.parser.GraphMLTokens
 
ATTR_INDEX_CONFIGURATION - Static variable in class com.lordofthejars.nosqlunit.graph.parser.GraphMLTokens
 
ATTR_INDEX_CONFIGURATION_SEPARATOR - Static variable in class com.lordofthejars.nosqlunit.graph.parser.GraphMLTokens
 
ATTR_INDEX_KEY - Static variable in class com.lordofthejars.nosqlunit.graph.parser.GraphMLTokens
 
ATTR_INDEX_NAME - Static variable in class com.lordofthejars.nosqlunit.graph.parser.GraphMLTokens
 
ATTR_NAME - Static variable in class com.lordofthejars.nosqlunit.graph.parser.GraphMLTokens
 
ATTR_TYPE - Static variable in class com.lordofthejars.nosqlunit.graph.parser.GraphMLTokens
 

B

before() - Method in class com.lordofthejars.nosqlunit.neo4j.EmbeddedNeo4j
 
before() - Method in class com.lordofthejars.nosqlunit.neo4j.InMemoryNeo4j
 
before() - Method in class com.lordofthejars.nosqlunit.neo4j.ManagedNeoServer
 
before() - Method in class com.lordofthejars.nosqlunit.neo4j.ManagedWrappingNeoServer
 
BOOLEAN - Static variable in class com.lordofthejars.nosqlunit.graph.parser.GraphMLTokens
 
build() - Method in class com.lordofthejars.nosqlunit.neo4j.EmbeddedNeo4j.EmbeddedNeo4jRuleBuilder
 
build() - Method in class com.lordofthejars.nosqlunit.neo4j.EmbeddedNeoServerConfigurationBuilder
 
build() - Method in class com.lordofthejars.nosqlunit.neo4j.InMemoryNeo4j.InMemoryNeo4jRuleBuilder
 
build() - Method in class com.lordofthejars.nosqlunit.neo4j.ManagedNeoServer.Neo4jServerRuleBuilder
 
build() - Method in class com.lordofthejars.nosqlunit.neo4j.ManagedNeoServerConfigurationBuilder
 
build() - Method in class com.lordofthejars.nosqlunit.neo4j.ManagedWrappingNeoServer.ManagedWrappingNeoServerRuleBuilder
 
build() - Method in class com.lordofthejars.nosqlunit.neo4j.Neo4jRule.Neo4jRuleBuilder
 
buildFromTargetPath(String) - Method in class com.lordofthejars.nosqlunit.neo4j.EmbeddedNeoServerConfigurationBuilder
 

C

com.lordofthejars.nosqlunit.graph.parser - package com.lordofthejars.nosqlunit.graph.parser
 
com.lordofthejars.nosqlunit.neo4j - package com.lordofthejars.nosqlunit.neo4j
 
com.lordofthejars.nosqlunit.neo4j.extension.springtemplate - package com.lordofthejars.nosqlunit.neo4j.extension.springtemplate
 
compare(Neo4jConnectionCallback, InputStream) - Method in class com.lordofthejars.nosqlunit.neo4j.DefaultNeo4jComparisonStrategy
 
compare(Neo4jConnectionCallback, InputStream) - Method in class com.lordofthejars.nosqlunit.neo4j.extension.springtemplate.SpringTemplateComparisonStrategy
 
configuration(Map<String, String>) - Method in class com.lordofthejars.nosqlunit.neo4j.InMemoryNeo4j.InMemoryNeo4jRuleBuilder
 
configure(Neo4jConfiguration) - Method in class com.lordofthejars.nosqlunit.neo4j.Neo4jRule.Neo4jRuleBuilder
 
connectionIdentifier(String) - Method in class com.lordofthejars.nosqlunit.neo4j.EmbeddedNeoServerConfigurationBuilder
 
connectionIdentifier(String) - Method in class com.lordofthejars.nosqlunit.neo4j.ManagedNeoServerConfigurationBuilder
 
connectionManager() - Method in class com.lordofthejars.nosqlunit.neo4j.Neo4jOperation
 
createLink(Map<String, Node>) - Method in class com.lordofthejars.nosqlunit.graph.parser.Edge
 
createManualIndexes(GraphDatabaseService, Relationship) - Method in class com.lordofthejars.nosqlunit.graph.parser.Edge
 

D

DATA - Static variable in class com.lordofthejars.nosqlunit.graph.parser.GraphMLTokens
 
databaseIs(InputStream) - Method in class com.lordofthejars.nosqlunit.neo4j.Neo4jOperation
 
databaseOperation - Variable in class com.lordofthejars.nosqlunit.neo4j.Neo4jRule
 
DataParser - Class in com.lordofthejars.nosqlunit.neo4j.extension.springtemplate
 
DataParser() - Constructor for class com.lordofthejars.nosqlunit.neo4j.extension.springtemplate.DataParser
 
DEFAULT_GRAPHML_SCHEMA_LOCATION - Static variable in class com.lordofthejars.nosqlunit.graph.parser.GraphMLTokens
 
DEFAULT_NEO4J_TARGET_PATH - Static variable in class com.lordofthejars.nosqlunit.neo4j.EmbeddedNeo4jLifecycleManager
 
DEFAULT_NEO4J_TARGET_PATH - Static variable in class com.lordofthejars.nosqlunit.neo4j.ManagedNeoServerLifecycleManager
 
DEFAULT_NEO4J_TARGET_PATH - Static variable in class com.lordofthejars.nosqlunit.neo4j.ManagedWrappingNeoServerLifecycleManager
 
DEFAULT_URI - Static variable in class com.lordofthejars.nosqlunit.neo4j.Neo4jConfiguration
 
defaultEmbeddedNeo4j() - Method in class com.lordofthejars.nosqlunit.neo4j.Neo4jRule.Neo4jRuleBuilder
 
defaultEmbeddedNeo4j(Object) - Method in class com.lordofthejars.nosqlunit.neo4j.Neo4jRule.Neo4jRuleBuilder
Deprecated.
defaultManagedNeo4j() - Method in class com.lordofthejars.nosqlunit.neo4j.Neo4jRule.Neo4jRuleBuilder
 
defaultManagedNeo4j(String) - Method in class com.lordofthejars.nosqlunit.neo4j.Neo4jRule.Neo4jRuleBuilder
 
defaultManagedNeo4j(Object) - Method in class com.lordofthejars.nosqlunit.neo4j.Neo4jRule.Neo4jRuleBuilder
Deprecated.
DefaultNeo4jComparisonStrategy - Class in com.lordofthejars.nosqlunit.neo4j
 
DefaultNeo4jComparisonStrategy() - Constructor for class com.lordofthejars.nosqlunit.neo4j.DefaultNeo4jComparisonStrategy
 
DefaultNeo4jInsertionStrategy - Class in com.lordofthejars.nosqlunit.neo4j
 
DefaultNeo4jInsertionStrategy() - Constructor for class com.lordofthejars.nosqlunit.neo4j.DefaultNeo4jInsertionStrategy
 
defaultSpringGraphDatabaseServiceNeo4j(Neo4jConfiguration) - Method in class com.lordofthejars.nosqlunit.neo4j.Neo4jRule.Neo4jRuleBuilder
 
defaultSpringGraphDatabaseServiceNeo4j() - Method in class com.lordofthejars.nosqlunit.neo4j.Neo4jRule.Neo4jRuleBuilder
 
deleteAll() - Method in class com.lordofthejars.nosqlunit.neo4j.Neo4jOperation
 
DIRECTED - Static variable in class com.lordofthejars.nosqlunit.graph.parser.GraphMLTokens
 
doStart() - Method in class com.lordofthejars.nosqlunit.neo4j.EmbeddedNeo4jLifecycleManager
 
doStart() - Method in class com.lordofthejars.nosqlunit.neo4j.InMemoryNeo4jLifecycleManager
 
doStart() - Method in class com.lordofthejars.nosqlunit.neo4j.ManagedNeoServerLifecycleManager
 
doStart() - Method in class com.lordofthejars.nosqlunit.neo4j.ManagedWrappingNeoServerLifecycleManager
 
doStop() - Method in class com.lordofthejars.nosqlunit.neo4j.EmbeddedNeo4jLifecycleManager
 
doStop() - Method in class com.lordofthejars.nosqlunit.neo4j.InMemoryNeo4jLifecycleManager
 
doStop() - Method in class com.lordofthejars.nosqlunit.neo4j.ManagedNeoServerLifecycleManager
 
doStop() - Method in class com.lordofthejars.nosqlunit.neo4j.ManagedWrappingNeoServerLifecycleManager
 
DOUBLE - Static variable in class com.lordofthejars.nosqlunit.graph.parser.GraphMLTokens
 

E

Edge - Class in com.lordofthejars.nosqlunit.graph.parser
 
Edge(String, String, String, String) - Constructor for class com.lordofthejars.nosqlunit.graph.parser.Edge
 
EDGE - Static variable in class com.lordofthejars.nosqlunit.graph.parser.GraphMLTokens
 
EDGEDEFAULT - Static variable in class com.lordofthejars.nosqlunit.graph.parser.GraphMLTokens
 
EmbeddedNeo4j - Class in com.lordofthejars.nosqlunit.neo4j
 
EmbeddedNeo4j.EmbeddedNeo4jRuleBuilder - Class in com.lordofthejars.nosqlunit.neo4j
 
EmbeddedNeo4jInstances - Class in com.lordofthejars.nosqlunit.neo4j
 
embeddedNeo4jLifecycleManager - Variable in class com.lordofthejars.nosqlunit.neo4j.EmbeddedNeo4j
 
EmbeddedNeo4jLifecycleManager - Class in com.lordofthejars.nosqlunit.neo4j
 
EmbeddedNeo4jLifecycleManager() - Constructor for class com.lordofthejars.nosqlunit.neo4j.EmbeddedNeo4jLifecycleManager
 
EmbeddedNeoServerConfigurationBuilder - Class in com.lordofthejars.nosqlunit.neo4j
 

F

FLOAT - Static variable in class com.lordofthejars.nosqlunit.graph.parser.GraphMLTokens
 
FOR - Static variable in class com.lordofthejars.nosqlunit.graph.parser.GraphMLTokens
 

G

G - Static variable in class com.lordofthejars.nosqlunit.graph.parser.GraphMLTokens
 
getAllNodes(GraphDatabaseService) - Static method in class com.lordofthejars.nosqlunit.neo4j.Neo4jLowLevelOps
 
getAllNodes() - Method in class com.lordofthejars.nosqlunit.neo4j.Neo4jOperation
 
getAllRelationships(GraphDatabaseService) - Static method in class com.lordofthejars.nosqlunit.neo4j.Neo4jLowLevelOps
 
getAllRelationships() - Method in class com.lordofthejars.nosqlunit.neo4j.Neo4jOperation
 
getConfigurationParameters() - Method in class com.lordofthejars.nosqlunit.neo4j.InMemoryNeo4jLifecycleManager
 
getDatabaseOperation() - Method in class com.lordofthejars.nosqlunit.neo4j.Neo4jRule
 
getDefaultGraphDatabaseService() - Method in class com.lordofthejars.nosqlunit.neo4j.EmbeddedNeo4jInstances
 
getGraphDatabaseService() - Method in class com.lordofthejars.nosqlunit.neo4j.Neo4jConfiguration
 
getGraphDatabaseServiceByTargetPath(String) - Method in class com.lordofthejars.nosqlunit.neo4j.EmbeddedNeo4jInstances
 
getHost() - Method in class com.lordofthejars.nosqlunit.neo4j.EmbeddedNeo4jLifecycleManager
 
getHost() - Method in class com.lordofthejars.nosqlunit.neo4j.InMemoryNeo4jLifecycleManager
 
getHost() - Method in class com.lordofthejars.nosqlunit.neo4j.ManagedNeoServerLifecycleManager
 
getHost() - Method in class com.lordofthejars.nosqlunit.neo4j.ManagedWrappingNeoServerLifecycleManager
 
getId() - Method in class com.lordofthejars.nosqlunit.graph.parser.Edge
 
getInstance() - Static method in class com.lordofthejars.nosqlunit.neo4j.EmbeddedNeo4jInstances
 
getLabel() - Method in class com.lordofthejars.nosqlunit.graph.parser.Edge
 
getNeo4jPath() - Method in class com.lordofthejars.nosqlunit.neo4j.ManagedNeoServerLifecycleManager
 
getPassword() - Method in class com.lordofthejars.nosqlunit.neo4j.Neo4jConfiguration
 
getPort() - Method in class com.lordofthejars.nosqlunit.neo4j.EmbeddedNeo4jLifecycleManager
 
getPort() - Method in class com.lordofthejars.nosqlunit.neo4j.InMemoryNeo4jLifecycleManager
 
getPort() - Method in class com.lordofthejars.nosqlunit.neo4j.ManagedNeoServerLifecycleManager
 
getPort() - Method in class com.lordofthejars.nosqlunit.neo4j.ManagedWrappingNeoServerLifecycleManager
 
getProps() - Method in class com.lordofthejars.nosqlunit.graph.parser.Edge
 
getSourceNodeId() - Method in class com.lordofthejars.nosqlunit.graph.parser.Edge
 
getStringType(Object) - Static method in class com.lordofthejars.nosqlunit.graph.parser.TypeCaster
 
getTargetNodeId() - Method in class com.lordofthejars.nosqlunit.graph.parser.Edge
 
getTargetPath() - Method in class com.lordofthejars.nosqlunit.neo4j.EmbeddedNeo4jLifecycleManager
 
getTargetPath() - Method in class com.lordofthejars.nosqlunit.neo4j.ManagedWrappingNeoServerLifecycleManager
 
getUri() - Method in class com.lordofthejars.nosqlunit.neo4j.Neo4jConfiguration
 
getUserName() - Method in class com.lordofthejars.nosqlunit.neo4j.Neo4jConfiguration
 
getWorkingExtension() - Method in class com.lordofthejars.nosqlunit.neo4j.Neo4jRule
 
GRAPH - Static variable in class com.lordofthejars.nosqlunit.graph.parser.GraphMLTokens
 
graphDatabaseService() - Method in interface com.lordofthejars.nosqlunit.neo4j.Neo4jConnectionCallback
 
GRAPHML - Static variable in class com.lordofthejars.nosqlunit.graph.parser.GraphMLTokens
 
GRAPHML_XMLNS - Static variable in class com.lordofthejars.nosqlunit.graph.parser.GraphMLTokens
 
GraphMLReader - Class in com.lordofthejars.nosqlunit.graph.parser
 
GraphMLReader(GraphDatabaseService) - Constructor for class com.lordofthejars.nosqlunit.graph.parser.GraphMLReader
 
GraphMLTokens - Class in com.lordofthejars.nosqlunit.graph.parser
 
GraphMLTokens() - Constructor for class com.lordofthejars.nosqlunit.graph.parser.GraphMLTokens
 
GraphMLWriter - Class in com.lordofthejars.nosqlunit.graph.parser
 
GraphMLWriter(GraphDatabaseService) - Constructor for class com.lordofthejars.nosqlunit.graph.parser.GraphMLWriter
 

I

ID - Static variable in class com.lordofthejars.nosqlunit.graph.parser.GraphMLTokens
 
INDEX - Static variable in class com.lordofthejars.nosqlunit.graph.parser.GraphMLTokens
 
INMEMORY_NEO4J_TARGET_PATH - Static variable in class com.lordofthejars.nosqlunit.neo4j.InMemoryNeo4jLifecycleManager
 
InMemoryNeo4j - Class in com.lordofthejars.nosqlunit.neo4j
 
InMemoryNeo4j.InMemoryNeo4jRuleBuilder - Class in com.lordofthejars.nosqlunit.neo4j
 
inMemoryNeo4jLifecycleManager - Variable in class com.lordofthejars.nosqlunit.neo4j.InMemoryNeo4j
 
InMemoryNeo4jLifecycleManager - Class in com.lordofthejars.nosqlunit.neo4j
 
InMemoryNeo4jLifecycleManager() - Constructor for class com.lordofthejars.nosqlunit.neo4j.InMemoryNeo4jLifecycleManager
 
insert(Neo4jConnectionCallback, InputStream) - Method in class com.lordofthejars.nosqlunit.neo4j.DefaultNeo4jInsertionStrategy
 
insert(Neo4jConnectionCallback, InputStream) - Method in class com.lordofthejars.nosqlunit.neo4j.extension.springtemplate.SpringTemplateInsertionStrategy
 
insert(InputStream) - Method in class com.lordofthejars.nosqlunit.neo4j.Neo4jOperation
 
INT - Static variable in class com.lordofthejars.nosqlunit.graph.parser.GraphMLTokens
 
isArray(Object) - Static method in class com.lordofthejars.nosqlunit.graph.parser.TypeCaster
 

K

KEY - Static variable in class com.lordofthejars.nosqlunit.graph.parser.GraphMLTokens
 

L

LABEL - Static variable in class com.lordofthejars.nosqlunit.graph.parser.GraphMLTokens
 
LOCALHOST - Static variable in class com.lordofthejars.nosqlunit.neo4j.EmbeddedNeo4jLifecycleManager
 
LOCALHOST - Static variable in class com.lordofthejars.nosqlunit.neo4j.InMemoryNeo4jLifecycleManager
 
LOCALHOST - Static variable in class com.lordofthejars.nosqlunit.neo4j.ManagedWrappingNeoServerLifecycleManager
 
LONG - Static variable in class com.lordofthejars.nosqlunit.graph.parser.GraphMLTokens
 

M

ManagedNeoServer - Class in com.lordofthejars.nosqlunit.neo4j
 
ManagedNeoServer.Neo4jServerRuleBuilder - Class in com.lordofthejars.nosqlunit.neo4j
Builder to start neo4j server accordingly to your setup
ManagedNeoServerConfigurationBuilder - Class in com.lordofthejars.nosqlunit.neo4j
 
managedNeoServerLifecycleManager - Variable in class com.lordofthejars.nosqlunit.neo4j.ManagedNeoServer
 
ManagedNeoServerLifecycleManager - Class in com.lordofthejars.nosqlunit.neo4j
 
ManagedNeoServerLifecycleManager() - Constructor for class com.lordofthejars.nosqlunit.neo4j.ManagedNeoServerLifecycleManager
 
ManagedWrappingNeoServer - Class in com.lordofthejars.nosqlunit.neo4j
 
ManagedWrappingNeoServer.ManagedWrappingNeoServerRuleBuilder - Class in com.lordofthejars.nosqlunit.neo4j
 
managedWrappingNeoServerLifecycleManager - Variable in class com.lordofthejars.nosqlunit.neo4j.ManagedWrappingNeoServer
 
ManagedWrappingNeoServerLifecycleManager - Class in com.lordofthejars.nosqlunit.neo4j
 
ManagedWrappingNeoServerLifecycleManager() - Constructor for class com.lordofthejars.nosqlunit.neo4j.ManagedWrappingNeoServerLifecycleManager
 

N

NEO4J_BINARY_DIRECTORY - Static variable in class com.lordofthejars.nosqlunit.neo4j.ManagedNeoServerLifecycleManager
 
NEO4J_EXECUTABLE_W - Static variable in class com.lordofthejars.nosqlunit.neo4j.ManagedNeoServerLifecycleManager
 
NEO4J_EXECUTABLE_X - Static variable in class com.lordofthejars.nosqlunit.neo4j.ManagedNeoServerLifecycleManager
 
Neo4jComparisonStrategy - Interface in com.lordofthejars.nosqlunit.neo4j
 
Neo4jConfiguration - Class in com.lordofthejars.nosqlunit.neo4j
 
Neo4jConfiguration() - Constructor for class com.lordofthejars.nosqlunit.neo4j.Neo4jConfiguration
 
Neo4jConfiguration(String) - Constructor for class com.lordofthejars.nosqlunit.neo4j.Neo4jConfiguration
 
Neo4jConfiguration(String, String, String) - Constructor for class com.lordofthejars.nosqlunit.neo4j.Neo4jConfiguration
 
Neo4jConnectionCallback - Interface in com.lordofthejars.nosqlunit.neo4j
 
Neo4jInsertionStrategy - Interface in com.lordofthejars.nosqlunit.neo4j
 
Neo4jLowLevelOps - Class in com.lordofthejars.nosqlunit.neo4j
 
Neo4jOperation - Class in com.lordofthejars.nosqlunit.neo4j
 
Neo4jOperation(GraphDatabaseService) - Constructor for class com.lordofthejars.nosqlunit.neo4j.Neo4jOperation
 
neo4jPath(String) - Method in class com.lordofthejars.nosqlunit.neo4j.ManagedNeoServer.Neo4jServerRuleBuilder
 
Neo4jRule - Class in com.lordofthejars.nosqlunit.neo4j
 
Neo4jRule(Neo4jConfiguration) - Constructor for class com.lordofthejars.nosqlunit.neo4j.Neo4jRule
 
Neo4jRule(Neo4jConfiguration, Object) - Constructor for class com.lordofthejars.nosqlunit.neo4j.Neo4jRule
 
Neo4jRule.Neo4jRuleBuilder - Class in com.lordofthejars.nosqlunit.neo4j
 
newEmbeddedNeo4jRule() - Static method in class com.lordofthejars.nosqlunit.neo4j.EmbeddedNeo4j.EmbeddedNeo4jRuleBuilder
 
newEmbeddedNeoServerConfiguration() - Static method in class com.lordofthejars.nosqlunit.neo4j.EmbeddedNeoServerConfigurationBuilder
 
newInMemoryNeo4j() - Static method in class com.lordofthejars.nosqlunit.neo4j.InMemoryNeo4j.InMemoryNeo4jRuleBuilder
 
newManagedNeo4jServerRule() - Static method in class com.lordofthejars.nosqlunit.neo4j.ManagedNeoServer.Neo4jServerRuleBuilder
 
newManagedNeoServerConfiguration() - Static method in class com.lordofthejars.nosqlunit.neo4j.ManagedNeoServerConfigurationBuilder
 
newNeo4jRule() - Static method in class com.lordofthejars.nosqlunit.neo4j.Neo4jRule.Neo4jRuleBuilder
 
newWrappingNeoServerNeo4jRule() - Static method in class com.lordofthejars.nosqlunit.neo4j.ManagedWrappingNeoServer.ManagedWrappingNeoServerRuleBuilder
 
NODE - Static variable in class com.lordofthejars.nosqlunit.graph.parser.GraphMLTokens
 
nodeIndexNames() - Method in class com.lordofthejars.nosqlunit.neo4j.Neo4jOperation
 

P

password(String) - Method in class com.lordofthejars.nosqlunit.neo4j.ManagedNeoServerConfigurationBuilder
 
PORT - Static variable in class com.lordofthejars.nosqlunit.neo4j.EmbeddedNeo4jLifecycleManager
 
PORT - Static variable in class com.lordofthejars.nosqlunit.neo4j.InMemoryNeo4jLifecycleManager
 
port(int) - Method in class com.lordofthejars.nosqlunit.neo4j.ManagedNeoServer.Neo4jServerRuleBuilder
 
port(int) - Method in class com.lordofthejars.nosqlunit.neo4j.ManagedWrappingNeoServer.ManagedWrappingNeoServerRuleBuilder
 
putData(String, Object) - Method in class com.lordofthejars.nosqlunit.graph.parser.Edge
 
putManualIndex(String, String, String) - Method in class com.lordofthejars.nosqlunit.graph.parser.Edge
 
putManualIndex(String, String, String, Map<String, String>) - Method in class com.lordofthejars.nosqlunit.graph.parser.Edge
 

R

read(InputStream) - Method in class com.lordofthejars.nosqlunit.graph.parser.GraphMLReader
 
readValues(InputStream) - Method in class com.lordofthejars.nosqlunit.neo4j.extension.springtemplate.DataParser
 
removeGraphDatabaseService(String) - Method in class com.lordofthejars.nosqlunit.neo4j.EmbeddedNeo4jInstances
 

S

setCommandLineExecutor(CommandLineExecutor) - Method in class com.lordofthejars.nosqlunit.neo4j.ManagedNeoServerLifecycleManager
 
setConfigurationParameters(Map<String, String>) - Method in class com.lordofthejars.nosqlunit.neo4j.InMemoryNeo4jLifecycleManager
 
setGraphDatabaseService(GraphDatabaseService) - Method in class com.lordofthejars.nosqlunit.neo4j.Neo4jConfiguration
 
setIgnoreProperties(String[]) - Method in class com.lordofthejars.nosqlunit.neo4j.DefaultNeo4jComparisonStrategy
 
setIgnoreProperties(String[]) - Method in class com.lordofthejars.nosqlunit.neo4j.extension.springtemplate.SpringTemplateComparisonStrategy
 
setNeo4jPath(String) - Method in class com.lordofthejars.nosqlunit.neo4j.ManagedNeoServerLifecycleManager
 
setOperatingSystemResolver(OperatingSystemResolver) - Method in class com.lordofthejars.nosqlunit.neo4j.ManagedNeoServerLifecycleManager
 
setPassword(String) - Method in class com.lordofthejars.nosqlunit.neo4j.Neo4jConfiguration
 
setPort(int) - Method in class com.lordofthejars.nosqlunit.neo4j.ManagedNeoServerLifecycleManager
 
setPort(int) - Method in class com.lordofthejars.nosqlunit.neo4j.ManagedWrappingNeoServerLifecycleManager
 
setTargetPath(String) - Method in class com.lordofthejars.nosqlunit.neo4j.EmbeddedNeo4jLifecycleManager
 
setTargetPath(String) - Method in class com.lordofthejars.nosqlunit.neo4j.ManagedNeoServerLifecycleManager
 
setTargetPath(String) - Method in class com.lordofthejars.nosqlunit.neo4j.ManagedWrappingNeoServerLifecycleManager
 
setUri(String) - Method in class com.lordofthejars.nosqlunit.neo4j.Neo4jConfiguration
 
setUserName(String) - Method in class com.lordofthejars.nosqlunit.neo4j.Neo4jConfiguration
 
SOURCE - Static variable in class com.lordofthejars.nosqlunit.graph.parser.GraphMLTokens
 
SpringTemplateComparisonStrategy - Class in com.lordofthejars.nosqlunit.neo4j.extension.springtemplate
 
SpringTemplateComparisonStrategy() - Constructor for class com.lordofthejars.nosqlunit.neo4j.extension.springtemplate.SpringTemplateComparisonStrategy
 
SpringTemplateInsertionStrategy - Class in com.lordofthejars.nosqlunit.neo4j.extension.springtemplate
 
SpringTemplateInsertionStrategy() - Constructor for class com.lordofthejars.nosqlunit.neo4j.extension.springtemplate.SpringTemplateInsertionStrategy
 
STRING - Static variable in class com.lordofthejars.nosqlunit.graph.parser.GraphMLTokens
 

T

TARGET - Static variable in class com.lordofthejars.nosqlunit.graph.parser.GraphMLTokens
 
targetPath(String) - Method in class com.lordofthejars.nosqlunit.neo4j.EmbeddedNeo4j.EmbeddedNeo4jRuleBuilder
 
targetPath(String) - Method in class com.lordofthejars.nosqlunit.neo4j.ManagedNeoServer.Neo4jServerRuleBuilder
 
targetPath(String) - Method in class com.lordofthejars.nosqlunit.neo4j.ManagedWrappingNeoServer.ManagedWrappingNeoServerRuleBuilder
 
toString() - Method in class com.lordofthejars.nosqlunit.graph.parser.Edge
 
TypeCaster - Class in com.lordofthejars.nosqlunit.graph.parser
 
typeCastValue(String, String, Map<String, String>) - Static method in class com.lordofthejars.nosqlunit.graph.parser.TypeCaster
 

U

unitInstance(Object) - Method in class com.lordofthejars.nosqlunit.neo4j.Neo4jRule.Neo4jRuleBuilder
 
uri(String) - Method in class com.lordofthejars.nosqlunit.neo4j.ManagedNeoServerConfigurationBuilder
 
username(String) - Method in class com.lordofthejars.nosqlunit.neo4j.ManagedNeoServerConfigurationBuilder
 

W

write(OutputStream) - Method in class com.lordofthejars.nosqlunit.graph.parser.GraphMLWriter
 

X

XML_SCHEMA_LOCATION_ATTRIBUTE - Static variable in class com.lordofthejars.nosqlunit.graph.parser.GraphMLTokens
 
XML_SCHEMA_NAMESPACE_TAG - Static variable in class com.lordofthejars.nosqlunit.graph.parser.GraphMLTokens
 
XMLNS - Static variable in class com.lordofthejars.nosqlunit.graph.parser.GraphMLTokens
 

_

_DEFAULT - Static variable in class com.lordofthejars.nosqlunit.graph.parser.GraphMLTokens
 
A B C D E F G I K L M N P R S T U W X _ 
Skip navigation links
nosqlunit-neo4j 0.12.0

Copyright © 2017 JBoss by Red Hat. All Rights Reserved.