Class MacOsGrowlBuildNotifier
java.lang.Object
de.hybris.bootstrap.osnotify.impl.AbstractBuildNotifier
de.hybris.bootstrap.osnotify.impl.MacOsGrowlBuildNotifier
- All Implemented Interfaces:
SystemTrayNotifier
Notifier which uses
grownlnotify command on Mac OS X. Requires growl and
growlnotify to be installed.-
Nested Class Summary
Nested classes/interfaces inherited from interface de.hybris.bootstrap.osnotify.SystemTrayNotifier
SystemTrayNotifier.NotificationLevel -
Field Summary
Fields inherited from class de.hybris.bootstrap.osnotify.impl.AbstractBuildNotifier
baseResourceDir -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidnotify(String msgTitle, String msgBody, SystemTrayNotifier.NotificationLevel level) Methods inherited from class de.hybris.bootstrap.osnotify.impl.AbstractBuildNotifier
getIconPath, getRuntime
-
Constructor Details
-
MacOsGrowlBuildNotifier
-
-
Method Details
-
notify
- Specified by:
notifyin interfaceSystemTrayNotifier
-