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

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