Uses of Class
org.tigris.subversion.javahl.ChangePath
Packages that use ChangePath
Package
Description
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
Fields in org.tigris.subversion.javahl declared as ChangePathModifier and TypeFieldDescriptionprivate ChangePath[]
LogMessage.changedPaths
The items changed by this commit (only set when SVNClientInterface.logMessages is used with discoverPaths true).Methods in org.tigris.subversion.javahl that return ChangePathModifier and TypeMethodDescriptionLogMessage.getChangedPaths()
Returns the changes items by this commitMethods in org.tigris.subversion.javahl with parameters of type ChangePathModifier and TypeMethodDescriptionvoid
LogMessageCallback.singleMessage
(ChangePath[] changedPaths, long revision, java.util.Map revprops, boolean hasChildren) The method will be called for every log message.Constructors in org.tigris.subversion.javahl with parameters of type ChangePathModifierConstructorDescription(package private)
LogMessage
(ChangePath[] cp, long r, java.lang.String a, long t, java.lang.String m) This constructor is only called only from the thin wrapper.(package private)
LogMessage
(ChangePath[] cp, long r, java.lang.String a, java.util.Date d, java.lang.String m) Deprecated.Use the constructor that takes the number of microseconds since 00:00:00 January 1, 1970 UTC