Uses of Class
org.apache.maven.artifact.versioning.Restriction
Packages that use Restriction
-
Uses of Restriction in org.apache.maven.artifact.versioning
Fields in org.apache.maven.artifact.versioning declared as RestrictionFields in org.apache.maven.artifact.versioning with type parameters of type RestrictionMethods in org.apache.maven.artifact.versioning that return RestrictionModifier and TypeMethodDescriptionprivate static Restriction
VersionRange.parseRestriction
(String spec) Methods in org.apache.maven.artifact.versioning that return types with arguments of type RestrictionModifier and TypeMethodDescriptionVersionRange.getRestrictions()
private List<Restriction>
VersionRange.intersection
(List<Restriction> r1, List<Restriction> r2) Method parameters in org.apache.maven.artifact.versioning with type arguments of type RestrictionModifier and TypeMethodDescriptionprivate List<Restriction>
VersionRange.intersection
(List<Restriction> r1, List<Restriction> r2) Constructor parameters in org.apache.maven.artifact.versioning with type arguments of type RestrictionModifierConstructorDescriptionprivate
VersionRange
(ArtifactVersion recommendedVersion, List<Restriction> restrictions)