Examples of PersistentIUFA2MetsFileDAO


Examples of edu.indiana.dlib.metsnav.iufa2.PersistentIUFA2MetsFileDAO

        } else if (version.equals(DataSourceConfig.METS_1_5)) {
            decoratedDao = new PersistentMets1_5FileDAO();
        } else if (version.equals(DataSourceConfig.METS_1_6)) {
            decoratedDao = new PersistentMets1_6FileDAO();
        } else if (version.equals("iufa2")) {
          decoratedDao = new PersistentIUFA2MetsFileDAO();
        } else {
            throw new DAOException("Invalid mets version: " + version);
        }
        decoratedDao.init(config);
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.