mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-07-12 18:53:04 +02:00
added getHandler method to manager interface
This commit is contained in:
@@ -48,6 +48,17 @@ public interface Manager<T extends TypedObject, E extends Exception>
|
||||
extends HandlerBase<T, E>
|
||||
{
|
||||
|
||||
/**
|
||||
* Method description
|
||||
*
|
||||
*
|
||||
* @param type
|
||||
* @param <H>
|
||||
*
|
||||
* @return
|
||||
*/
|
||||
public <H extends Handler<T, E>> H getHandler(String type);
|
||||
|
||||
/**
|
||||
* Method description
|
||||
*
|
||||
|
||||
@@ -55,5 +55,6 @@ public interface RepositoryManager
|
||||
*
|
||||
* @return
|
||||
*/
|
||||
@Override
|
||||
public RepositoryHandler getHandler(String type);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user