mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-18 23:43:06 +00:00
DSpace Services code Cleanup.
git-svn-id: http://scm.dspace.org/svn/repo/modules/dspace-services/trunk@4325 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
@@ -1,3 +1,14 @@
|
||||
/*
|
||||
* $Id: $
|
||||
* $URL: $
|
||||
* ExternalServiceManagerSystem.java - DSpace2 - Oct 6, 2008 2:22:36 AM - azeckoski
|
||||
**************************************************************************
|
||||
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved.
|
||||
* Licensed under the Duraspace Foundation License.
|
||||
*
|
||||
* A copy of the Duraspace License has been included in this
|
||||
* distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt
|
||||
*/
|
||||
package org.dspace.servicemanager;
|
||||
|
||||
import org.dspace.servicemanager.config.DSpaceConfigurationService;
|
||||
@@ -7,6 +18,8 @@ import java.util.List;
|
||||
/**
|
||||
* Interface for modular service manager systems.
|
||||
* Provides a generic initialization routine, in leiu of hardcoded constructors
|
||||
*
|
||||
* @author Aaron Zeckoski (azeckoski @ gmail.com)
|
||||
*/
|
||||
public interface ExternalServiceManagerSystem extends ServiceManagerSystem {
|
||||
/**
|
||||
|
Reference in New Issue
Block a user