Class AbstractBuildNotifier
- java.lang.Object
-
- de.hybris.bootstrap.osnotify.impl.AbstractBuildNotifier
-
- Direct Known Subclasses:
MacOsGrowlBuildNotifier,MacOsNotifyCenterNotifier,NotifySendBuildNotifier,WindowsGrowlBuildNotifer
public abstract class AbstractBuildNotifier extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringbaseResourceDir
-
Constructor Summary
Constructors Constructor Description AbstractBuildNotifier(java.io.File _baseResourceDir)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.StringgetIconPath(SystemTrayNotifier.NotificationLevel severity)protected java.lang.RuntimegetRuntime()
-
-
-
Method Detail
-
getRuntime
protected java.lang.Runtime getRuntime()
-
getIconPath
protected java.lang.String getIconPath(SystemTrayNotifier.NotificationLevel severity)
-
-