Class HealthCheckSelector
java.lang.Object
org.apache.felix.hc.api.execution.HealthCheckSelector
Parameter class to pass a set of tags and names to the filter.
-
Method Summary
Modifier and TypeMethodDescriptionstatic HealthCheckSelectorempty()booleaninthashCode()String[]names()static HealthCheckSelectorString[]tags()static HealthCheckSelectortoString()Copy the specified names into the current names array.Copy the specified names into the current tags array.
-
Method Details
-
tags
-
names
-
withTags
Copy the specified names into the current tags array.- Parameters:
tags- the new tags. Specify null to clear the current tag array- Returns:
- this
-
withNames
Copy the specified names into the current names array.- Parameters:
names- the new names. Specify null to clear the current name array- Returns:
- this
-
empty
-
tags
-
names
-
toString
-
hashCode
public int hashCode() -
equals
-