|
Neo4j Enterprise | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.neo4j.helpers.Service
org.neo4j.helpers.Service.CaseInsensitiveService
public abstract static class Service.CaseInsensitiveService
A base class for services, similar to Service, that compares keys
using case insensitive comparison instead of exact comparison.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.neo4j.helpers.Service |
|---|
Service.CaseInsensitiveService, Service.Implementation |
| Constructor Summary | |
|---|---|
protected |
Service.CaseInsensitiveService(java.lang.String key,
java.lang.String... altKeys)
Create a new instance of a service implementation identified with the specified key(s). |
| Method Summary |
|---|
| Methods inherited from class org.neo4j.helpers.Service |
|---|
load, load, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
protected Service.CaseInsensitiveService(java.lang.String key,
java.lang.String... altKeys)
key - the main key for identifying this service implementationaltKeys - alternative spellings of the identifier of this
service implementation
|
Neo4j Enterprise | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||