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