j3rem1e
2014-03-27 e4b0ae020290abfff26ef8b8f35485d277e4da62
src/main/java/com/gitblit/manager/IRepositoryManager.java
@@ -393,4 +393,23 @@
    */
   boolean isCollectingGarbage(String repositoryName);
   /**
    * Ensures that all cached repositories are completely closed and their resources
    * are properly released.
    */
   void closeAll();
   /**
    * Ensures that a cached repository is completely closed and it's resources
    * are properly released.
    */
   void close(String repository);
   /**
    * Returns true if the repository is idle (not being accessed).
    *
    * @param repository
    * @return true if the repository is idle
    */
   boolean isIdle(Repository repository);
}