Package org.fao.geonet

Examples of org.fao.geonet.Logger.debug()


    // Get the metadata depth
    File metadata = getMetadataDirectory(unzipDir);

    if (metadata.getParentFile().equals(unzipDir)) {
      log
          .debug("Metadata folder is directly under the unzip temporary folder.");
    } else {
      File[] lstmdDir = metadata.getParentFile().getParentFile()
          .listFiles();
            for (File file : lstmdDir) {
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.