Uses of Class
net.ozwolf.mongo.migrations.exception.MongoTrekFailureException
-
Packages that use MongoTrekFailureException Package Description net.ozwolf.mongo.migrations net.ozwolf.mongo.migrations.internal.factory -
-
Uses of MongoTrekFailureException in net.ozwolf.mongo.migrations
Methods in net.ozwolf.mongo.migrations that throw MongoTrekFailureException Modifier and Type Method Description MongoTrekStateMongoTrek. migrate()Migrate the Mongo database using the provided collection of commands.MongoTrekStateMongoTrek. status()Report the status of the migrations and provided commands.MongoTrekStateMongoTrek. status(boolean logStatus)Report the status of the migrations and provided commands. -
Uses of MongoTrekFailureException in net.ozwolf.mongo.migrations.internal.factory
Methods in net.ozwolf.mongo.migrations.internal.factory that throw MongoTrekFailureException Modifier and Type Method Description MigrationCommandsMigrationCommandsFactory. getCommands(String migrationsFile, ClassLoader classLoader)
-