Uses of Class
org.tigris.subversion.javahl.ChangePath
-
Packages that use ChangePath Package Description 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.tigris.subversion.javahl
Methods in org.tigris.subversion.javahl that return ChangePath Modifier and Type Method Description ChangePath[]LogMessage. getChangedPaths()Returns the changes items by this commitMethods in org.tigris.subversion.javahl with parameters of type ChangePath Modifier and Type Method Description voidLogMessageCallback. singleMessage(ChangePath[] changedPaths, long revision, java.util.Map revprops, boolean hasChildren)The method will be called for every log message.
-