public class CDataSerializer extends Object
Modifier and Type | Field and Description |
---|---|
protected static String |
BINARY_PARSERS |
protected static String |
BUILD_DATA |
protected static String |
CONTENT_TYPE_IDS |
protected static String |
CWD |
protected static String |
DELIMITER |
protected static String |
DESCRIPTION |
protected static String |
ERROR_PARSERS |
protected static String |
EXTENSIONS |
protected static String |
FILE_DATA |
protected static String |
FOLDER_DATA |
protected static String |
ID |
protected static String |
LANGUAGE_DATA |
protected static String |
LANGUAGE_ID |
protected static String |
NAME |
protected static String |
OUTPUT_ENTRIES |
protected static String |
PATH |
protected static String |
SETTING_ENTRIES |
protected static String |
SOURCE_ENTRIES |
protected static String |
SUPPORTED_ENTRY_KINDS |
protected static String |
TARGET_PLATFORM_DATA |
Constructor and Description |
---|
CDataSerializer() |
protected static final String NAME
protected static final String ID
protected static final String DESCRIPTION
protected static final String SOURCE_ENTRIES
protected static final String PATH
protected static final String LANGUAGE_ID
protected static final String CONTENT_TYPE_IDS
protected static final String EXTENSIONS
protected static final String DELIMITER
protected static final String FOLDER_DATA
protected static final String FILE_DATA
protected static final String BUILD_DATA
protected static final String TARGET_PLATFORM_DATA
protected static final String LANGUAGE_DATA
protected static final String OUTPUT_ENTRIES
protected static final String ERROR_PARSERS
protected static final String BINARY_PARSERS
protected static final String CWD
protected static final String SETTING_ENTRIES
protected static final String SUPPORTED_ENTRY_KINDS
public static CDataSerializer getDefault()
public CConfigurationData loadConfigurationData(CDataFactory factory, ICStorageElement el) throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreException
public CFolderData loadFolderData(CConfigurationData data, CDataFactory factory, ICStorageElement el) throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreException
public CFileData loadFileData(CConfigurationData data, CDataFactory factory, ICStorageElement el) throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreException
public CBuildData loadBuildData(CConfigurationData data, CDataFactory factory, ICStorageElement el) throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreException
public CTargetPlatformData loadTargetPlatformData(CConfigurationData data, CDataFactory factory, ICStorageElement el) throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreException
public CLanguageData loadLanguageData(CConfigurationData data, CResourceData rcData, CDataFactory factory, ICStorageElement el) throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreException
public void loadEntries(CLanguageData lData, ICStorageElement el)
public void store(CConfigurationData data, ICStorageElement el) throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreException
public void store(CFolderData data, ICStorageElement el)
public void store(CFileData data, ICStorageElement el)
public void store(CBuildData data, ICStorageElement el)
public void store(CTargetPlatformData data, ICStorageElement el)
public void store(CLanguageData data, ICStorageElement el)
public void storeEntries(CLanguageData lData, ICStorageElement el)
Copyright (c) IBM Corp. and others 2004, 2020. All Rights Reserved.