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

com.quorum.tessera.cli.CliAdapter Maven / Gradle / Ivy

package com.quorum.tessera.cli;

public interface CliAdapter {

  CliType getType();

  CliResult execute(String... args) throws Exception;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy