| Modifier and Type | Method and Description |
|---|---|
Set<Constraint> |
GraylogVersionConstraintChecker.ensureConstraints(Collection<Constraint> requestedConstraints) |
Set<Constraint> |
ConstraintChecker.ensureConstraints(Collection<Constraint> requestedConstraints) |
Set<Constraint> |
PluginVersionConstraintChecker.ensureConstraints(Collection<Constraint> requestedConstraints) |
| Modifier and Type | Method and Description |
|---|---|
Set<ConstraintCheckResult> |
GraylogVersionConstraintChecker.checkConstraints(Collection<Constraint> requestedConstraints) |
Set<ConstraintCheckResult> |
ConstraintChecker.checkConstraints(Collection<Constraint> requestedConstraints) |
Set<ConstraintCheckResult> |
PluginVersionConstraintChecker.checkConstraints(Collection<Constraint> requestedConstraints) |
Set<Constraint> |
GraylogVersionConstraintChecker.ensureConstraints(Collection<Constraint> requestedConstraints) |
Set<Constraint> |
ConstraintChecker.ensureConstraints(Collection<Constraint> requestedConstraints) |
Set<Constraint> |
PluginVersionConstraintChecker.ensureConstraints(Collection<Constraint> requestedConstraints) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Constraint> |
FailedConstraintsException.getFailedConstraints() |
| Constructor and Description |
|---|
FailedConstraintsException(Collection<Constraint> failedConstraints) |
| Modifier and Type | Method and Description |
|---|---|
Set<Constraint> |
ContentPackV1.constraints() |
abstract com.google.common.collect.ImmutableSet<Constraint> |
LegacyContentPack.requires() |
| Modifier and Type | Class and Description |
|---|---|
class |
GraylogVersionConstraint |
class |
PluginVersionConstraint |
| Modifier and Type | Method and Description |
|---|---|
abstract Constraint |
ConstraintCheckResult.constraint() |
| Modifier and Type | Method and Description |
|---|---|
static ConstraintCheckResult |
ConstraintCheckResult.create(Constraint constraint,
boolean fulfilled) |
| Modifier and Type | Method and Description |
|---|---|
abstract com.google.common.collect.ImmutableSet<Constraint> |
EntityV1.constraints() |
| Modifier and Type | Method and Description |
|---|---|
abstract EntityV1.Builder |
EntityV1.Builder.constraints(com.google.common.collect.ImmutableSet<Constraint> constraints) |
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.