blob: 73afa43a306ece49d40838446b0b4a891cf30396 [file] [log] [blame]
package aQute.bnd.service;
import java.io.*;
public interface Refreshable {
boolean refresh() throws Exception;
File getRoot();
}