
com.github.redsolo.vcm.commands.Command Maven / Gradle / Ivy
package com.github.redsolo.vcm.commands;
public interface Command {
String getName();
int execute(MainConfiguration mainConfiguration);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy