Class Restriction
java.lang.Object
org.apache.maven.artifact.versioning.Restriction
Describes a restriction in versioning.
- 
Field SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionRestriction(ArtifactVersion lowerBound, boolean lowerBoundInclusive, ArtifactVersion upperBound, boolean upperBoundInclusive) 
- 
Method SummaryModifier and TypeMethodDescriptionbooleancontainsVersion(ArtifactVersion version) booleaninthashCode()booleanbooleantoString()
- 
Field Details- 
EVERYTHING
 
- 
- 
Constructor Details- 
Restrictionpublic Restriction(ArtifactVersion lowerBound, boolean lowerBoundInclusive, ArtifactVersion upperBound, boolean upperBoundInclusive) 
 
- 
- 
Method Details- 
getLowerBound
- 
isLowerBoundInclusivepublic boolean isLowerBoundInclusive()
- 
getUpperBound
- 
isUpperBoundInclusivepublic boolean isUpperBoundInclusive()
- 
containsVersion
- 
hashCodepublic int hashCode()
- 
equals
- 
toString
 
-