Class NotificatorPropertyKey


  • public class NotificatorPropertyKey
    extends PluginPropertyKey
    Represents a notifier property key
    • Constructor Detail

      • NotificatorPropertyKey

        public NotificatorPropertyKey​(@NotNull
                                      java.lang.String notificatorType,
                                      @NotNull
                                      java.lang.String propertyName)
      • NotificatorPropertyKey

        public NotificatorPropertyKey​(@NotNull
                                      java.lang.String propertyKey)
        Constructor
        Parameters:
        propertyKey - string representation of the property key
    • Method Detail

      • isNotificatorPropertyKey

        public static boolean isNotificatorPropertyKey​(@NotNull
                                                       java.lang.String propertyKey)
        Returns true if the specified string representation of the property key represents notifier property key
        Parameters:
        propertyKey - property key
        Returns:
        true if property key is notifier property key