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

de.dagere.kopeme.kieker.writer.ChangeableFolder Maven / Gradle / Ivy

There is a newer version: 1.4.1
Show newest version
package de.dagere.kopeme.kieker.writer;

import java.io.File;
import java.io.IOException;

public interface ChangeableFolder {
   void setFolder(final File writingFolder) throws IOException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy