public interface AgentFilter
AgentFilter
provides a simple interface to filter for agents.Modifier and Type | Field and Description |
---|---|
static AgentFilter |
DEFAULT
Default filter that includes all non-specific agents.
|
static AgentFilter |
OUTBOX_AGENT_FILTER
Default filter that includes all agents that 'are triggered on distribute', i.e.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isIncluded(Agent agent)
Checks if the given agent is included by this filter.
|
static final AgentFilter DEFAULT
static final AgentFilter OUTBOX_AGENT_FILTER
boolean isIncluded(Agent agent)
agent
- the agent to check.true
if the given agent is included.Copyright © 2010 - 2023 Adobe. All Rights Reserved