Uses of Class
org.eclipse.team.core.variants.ResourceVariantByteStore
Packages that use ResourceVariantByteStore
Package
Description
Application programming interfaces for accessing and managing resource variants.
-
Uses of ResourceVariantByteStore in org.eclipse.team.core.variants
Subclasses of ResourceVariantByteStore in org.eclipse.team.core.variantsModifier and TypeClassDescriptionclassAResourceVariantByteStorethat caches the variant bytes using theorg.eclipse.core.resources.ISynchronizerso that the tree is cached across workbench invocations.classAResourceVariantByteStorethat caches the variant bytes in memory and does not persist them over workbench invocations.Methods in org.eclipse.team.core.variants that return ResourceVariantByteStoreModifier and TypeMethodDescriptionprotected ResourceVariantByteStoreResourceVariantTree.getByteStore()Get the byte store that is used to cache the serialization bytes for the resource variants of this tree.Constructors in org.eclipse.team.core.variants with parameters of type ResourceVariantByteStoreModifierConstructorDescriptionprotectedCreate a resource variant tree that uses the provided byte store to cache the resource variant bytes.Create a three-way synchronizer that uses the given byte store as its underlying byte cache.