Class PrivateInternals_BooleanCondition.SubclassOnlyInCoreServer
- java.lang.Object
-
- com.google.gerrit.extensions.conditions.BooleanCondition
-
- com.google.gerrit.extensions.conditions.PrivateInternals_BooleanCondition.SubclassOnlyInCoreServer
-
- Direct Known Subclasses:
PermissionBackendCondition
- Enclosing class:
- PrivateInternals_BooleanCondition
public abstract static class PrivateInternals_BooleanCondition.SubclassOnlyInCoreServer extends BooleanCondition
-
-
Field Summary
-
Fields inherited from class com.google.gerrit.extensions.conditions.BooleanCondition
FALSE, TRUE
-
-
Constructor Summary
Constructors Constructor Description SubclassOnlyInCoreServer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> Iterable<T>
children(Class<T> type)
Recursively collect all children of typetype
.-
Methods inherited from class com.google.gerrit.extensions.conditions.BooleanCondition
and, and, evaluatesTrivially, not, or, or, reduce, value, valueOf
-
-
-
-
Method Detail
-
children
public <T> Iterable<T> children(Class<T> type)
Description copied from class:BooleanCondition
Recursively collect all children of typetype
.- Specified by:
children
in classBooleanCondition
- Parameters:
type
- implementation type of the conditions to collect and return.- Returns:
- non-null, unmodifiable iteration of children of type
type
.
-
-