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
Fields in org.tigris.subversion.javahl declared as ChangePath Modifier and Type Field Description private ChangePath[]LogMessage. changedPathsThe items changed by this commit (only set when SVNClientInterface.logMessages is used with discoverPaths true).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.Constructors in org.tigris.subversion.javahl with parameters of type ChangePath Constructor Description 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.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
-