Package | Description |
---|---|
org.neo4j.helpers |
Common Java utilities.
|
Modifier and Type | Class and Description |
---|---|
static class |
Service.CaseInsensitiveService
A base class for services, similar to
Service , that compares keys
using case insensitive comparison instead of exact comparison. |
Modifier and Type | Method and Description |
---|---|
static <T extends Service> |
Service.load(Class<T> type,
String key)
Load the Service implementation with the specified key.
|
Copyright © 2002–2013 The Neo4j Graph Database Project. All rights reserved.