Home
last modified time | relevance | path

Searched refs:cacheFileContentsHint (Results 1 – 4 of 4) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/src/org/eclipse/team/internal/ccvs/core/syncinfo/
H A DMultiTagResourceVariantTree.java31 public MultiTagResourceVariantTree(ResourceVariantByteStore cache, boolean cacheFileContentsHint) { in MultiTagResourceVariantTree() argument
32 super(cache, null, cacheFileContentsHint); in MultiTagResourceVariantTree()
H A DCVSResourceVariantTree.java34 private boolean cacheFileContentsHint; field in CVSResourceVariantTree
37 …CVSResourceVariantTree(ResourceVariantByteStore cache, CVSTag tag, boolean cacheFileContentsHint) { in CVSResourceVariantTree() argument
40 this.cacheFileContentsHint = cacheFileContentsHint; in CVSResourceVariantTree()
378 return cacheFileContentsHint; in isCacheFileContentsHint()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/src/org/eclipse/team/internal/ccvs/core/resources/
H A DCVSWorkspaceRoot.java157 …oteResource getRemoteTree(IResource resource, CVSTag tag, boolean cacheFileContentsHint, int depth… in getRemoteTree() argument
163 if (cacheFileContentsHint && remote != null && remote instanceof RemoteFile) { in getRemoteTree()
171 if (cacheFileContentsHint) { in getRemoteTree()
178 if (cacheFileContentsHint) { in getRemoteTree()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/src/org/eclipse/team/internal/ccvs/core/
H A DCVSMergeSubscriber.java54 …private MergeBaseTree(ResourceVariantByteStore cache, CVSTag tag, boolean cacheFileContentsHint, S… in MergeBaseTree() argument
55 super(cache, tag, cacheFileContentsHint); in MergeBaseTree()