Uses of Class
org.apache.subversion.javahl.types.ChangePath
-
Packages that use ChangePath Package Description org.apache.subversion.javahl.callback org.tigris.subversion.javahl Provides a (mostly native, using JNI and javah) implementation of a high level Java API for Subversion. -
-
Uses of ChangePath in org.apache.subversion.javahl.callback
Method parameters in org.apache.subversion.javahl.callback with type arguments of type ChangePath Modifier and Type Method Description void
LogMessageCallback. singleMessage(java.util.Set<ChangePath> changedPaths, long revision, java.util.Map<java.lang.String,byte[]> revprops, boolean hasChildren)
The method will be called for every log message. -
Uses of ChangePath in org.tigris.subversion.javahl
Constructors in org.tigris.subversion.javahl with parameters of type ChangePath Constructor Description ChangePath(ChangePath aChangePath)
A backward-compat constructor.
-