Class SvnNgInheritableProperties
java.lang.Object
org.tmatesoft.svn.core.internal.wc2.ng.SvnNgInheritableProperties
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Map<File,
Map<String, SVNProperties>> getInheritalbeProperites
(SVNWCContext context, SVNRepository repository, File localAbsPath, long revision, SVNDepth depth) private static boolean
needsCachedIProps
(SVNWCContext context, File localAbsPath, SVNRepository repository) static Map<String,
SVNProperties>
-
Constructor Details
-
SvnNgInheritableProperties
public SvnNgInheritableProperties()
-
-
Method Details
-
getInheritalbeProperites
public static Map<File,Map<String, getInheritalbeProperitesSVNProperties>> (SVNWCContext context, SVNRepository repository, File localAbsPath, long revision, SVNDepth depth) throws SVNException - Throws:
SVNException
-
translateInheritedPropertiesPaths
public static Map<String,SVNProperties> translateInheritedPropertiesPaths(Map<String, SVNProperties> iprops) -
needsCachedIProps
private static boolean needsCachedIProps(SVNWCContext context, File localAbsPath, SVNRepository repository) throws SVNException - Throws:
SVNException
-