Package Scape

Examples of Scape.MarcAlizer


                  System.out.println("URL parameter missing");
                  System.exit(0);
              } else url = cmd.getOptionValue("url");
          }
         
          marcalizer = new MarcAlizer();
         
          try {
                marcalizer.init(new File(cfile));
                } catch (Exception ex) {
                    System.err.println("Marcalize could not be initialized");
View Full Code Here

TOP

Related Classes of Scape.MarcAlizer

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.