mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-02-04 21:59:10 +01:00
added getAll method to data store api
This commit is contained in:
@@ -31,6 +31,10 @@
|
||||
|
||||
package sonia.scm.store;
|
||||
|
||||
//~--- JDK imports ------------------------------------------------------------
|
||||
|
||||
import java.util.Map;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author Sebastian Sdorra
|
||||
@@ -85,4 +89,12 @@ public interface DataStore<T>
|
||||
* @return
|
||||
*/
|
||||
public T get(String id);
|
||||
|
||||
/**
|
||||
* Method description
|
||||
*
|
||||
*
|
||||
* @return
|
||||
*/
|
||||
public Map<String, T> getAll();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user