public interface ITriggerPoint
ITriggerPointManager.getTriggerPoint(String)
.
Instances of this interface are passed as a parameter to
ITriggerPointAdvisor.allow(ITriggerPoint, IIdentifier)
and may be used by the advisor to determine policy.
This interface is not intended to be extended or implemented by clients.
ITriggerPointAdvisor
,
ITriggerPointManager
Modifier and Type | Field and Description |
---|---|
static String |
HINT_INTERACTIVE
The interactive hint key.
|
static String |
HINT_PRE_UI
A hint key for activities that are enabled based on core expressions.
|
Modifier and Type | Method and Description |
---|---|
boolean |
getBooleanHint(String key)
Return the hint with the given key defined on this trigger point as
interpreted as a
boolean . |
String |
getId()
Return the id of this trigger point.
|
String |
getStringHint(String key)
Return the hint with the given key defined on this trigger point.
|
static final String HINT_INTERACTIVE
"interactive"
.static final String HINT_PRE_UI
String getId()
String getStringHint(String key)
key
- the hint keyboolean getBooleanHint(String key)
boolean
.key
- the hint keyBoolean.valueOf(java.lang.String)
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.