com.solidstategroup.cms.xmlimport
Class CmsImportProcess

java.lang.Object
  extended by com.solidstategroup.cms.xmlimport.CmsImportProcess

public class CmsImportProcess
extends java.lang.Object

CmsImportProcess


Constructor Summary
CmsImportProcess()
           
 
Method Summary
 ImportReport runImport(java.io.File fileObj, Transform transform, boolean test)
           
 ImportReport runImport(java.io.File fileObj, TransformDataObj transformDataObj)
           
 ImportReport runImport(java.io.File fileObj, TransformDataObj transformDataObj, boolean test)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CmsImportProcess

public CmsImportProcess()
Method Detail

runImport

public ImportReport runImport(java.io.File fileObj,
                              TransformDataObj transformDataObj)
                       throws java.lang.Exception
Throws:
java.lang.Exception

runImport

public ImportReport runImport(java.io.File fileObj,
                              TransformDataObj transformDataObj,
                              boolean test)
                       throws java.lang.Exception
Throws:
java.lang.Exception

runImport

public ImportReport runImport(java.io.File fileObj,
                              Transform transform,
                              boolean test)
                       throws java.io.FileNotFoundException
Throws:
java.io.FileNotFoundException