mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-01-21 15:02:17 +01:00
remove scm-core dependency from scm-server-api and improve jetty configuration
This commit is contained in:
@@ -29,6 +29,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
|
||||
package sonia.scm.server;
|
||||
|
||||
//~--- JDK imports ------------------------------------------------------------
|
||||
@@ -63,14 +65,12 @@ public interface Server
|
||||
* Method description
|
||||
*
|
||||
*
|
||||
* @param config
|
||||
* @param webapp
|
||||
*
|
||||
* @throws IOException
|
||||
* @throws ServerException
|
||||
*/
|
||||
public void start(ServerConfig config, File webapp)
|
||||
throws ServerException, IOException;
|
||||
public void start(File webapp) throws ServerException, IOException;
|
||||
|
||||
/**
|
||||
* Method description
|
||||
|
||||
Reference in New Issue
Block a user