org.neo4j.helpers
Class Service.CaseInsensitiveService
java.lang.Object
org.neo4j.helpers.Service
org.neo4j.helpers.Service.CaseInsensitiveService
- Enclosing class:
- Service
public abstract static class Service.CaseInsensitiveService
- extends Service
A base class for services, similar to Service
, that compares keys
using case insensitive comparison instead of exact comparison.
- Author:
- Tobias Ivarsson
Service.CaseInsensitiveService
protected Service.CaseInsensitiveService(String key,
String... altKeys)
- Create a new instance of a service implementation identified with the
specified key(s).
- Parameters:
key
- the main key for identifying this service implementationaltKeys
- alternative spellings of the identifier of this
service implementation
Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.