cdeFileInput =
CdeEnvironment.getPluginSystemReader().getFileInputStream( SYSTEM_PLUGIN_EMPTY_STRUCTURE_FILE_PATH );
wcdfFilePath = SYSTEM_PLUGIN_EMPTY_WCDF_FILE_PATH;
} else {
IReadAccess access = Utils.getSystemOrUserReadAccess( cdeFilePath );
if ( access.fileExists( cdeFilePath ) ) {
cdeFileInput = access.getFileInputStream( cdeFilePath );
wcdfFilePath = cdeFilePath.replace( ".cdfde", ".wcdf" );
} else {
String msg = "File not found " + cdeFilePath + " in " + access;
logger.error( msg );