public class AgentPropertyPredicate extends Object implements Predicate<AgentInfo>
| Constructor and Description |
|---|
AgentPropertyPredicate(Map<String,String> properties) |
AgentPropertyPredicate(String propertiesStr) |
AgentPropertyPredicate(String propertiesStr,
Map<String,String> replacements) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
test(AgentInfo agent) |
String |
toString() |
Copyright © 2023 LSST. All rights reserved.