Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

Uses of Class
org.eclipse.team.core.variants.ResourceVariantByteStore

Packages that use ResourceVariantByteStore
org.eclipse.team.core.variants 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.variants
 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.
 

Methods in org.eclipse.team.core.variants that return ResourceVariantByteStore
protected   ResourceVariantByteStore ResourceVariantTree. 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 ResourceVariantByteStore
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.
 


Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire