Uses of Class
org.tmatesoft.svn.core.internal.io.dav.DAVProperties
Packages that use DAVProperties
Package
Description
-
Uses of DAVProperties in org.tmatesoft.svn.core.internal.io.dav
Methods in org.tmatesoft.svn.core.internal.io.dav that return DAVPropertiesModifier and TypeMethodDescriptionstatic DAVPropertiesDAVUtil.findStartingProperties(DAVConnection connection, DAVRepository repos, String fullPath) static DAVPropertiesDAVUtil.getBaselineProperties(DAVConnection connection, DAVRepository repos, String path, long revision, DAVElement[] elements) static DAVPropertiesDAVUtil.getResourceProperties(DAVConnection connection, String path, String label, DAVElement[] properties) static DAVPropertiesDAVUtil.getStartingProperties(DAVConnection connection, String path, String label) Methods in org.tmatesoft.svn.core.internal.io.dav with parameters of type DAVPropertiesModifier and TypeMethodDescriptionprivate SVNDirEntryDAVRepository.createDirEntry(String fullPath, DAVProperties child) static SVNPropertiesDAVUtil.filterProperties(DAVProperties source, SVNProperties target) -
Uses of DAVProperties in org.tmatesoft.svn.core.internal.io.dav.handlers
Fields in org.tmatesoft.svn.core.internal.io.dav.handlers declared as DAVPropertiesMethods in org.tmatesoft.svn.core.internal.io.dav.handlers with parameters of type DAVPropertiesModifier and TypeMethodDescriptionprivate voidDAVEditorHandler.addProps(DAVProperties props, boolean isDir)