public class ActiveMQFilterPredicate<T> extends Object implements Predicate<T>
Modifier and Type | Field and Description |
---|---|
protected String |
field |
protected org.apache.activemq.artemis.core.management.impl.view.predicate.ActiveMQFilterPredicate.Operation |
operation |
protected String |
value |
Constructor and Description |
---|
ActiveMQFilterPredicate() |
Modifier and Type | Method and Description |
---|---|
static boolean |
contains(String field,
String value) |
String |
getField() |
org.apache.activemq.artemis.core.management.impl.view.predicate.ActiveMQFilterPredicate.Operation |
getOperation() |
String |
getValue() |
boolean |
matchAny(Collection objects) |
boolean |
matches(float field) |
boolean |
matches(int field) |
boolean |
matches(long field) |
boolean |
matches(Object field) |
void |
setField(String field) |
void |
setOperation(String operation) |
void |
setValue(String value) |
boolean |
test(T input) |
protected String field
protected String value
protected org.apache.activemq.artemis.core.management.impl.view.predicate.ActiveMQFilterPredicate.Operation operation
public String getField()
public void setField(String field)
public String getValue()
public void setValue(String value)
public org.apache.activemq.artemis.core.management.impl.view.predicate.ActiveMQFilterPredicate.Operation getOperation()
public void setOperation(String operation)
public boolean matches(Object field)
public boolean matchAny(Collection objects)
public boolean matches(long field)
public boolean matches(int field)
public boolean matches(float field)
Copyright © 2019 JBoss by Red Hat. All rights reserved.