org.fao.geonet.kernel.mef
Class MEFLib

java.lang.Object
  extended by org.fao.geonet.kernel.mef.MEFLib

public class MEFLib
extends java.lang.Object


Constructor Summary
MEFLib()
           
 
Method Summary
static java.lang.String doExport(jeeves.server.context.ServiceContext context, java.lang.String uuid, java.lang.String format, boolean skipUUID)
           
static int doImport(jeeves.server.context.ServiceContext context, java.io.File mefFile)
           
static void visit(java.io.File mefFile, MEFVisitor v)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MEFLib

public MEFLib()
Method Detail

doImport

public static int doImport(jeeves.server.context.ServiceContext context,
                           java.io.File mefFile)
                    throws java.lang.Exception
Throws:
java.lang.Exception

doExport

public static java.lang.String doExport(jeeves.server.context.ServiceContext context,
                                        java.lang.String uuid,
                                        java.lang.String format,
                                        boolean skipUUID)
                                 throws java.lang.Exception
Throws:
java.lang.Exception

visit

public static void visit(java.io.File mefFile,
                         MEFVisitor v)
                  throws java.lang.Exception
Throws:
java.lang.Exception