com.spun.util.persistence.ExecutableCommand Maven / Gradle / Ivy
The newest version!
package com.spun.util.persistence;
public interface ExecutableCommand
{
public String getCommand();
public String executeCommand(String command);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy