Class PrivateInternals_BooleanCondition.SubclassOnlyInCoreServer
java.lang.Object
com.google.gerrit.extensions.conditions.BooleanCondition
com.google.gerrit.extensions.conditions.PrivateInternals_BooleanCondition.SubclassOnlyInCoreServer
- 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
-
Method Summary
Methods inherited from class com.google.gerrit.extensions.conditions.BooleanCondition
and, and, evaluatesTrivially, not, or, or, reduce, value, valueOf
-
Constructor Details
-
SubclassOnlyInCoreServer
public SubclassOnlyInCoreServer()
-
-
Method Details
-
children
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
.
-