Uses of Interface
org.eclipse.team.core.variants.IResourceVariantTree
-
Packages that use IResourceVariantTree Package Description org.eclipse.team.core.variants Application programming interfaces for accessing and managing resource variants. -
-
Uses of IResourceVariantTree in org.eclipse.team.core.variants
Classes in org.eclipse.team.core.variants that implement IResourceVariantTree Modifier and Type Class Description classAbstractResourceVariantTreeAn implementation ofIResourceVariantTreethat provides the logic for refreshing the tree and collecting the results so they can be cached locally.classResourceVariantTreeProvides caching for aAbstractResourceVariantTreeusing aResourceVariantByteStore.classThreeWayRemoteTreeA resource variant tree that caches and obtains its bytes from the remote slot in a three-way synchronizer.Methods in org.eclipse.team.core.variants that return IResourceVariantTree Modifier and Type Method Description protected abstract IResourceVariantTreeResourceVariantTreeSubscriber. getBaseTree()Return the base resource variant tree.protected IResourceVariantTreeThreeWaySubscriber. getBaseTree()protected abstract IResourceVariantTreeResourceVariantTreeSubscriber. getRemoteTree()Return the remote resource variant tree.protected IResourceVariantTreeThreeWaySubscriber. getRemoteTree()
-