Uses of Class
org.tmatesoft.svn.core.internal.io.dav.DAVProperties
-
Packages that use DAVProperties Package Description org.tmatesoft.svn.core.internal.io.dav org.tmatesoft.svn.core.internal.io.dav.handlers -
-
Uses of DAVProperties in org.tmatesoft.svn.core.internal.io.dav
Methods in org.tmatesoft.svn.core.internal.io.dav that return DAVProperties Modifier and Type Method Description static DAVPropertiesDAVUtil. findStartingProperties(DAVConnection connection, DAVRepository repos, java.lang.String fullPath)static DAVPropertiesDAVUtil. getBaselineProperties(DAVConnection connection, DAVRepository repos, java.lang.String path, long revision, DAVElement[] elements)static DAVPropertiesDAVUtil. getResourceProperties(DAVConnection connection, java.lang.String path, java.lang.String label, DAVElement[] properties)static DAVPropertiesDAVUtil. getStartingProperties(DAVConnection connection, java.lang.String path, java.lang.String label)Methods in org.tmatesoft.svn.core.internal.io.dav with parameters of type DAVProperties Modifier and Type Method Description private SVNDirEntryDAVRepository. createDirEntry(java.lang.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 DAVProperties Modifier and Type Field Description private DAVPropertiesDAVPropertiesHandler. myCurrentResourceMethods in org.tmatesoft.svn.core.internal.io.dav.handlers with parameters of type DAVProperties Modifier and Type Method Description private voidDAVEditorHandler. addProps(DAVProperties props, boolean isDir)
-