Package com.inspiresoftware.lib.dto.geda.adapter.repository.impl

Examples of com.inspiresoftware.lib.dto.geda.adapter.repository.impl.AdaptersRepositoryImpl


     * Default implementation of adapters repository
     *
     * @return new adapter repository instance.
     */
    public static AdaptersRepository adaptersRepository() {
        return new AdaptersRepositoryImpl();
    }
View Full Code Here

TOP

Related Classes of com.inspiresoftware.lib.dto.geda.adapter.repository.impl.AdaptersRepositoryImpl

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.