JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
aQute.bnd.service
Refreshable
Contents
Description
Method Summary
Method Details
refresh()
getRoot()
Hide sidebar
Show sidebar
Interface Refreshable
All Known Implementing Classes:
FileRepo
,
InfoFileRepo
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