Index
All Classes and Interfaces|All Packages|Constant Field Values
C
- CUSTOM_MONGO_ARCHIVE_STORAGE_DIRECTORY - Static variable in class org.ikasan.component.endpoint.mongo.test.EmbeddedMongoConfiguration
- CUSTOM_MONGO_DATABASE_DIRECTORY - Static variable in class org.ikasan.component.endpoint.mongo.test.EmbeddedMongoConfiguration
- CUSTOM_MONGO_PORT - Static variable in class org.ikasan.component.endpoint.mongo.test.EmbeddedMongoConfiguration
- CUSTOM_MONGO_VERSION - Static variable in class org.ikasan.component.endpoint.mongo.test.EmbeddedMongoConfiguration
E
- EmbeddedMongo - Class in org.ikasan.component.endpoint.mongo.test
-
Allows the port and download location of the mongo distribution to be configured Also ensures that only a single embedded mongo instance is started for all tests
- EmbeddedMongo() - Constructor for class org.ikasan.component.endpoint.mongo.test.EmbeddedMongo
-
This will automatically allocated a free port to the mongo instance
- EmbeddedMongo(int) - Constructor for class org.ikasan.component.endpoint.mongo.test.EmbeddedMongo
-
Deprecated.- use the configuration object constructor or the empty constructor instead
- EmbeddedMongo(EmbeddedMongoConfiguration) - Constructor for class org.ikasan.component.endpoint.mongo.test.EmbeddedMongo
-
If you need to configure embedded mongo distribution and db settings use this constructor
- EmbeddedMongoConfiguration - Class in org.ikasan.component.endpoint.mongo.test
-
Used to keep the configuration in one place for EmbeddedMongo
- EmbeddedMongoConfiguration() - Constructor for class org.ikasan.component.endpoint.mongo.test.EmbeddedMongoConfiguration
G
- getArchiveStorageDirectory() - Method in class org.ikasan.component.endpoint.mongo.test.EmbeddedMongoConfiguration
- getConfiguration() - Method in class org.ikasan.component.endpoint.mongo.test.EmbeddedMongo
- getDatabaseDirectory() - Method in class org.ikasan.component.endpoint.mongo.test.EmbeddedMongoConfiguration
- getDistributionDirectory() - Method in class org.ikasan.component.endpoint.mongo.test.EmbeddedMongoConfiguration
- getHttpProxyHost() - Method in class org.ikasan.component.endpoint.mongo.test.EmbeddedMongoConfiguration
- getHttpProxyPort() - Method in class org.ikasan.component.endpoint.mongo.test.EmbeddedMongoConfiguration
- getPort() - Method in class org.ikasan.component.endpoint.mongo.test.EmbeddedMongoConfiguration
- getVersion() - Method in class org.ikasan.component.endpoint.mongo.test.EmbeddedMongoConfiguration
H
- HTTP_PROXY_HOST - Static variable in class org.ikasan.component.endpoint.mongo.test.EmbeddedMongoConfiguration
- HTTP_PROXY_PORT - Static variable in class org.ikasan.component.endpoint.mongo.test.EmbeddedMongoConfiguration
L
- LOCAL_MONGO_DIST_DIR_PROP - Static variable in class org.ikasan.component.endpoint.mongo.test.EmbeddedMongoConfiguration
O
- org.ikasan.component.endpoint.mongo.test - package org.ikasan.component.endpoint.mongo.test
S
- setArchiveStorageDirectory(String) - Method in class org.ikasan.component.endpoint.mongo.test.EmbeddedMongoConfiguration
-
Set the directory where the distribution zip is downloaded to
- setDatabaseDirectory(String) - Method in class org.ikasan.component.endpoint.mongo.test.EmbeddedMongoConfiguration
-
Set the directory for the database files
- setDistributionDirectory(String) - Method in class org.ikasan.component.endpoint.mongo.test.EmbeddedMongoConfiguration
-
Set the directory where embedded mongo will look for a mongo .zip distribution to download Use this if you are behind a firewall and cant easily access the mongo distribution site
- setHttpProxyHost(String) - Method in class org.ikasan.component.endpoint.mongo.test.EmbeddedMongoConfiguration
- setHttpProxyPort(String) - Method in class org.ikasan.component.endpoint.mongo.test.EmbeddedMongoConfiguration
- setPort(Integer) - Method in class org.ikasan.component.endpoint.mongo.test.EmbeddedMongoConfiguration
- setVersion(String) - Method in class org.ikasan.component.endpoint.mongo.test.EmbeddedMongoConfiguration
-
Set mongo version ensuring you are using a sufficient version of the mongo-java-driver for this and that you can access the distribution zip associated with this version
- start() - Method in class org.ikasan.component.endpoint.mongo.test.EmbeddedMongo
-
This will check for the singleton instance and wont instantiate a new mongo database each time start is called by a test.
- stop() - Static method in class org.ikasan.component.endpoint.mongo.test.EmbeddedMongo
T
- toString() - Method in class org.ikasan.component.endpoint.mongo.test.EmbeddedMongoConfiguration
All Classes and Interfaces|All Packages|Constant Field Values