Uses of Class
org.tmatesoft.svn.core.internal.wc17.SVNWCContext.CommittableExternalInfo
-
Packages that use SVNWCContext.CommittableExternalInfo Package Description org.tmatesoft.svn.core.internal.wc17 org.tmatesoft.svn.core.internal.wc17.db -
-
Uses of SVNWCContext.CommittableExternalInfo in org.tmatesoft.svn.core.internal.wc17
Methods in org.tmatesoft.svn.core.internal.wc17 that return types with arguments of type SVNWCContext.CommittableExternalInfo Modifier and Type Method Description java.util.List<SVNWCContext.CommittableExternalInfo>
SVNWCContext. committableExternalsBelow(java.util.List<SVNWCContext.CommittableExternalInfo> externals, java.io.File localAbsPath, SVNDepth depth)
Methods in org.tmatesoft.svn.core.internal.wc17 with parameters of type SVNWCContext.CommittableExternalInfo Modifier and Type Method Description private boolean
SVNWCContext. isExternalRolledOut(SVNWCContext.CommittableExternalInfo xInfo)
Method parameters in org.tmatesoft.svn.core.internal.wc17 with type arguments of type SVNWCContext.CommittableExternalInfo Modifier and Type Method Description java.util.List<SVNWCContext.CommittableExternalInfo>
SVNWCContext. committableExternalsBelow(java.util.List<SVNWCContext.CommittableExternalInfo> externals, java.io.File localAbsPath, SVNDepth depth)
-
Uses of SVNWCContext.CommittableExternalInfo in org.tmatesoft.svn.core.internal.wc17.db
Methods in org.tmatesoft.svn.core.internal.wc17.db that return types with arguments of type SVNWCContext.CommittableExternalInfo Modifier and Type Method Description java.util.List<SVNWCContext.CommittableExternalInfo>
ISVNWCDb. committableExternalsBelow(java.io.File localAbsPath, boolean immediatesOnly)
java.util.List<SVNWCContext.CommittableExternalInfo>
SVNWCDb. committableExternalsBelow(java.io.File localAbsPath, boolean immediatesOnly)
-