Class HealthCheckSelector
java.lang.Object
org.apache.sling.hc.api.execution.HealthCheckSelector
Deprecated.
Parameter class to pass a set of tags and names to the filter.
-
Method Summary
Modifier and TypeMethodDescriptionstatic HealthCheckSelectorempty()Deprecated.String[]names()Deprecated.static HealthCheckSelectorDeprecated.String[]tags()Deprecated.static HealthCheckSelectorDeprecated.toString()Deprecated.Deprecated.Copy the specified names into the current names array.Deprecated.Copy the specified names into the current tags array.
-
Method Details
-
tags
Deprecated. -
names
Deprecated. -
withTags
Deprecated.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
Deprecated.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
Deprecated. -
tags
Deprecated. -
names
Deprecated. -
toString
Deprecated.
-