Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos-felix
/
40947149f286db8579d4b91ed548306e190f00b7
/
.
/
bundleplugin
/
src
/
main
/
java
/
aQute
/
bnd
/
service
/
Refreshable.java
blob: 73afa43a306ece49d40838446b0b4a891cf30396 [
file
] [
log
] [
blame
]
package
aQute
.
bnd
.
service
;
import
java
.
io
.*;
public
interface
Refreshable
{
boolean
refresh
()
throws
Exception
;
File
getRoot
();
}