Interface Refreshable

All Known Implementing Classes:
FileRepo, InfoFileRepo, Workspace.CachedFileRepo

public interface Refreshable
  • Method Summary

    Modifier and Type
    Method
    Description
     
    boolean
    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