Package aQute.bnd.service
Interface Refreshable
-
- All Known Implementing Classes:
FileRepo
,InfoFileRepo
public interface Refreshable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.io.File
getRoot()
boolean
refresh()
Instructs a Refreshable to refresh itself
-