Package org.fao.geonet.services.main

Examples of org.fao.geonet.services.main.Info


    // -- add from and to placeholders to request

    request.addContent(new Element("from"));
    request.addContent(new Element("to"));

    Element repositories = new Info().getZRepositories(context, settingMan);
        if(log.isDebugEnabled()) {
            log.debug("repos "+Xml.getString(repositories));
        }

    // -- build a map of collection code versus repository name for
View Full Code Here

TOP

Related Classes of org.fao.geonet.services.main.Info

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.