Class SvnNgInheritableProperties
java.lang.Object
org.tmatesoft.svn.core.internal.wc2.ng.SvnNgInheritableProperties
public class SvnNgInheritableProperties
extends java.lang.Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic java.util.Map<java.io.File,
java.util.Map<java.lang.String, SVNProperties>> getInheritalbeProperites
(SVNWCContext context, SVNRepository repository, java.io.File localAbsPath, long revision, SVNDepth depth) private static boolean
needsCachedIProps
(SVNWCContext context, java.io.File localAbsPath, SVNRepository repository) static java.util.Map<java.lang.String,
SVNProperties> translateInheritedPropertiesPaths
(java.util.Map<java.lang.String, SVNProperties> iprops) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
SvnNgInheritableProperties
public SvnNgInheritableProperties()
-
-
Method Details
-
getInheritalbeProperites
public static java.util.Map<java.io.File,java.util.Map<java.lang.String, getInheritalbeProperitesSVNProperties>> (SVNWCContext context, SVNRepository repository, java.io.File localAbsPath, long revision, SVNDepth depth) throws SVNException - Throws:
SVNException
-
translateInheritedPropertiesPaths
public static java.util.Map<java.lang.String,SVNProperties> translateInheritedPropertiesPaths(java.util.Map<java.lang.String, SVNProperties> iprops) -
needsCachedIProps
private static boolean needsCachedIProps(SVNWCContext context, java.io.File localAbsPath, SVNRepository repository) throws SVNException - Throws:
SVNException
-