All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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