public abstract class NotifierExecutionOptions extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
NotifierExecutionOptions(NotifierType notifierType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
NotifierType |
getNotifierType() |
int |
hashCode() |
boolean |
isEnabled() |
boolean |
isEnabled(Level level) |
boolean |
isNoisy() |
void |
setEnabled(boolean enabled) |
void |
setNoisy(boolean noisy) |
void |
setNotifierType(NotifierType notifierType) |
String |
toString() |
protected NotifierExecutionOptions(NotifierType notifierType)
public NotifierType getNotifierType()
public void setNotifierType(NotifierType notifierType)
public boolean isEnabled()
public boolean isEnabled(Level level)
public void setEnabled(boolean enabled)
public boolean isNoisy()
public void setNoisy(boolean noisy)
Copyright © 2019. All rights reserved.