Package org.opencms.ui.apps.dbmanager
Class CmsImportFile
java.lang.Object
org.opencms.ui.apps.dbmanager.CmsImportFile
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionGets the module to import.getPath()Gets the path of the file.voidClass to load and validate import module file. 
- 
Constructor Details
- 
CmsImportFile
public constructor.- Parameters:
 path- of the file
 
 - 
 - 
Method Details
- 
getModule
Gets the module to import.- Returns:
 - the CmsModule
 
 - 
getPath
Gets the path of the file.- Returns:
 - the server path
 
 - 
loadAndValidate
Class to load and validate import module file.- Throws:
 CmsConfigurationException- gets thrown when validation fails
 
 -