Uses of Class
org.apache.ivy.plugins.namespace.MRIDTransformationRule
-
Packages that use MRIDTransformationRule Package Description org.apache.ivy.plugins.namespace -
-
Uses of MRIDTransformationRule in org.apache.ivy.plugins.namespace
Fields in org.apache.ivy.plugins.namespace declared as MRIDTransformationRule Modifier and Type Field Description private MRIDTransformationRule
NamespaceRule. fromSystem
private MRIDTransformationRule
NamespaceRule. toSystem
Methods in org.apache.ivy.plugins.namespace that return MRIDTransformationRule Modifier and Type Method Description MRIDTransformationRule
NamespaceRule. getFromSystem()
MRIDTransformationRule
NamespaceRule. getToSystem()
Methods in org.apache.ivy.plugins.namespace with parameters of type MRIDTransformationRule Modifier and Type Method Description void
NamespaceRule. addFromsystem(MRIDTransformationRule fromSystem)
void
NamespaceRule. addTosystem(MRIDTransformationRule toSystem)
-