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

fitnesse.Updater Maven / Gradle / Ivy

package fitnesse;

import java.io.IOException;

public interface Updater {
  boolean update() throws IOException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy