Uses of Interface
org.jboss.set.mavendependencyupdater.rules.Restriction
-
Packages that use Restriction Package Description org.jboss.set.mavendependencyupdater.configuration org.jboss.set.mavendependencyupdater.rules -
-
Uses of Restriction in org.jboss.set.mavendependencyupdater.configuration
Methods in org.jboss.set.mavendependencyupdater.configuration with type parameters of type Restriction Modifier and Type Method Description <T extends Restriction>
Optional<T>Configuration. getRestrictionFor(String g, String a, Class<T> restrictionClass)Methods in org.jboss.set.mavendependencyupdater.configuration that return types with arguments of type Restriction Modifier and Type Method Description List<Restriction>Configuration. getRestrictionsFor(String g, String a) -
Uses of Restriction in org.jboss.set.mavendependencyupdater.rules
Classes in org.jboss.set.mavendependencyupdater.rules that implement Restriction Modifier and Type Class Description classIgnoreRestrictionRefuses versions that match any of given regular expressions.classNeverRestrictionclassQualifierRestrictionRestricts version qualifier to match one of the provided regular expressions.classVersionPrefixRestrictionRestricts candidate versions to those that match specified version prefix.classVersionStreamRestriction
-