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:
Mark Diggory
2009-10-03 22:51:07 +00:00
parent 49bdc7b14d
commit adafd31d01
93 changed files with 597 additions and 608 deletions

View File

@@ -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 {
/**