org.apache.jetspeed.services.registry
Class RegistryImporter

java.lang.Object
  extended byorg.apache.jetspeed.services.registry.RegistryImporter

public class RegistryImporter
extends java.lang.Object

Reads all Registry files from the file system and imports them into Registry DB

Version:
$Id: RegistryImporter.java,v 1.6 2005/04/27 14:08:24 raphael Exp $
Author:
Suchisubhra Sinha, David Sean Taylor

Field Summary
protected  boolean check
           
 
Constructor Summary
RegistryImporter()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 boolean run(RegistryService exporterService, RegistryService importerService)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

check

protected boolean check
Constructor Detail

RegistryImporter

public RegistryImporter()
Method Detail

main

public static void main(java.lang.String[] args)

run

public boolean run(RegistryService exporterService,
                   RegistryService importerService)


Copyright © 2000-2005 Apache Software Foundation. All Rights Reserved.