Uses of Interface
org.tmatesoft.svn.core.io.ISVNInheritedPropertiesHandler
-
Packages that use ISVNInheritedPropertiesHandler Package Description org.tmatesoft.svn.core.internal.io.dav org.tmatesoft.svn.core.internal.io.fs org.tmatesoft.svn.core.internal.io.svn org.tmatesoft.svn.core.io This package provides a low-level API for direct interacting with a Subversion repository on the SVN protocol level. -
-
Uses of ISVNInheritedPropertiesHandler in org.tmatesoft.svn.core.internal.io.dav
Methods in org.tmatesoft.svn.core.internal.io.dav with parameters of type ISVNInheritedPropertiesHandler Modifier and Type Method Description protected voidDAVRepository. getInheritedPropertiesImpl(java.lang.String path, long revision, java.lang.String propertyName, ISVNInheritedPropertiesHandler handler) -
Uses of ISVNInheritedPropertiesHandler in org.tmatesoft.svn.core.internal.io.fs
Methods in org.tmatesoft.svn.core.internal.io.fs with parameters of type ISVNInheritedPropertiesHandler Modifier and Type Method Description protected voidFSRepository. getInheritedPropertiesImpl(java.lang.String path, long revision, java.lang.String propertyName, ISVNInheritedPropertiesHandler handler) -
Uses of ISVNInheritedPropertiesHandler in org.tmatesoft.svn.core.internal.io.svn
Methods in org.tmatesoft.svn.core.internal.io.svn with parameters of type ISVNInheritedPropertiesHandler Modifier and Type Method Description protected voidSVNRepositoryImpl. getInheritedPropertiesImpl(java.lang.String path, long revision, java.lang.String propertyName, ISVNInheritedPropertiesHandler handler) -
Uses of ISVNInheritedPropertiesHandler in org.tmatesoft.svn.core.io
Methods in org.tmatesoft.svn.core.io with parameters of type ISVNInheritedPropertiesHandler Modifier and Type Method Description voidSVNRepository. getInheritedProperties(java.lang.String path, long revision, java.lang.String propertyName, ISVNInheritedPropertiesHandler handler)protected abstract voidSVNRepository. getInheritedPropertiesImpl(java.lang.String path, long revision, java.lang.String propertyName, ISVNInheritedPropertiesHandler handler)
-