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

org.xmind.core.io.ICloseableOutputTarget Maven / Gradle / Ivy

Go to download

Plugin that manages JBehave stories storage in XMind mindmap file, which allows design jBehave tests right after the brainstorm

The newest version!
package org.xmind.core.io;

import java.io.IOException;

public interface ICloseableOutputTarget extends IOutputTarget {

    /**
     * Close this output target and flush all contents to the target.
     */
    void close() throws IOException;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy