Package org.dspace.xoai.services.impl.config

Examples of org.dspace.xoai.services.impl.config.DSpaceConfigurationService


public class BasicConfiguration {
    private static final Logger log = Logger.getLogger(BasicConfiguration.class);

    @Bean
    public ConfigurationService configurationService() {
        return new DSpaceConfigurationService();
    }
View Full Code Here

TOP

Related Classes of org.dspace.xoai.services.impl.config.DSpaceConfigurationService

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.