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

kieker.monitoring.writer.filesystem.ChangeableFolder Maven / Gradle / Ivy

package kieker.monitoring.writer.filesystem;

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