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

com.github.redsolo.vcm.commands.Command Maven / Gradle / Ivy

There is a newer version: 1.2.4
Show newest version
package com.github.redsolo.vcm.commands;


public interface Command {
	String getName();
	int execute(MainConfiguration mainConfiguration);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy