Package | Description |
---|---|
org.eclipse.team.core.variants |
Application programming interfaces for accessing and managing resource variants.
|
Modifier and Type | Class and Description |
---|---|
class |
PersistantResourceVariantByteStore
A
ResourceVariantByteStore that caches the variant bytes using
the org.eclipse.core.resources.ISynchronizer so that the tree is
cached across workbench invocations. |
class |
SessionResourceVariantByteStore
A
ResourceVariantByteStore that caches the variant bytes in
memory and does not persist them over workbench invocations. |
Modifier and Type | Method and Description |
---|---|
protected ResourceVariantByteStore |
ResourceVariantTree.getByteStore()
Get the byte store that is used to cache the serialization bytes
for the resource variants of this tree.
|
Constructor and Description |
---|
ResourceVariantTree(ResourceVariantByteStore store)
Create a resource variant tree that uses the provided byte store to
cache the resource variant bytes.
|
ThreeWaySynchronizer(ResourceVariantByteStore store)
Create a three-way synchronizer that uses the given byte store
as its underlying byte cache.
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.