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

io.yawp.tools.pipes.FlowPipeDropsTool Maven / Gradle / Ivy

There is a newer version: 2.08alpha
Show newest version
package io.yawp.tools.pipes;

import io.yawp.tools.Tool;

public class FlowPipeDropsTool extends Tool {

    @Override
    public void execute() {
        drops();
        pw.println("ok");
    }

    public void drops() {
        yawp.driver().pipes().flowDrops();
    }


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy