public abstract class AbstractExclusion extends Object implements Exclusion
Exclusions extend this. Implementations should use the inherited logger for any
messages!| Modifier | Constructor and Description |
|---|---|
protected |
AbstractExclusion(String id,
String description) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
User-visible description of the exclusion
|
String |
getDisabledText()
Default implementation assumes the Exclusion's
getId() is the plugin id so just checks to see
if it is currently installed. |
String |
getId()
ez-templates id for this
Exclusion. |
String |
toString() |
protected static final Logger LOG
public String getId()
ExclusionExclusion. Generally expected to be a plugin's id.public String getDescription()
ExclusiongetDescription in interface Exclusionpublic String getDisabledText()
getId() is the plugin id so just checks to see
if it is currently installed.getDisabledText in interface ExclusionCopyright © 2016–2017. All rights reserved.