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
  • Constructor Details

    • SubclassOnlyInCoreServer

      public SubclassOnlyInCoreServer()
  • Method Details

    • children

      public <T> Iterable<T> children(Class<T> type)
      Description copied from class: BooleanCondition
      Recursively collect all children of type type.
      Specified by:
      children in class BooleanCondition
      Parameters:
      type - implementation type of the conditions to collect and return.
      Returns:
      non-null, unmodifiable iteration of children of type type.