public class AgentIdFilter extends java.lang.Object implements AgentFilter
DEFAULT, OUTBOX_AGENT_FILTER
Constructor and Description |
---|
AgentIdFilter(java.lang.String... ids)
Creates a new filter.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isIncluded(Agent agent)
Checks if the given agent is included by this filter.
|
public AgentIdFilter(java.lang.String... ids)
ids
- the ids to filter for.public boolean isIncluded(Agent agent)
isIncluded
in interface AgentFilter
agent
- the agent to check.true
if the given agent id is included in this filter.Copyright © 2010 - 2023 Adobe. All Rights Reserved