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

org.easyb.plugin.ui.ResultNode Maven / Gradle / Ivy

The newest version!
package org.easyb.plugin.ui;

import org.easyb.plugin.StepResult;

public interface ResultNode {
    StepResult getResult();

    String getOutput();

    void setOutput(String output);

    void add(T child);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy