
io.bdeploy.common.cli.data.RenderableResult Maven / Gradle / Ivy
package io.bdeploy.common.cli.data;
/**
* Any result of a tool which can be rendered to the user.
*/
public interface RenderableResult {
public void render();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy