Package org.tmatesoft.svn.core.io
Interface ISVNInheritedPropertiesHandler
public interface ISVNInheritedPropertiesHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoid
handleInheritedProperites
(java.lang.String inheritedFromPath, SVNProperties properties)
-
Method Details
-
handleInheritedProperites
void handleInheritedProperites(java.lang.String inheritedFromPath, SVNProperties properties) throws SVNException - Throws:
SVNException
-