dev.alangomes.springspigot.command.CommandExecutor Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spigot-spring-boot-starter Show documentation
Show all versions of spigot-spring-boot-starter Show documentation
Spring support for spigot plugins
package dev.alangomes.springspigot.command;
public interface CommandExecutor {
CommandResult execute(String... command);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy