public class RibbonExclude extends Object
Modifier and Type | Class and Description |
---|---|
static class |
RibbonExclude.EXCLUDETARGET
Target of exclusion in the ribbon configuration
|
static class |
RibbonExclude.EXCLUDETYPE
Type of exclusion in the ribbon configuration
|
Modifier and Type | Field and Description |
---|---|
private Logger |
_logger |
private RibbonExclude.EXCLUDETARGET |
_target |
private RibbonExclude.EXCLUDETYPE |
_type |
private String |
_value |
Constructor and Description |
---|
RibbonExclude(Configuration configuration,
Logger logger)
Configure a new exclusion
|
Modifier and Type | Method and Description |
---|---|
RibbonExclude.EXCLUDETARGET |
getTarget()
Get the target of exclusion
|
RibbonExclude.EXCLUDETYPE |
getType()
Get the type of exclusion
|
String |
getValue()
Get the exclusion value
|
private RibbonExclude.EXCLUDETYPE _type
private RibbonExclude.EXCLUDETARGET _target
public RibbonExclude(Configuration configuration, Logger logger) throws ConfigurationException
configuration
- The ribbon configuration for the exclude taglogger
- The loggerConfigurationException
- If an error occurspublic RibbonExclude.EXCLUDETYPE getType()
public RibbonExclude.EXCLUDETARGET getTarget()