Uses of Class
com.e1c.langtool.internal.converter.db.ConvertedValues
Packages that use ConvertedValues
-
Uses of ConvertedValues in com.e1c.langtool.internal.converter.db
Methods in com.e1c.langtool.internal.converter.db that return ConvertedValuesModifier and TypeMethodDescriptionProjectConverterStorage.collectValues(org.eclipse.core.runtime.IPath path, ConvertedValues values) Collects the converted values for a specific resource path.ConvertedValuesSerializer.deserialize(DataInput in, int available) Deserialize aConvertedValuesobject from bytes.ConverterStorage.getValues(long id) Gets the converted values for the specified ID.ProjectConverterStorage.getValues(org.eclipse.core.runtime.IPath path) Gets the converted values for a specific resource path.ConverterStorage.putValues(long id, ConvertedValues values) Puts the specified converted values for the given ID.ProjectConverterStorage.putValues(org.eclipse.core.runtime.IPath path) Puts the converted values for a specific resource path.ConverterStorage.removeValues(long id) Removes the converted values for the specified ID.ProjectConverterStorage.removeValues(org.eclipse.core.runtime.IPath path) Removes the converted values for a specific resource path.Methods in com.e1c.langtool.internal.converter.db with parameters of type ConvertedValuesModifier and TypeMethodDescriptionProjectConverterStorage.collectValues(org.eclipse.core.runtime.IPath path, ConvertedValues values) Collects the converted values for a specific resource path.ConverterStorage.putValues(long id, ConvertedValues values) Puts the specified converted values for the given ID.voidConvertedValuesSerializer.serialize(DataOutput out, ConvertedValues data) Serialize aConvertedValuesobject to bytes.Constructors in com.e1c.langtool.internal.converter.db with parameters of type ConvertedValuesModifierConstructorDescriptionConvertedValues(ConvertedValues baseValues, ConvertedValues newValues) Creates a new instance ofConvertedValuesby merging two sets of values.