Uses of Class
org.apache.ivy.plugins.namespace.MRIDRule
-
Packages that use MRIDRule Package Description org.apache.ivy.plugins.namespace -
-
Uses of MRIDRule in org.apache.ivy.plugins.namespace
Fields in org.apache.ivy.plugins.namespace declared as MRIDRule Modifier and Type Field Description private MRIDRule
MRIDTransformationRule. dest
Fields in org.apache.ivy.plugins.namespace with type parameters of type MRIDRule Modifier and Type Field Description private java.util.List<MRIDRule>
MRIDTransformationRule. src
Methods in org.apache.ivy.plugins.namespace with parameters of type MRIDRule Modifier and Type Method Description void
MRIDTransformationRule. addDest(MRIDRule dest)
void
MRIDTransformationRule. addSrc(MRIDRule src)
ModuleRevisionId
MRIDTransformationRule.MridRuleMatcher. apply(MRIDRule dest, ModuleRevisionId mrid)
boolean
MRIDTransformationRule.MridRuleMatcher. match(MRIDRule src, ModuleRevisionId mrid)
-