JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
aQute.bnd.service
Interface Refreshable
All Known Implementing Classes:
FileRepo
,
InfoFileRepo
,
Workspace.CachedFileRepo
public interface
Refreshable
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
File
getRoot
()
boolean
refresh
()
Instructs a Refreshable to refresh itself
Method Details
refresh
boolean
refresh
() throws
Exception
Instructs a Refreshable to refresh itself
Returns:
true if refreshed, false if not refreshed possibly due to error.
Throws:
Exception
getRoot
File
getRoot
() throws
Exception
Throws:
Exception