com.noenv.wiremongo.command.index.ListIndexesCommand Maven / Gradle / Ivy
package com.noenv.wiremongo.command.index;
import com.noenv.wiremongo.command.collection.WithCollectionCommand;
public class ListIndexesCommand extends WithCollectionCommand {
public ListIndexesCommand(String collection) {
super("listIndexes", collection);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy