Uses of Interface
org.xiruss.repository.client.importers.Importer

Packages that use Importer
org.xiruss.repository.client.importers Provides classes that support importing data objects into the repository. 
 

Uses of Importer in org.xiruss.repository.client.importers
 

Classes in org.xiruss.repository.client.importers that implement Importer
 class ImporterBase
          Superclass for Xiruss-T importer implementations.
 

Methods in org.xiruss.repository.client.importers with parameters of type Importer
static Version ImportHelper.importCompoundDoc(Repository rep, java.io.File compoundDocumentRootFile, Branch branch, User user, java.lang.String docKey, java.lang.String docName, SourceToVersionMap so2verMap, Importer importer)
          Import a compound document into the repository, using a storage-object-to-version map to correlate new storage objects to existing previous versions.
 void RtdXmlImporterTest.populateRepository(Importer importer)
           
 void XmlImporterTest.populateRepository(XirussRepository rep, Importer importer)