com.paritytrading.parity.ticker.Command Maven / Gradle / Ivy
package com.paritytrading.parity.ticker;
import java.io.IOException;
import java.util.List;
interface Command {
void execute(List arguments) throws IOException;
String getName();
String getDescription();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy