public class Restriction extends Object
| Constructor and Description |
|---|
Restriction(ArtifactVersion lowerBound,
boolean lowerBoundInclusive,
ArtifactVersion upperBound,
boolean upperBoundInclusive) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
ArtifactVersion |
getLowerBound() |
ArtifactVersion |
getUpperBound() |
boolean |
isLowerBoundInclusive() |
boolean |
isUpperBoundInclusive() |
String |
toString() |
public Restriction(ArtifactVersion lowerBound, boolean lowerBoundInclusive, ArtifactVersion upperBound, boolean upperBoundInclusive)
public ArtifactVersion getLowerBound()
public boolean isLowerBoundInclusive()
public ArtifactVersion getUpperBound()
public boolean isUpperBoundInclusive()
Copyright © 2015. All Rights Reserved.