Uses of Class
net.ozwolf.mongo.migrations.internal.domain.MigrationCommand
-
Packages that use MigrationCommand Package Description net.ozwolf.mongo.migrations.internal.domain -
-
Uses of MigrationCommand in net.ozwolf.mongo.migrations.internal.domain
Methods in net.ozwolf.mongo.migrations.internal.domain that return MigrationCommand Modifier and Type Method Description MigrationCommandMigration. getCommand()Methods in net.ozwolf.mongo.migrations.internal.domain that return types with arguments of type MigrationCommand Modifier and Type Method Description List<MigrationCommand>MigrationCommands. getMigrations()Methods in net.ozwolf.mongo.migrations.internal.domain with parameters of type MigrationCommand Modifier and Type Method Description MigrationMigration. assign(MigrationCommand command)Constructors in net.ozwolf.mongo.migrations.internal.domain with parameters of type MigrationCommand Constructor Description Migration(MigrationCommand command)Constructor parameters in net.ozwolf.mongo.migrations.internal.domain with type arguments of type MigrationCommand Constructor Description MigrationCommands(String schemaVersionCollection, List<MigrationCommand> migrations)
-