Uses of Class
org.tigris.subversion.javahl.NotifyInformation
-
Packages that use NotifyInformation 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 NotifyInformation in org.tigris.subversion.javahl
Methods in org.tigris.subversion.javahl that return NotifyInformation Modifier and Type Method Description static NotifyInformation
JavaHLObjectFactory. createNotifyInformation(SVNEvent event, java.lang.String path)
Methods in org.tigris.subversion.javahl with parameters of type NotifyInformation Modifier and Type Method Description void
Notify2. onNotify(NotifyInformation info)
Handler for Subversion notifications.
-