aQute.bnd.service
Interface Refreshable

All Known Implementing Classes:
FileRepo

public interface Refreshable


Method Summary
 File getRoot()
           
 boolean refresh()
          Instructs a Refreshable to refresh itself
 

Method Detail

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()


Copyright © 2014 aQute SARL. All rights reserved.