|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.emf.emfstore.mongodb.MongoDBConfiguration
public final class MongoDBConfiguration
Represents the configuration of the EMFStore MongoDB plugin.
| Field Summary | |
|---|---|
static String |
HOST_NAME
Constant for the hostname of the server running MongoDB. |
static MongoDBConfiguration |
INSTANCE
The instance. |
static String |
PORT
Constant for the port MongoDB is listening on (optional). |
| Method Summary | |
|---|---|
String |
getMongoURIPrefix()
Returns the prefix for MongoDB URIs. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final MongoDBConfiguration INSTANCE
public static final String HOST_NAME
public static final String PORT
| Method Detail |
|---|
public String getMongoURIPrefix()
mongodb://localhost/
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||