Package org.apache.ivy.plugins.namespace
Class NamespaceRule
- java.lang.Object
-
- org.apache.ivy.plugins.namespace.NamespaceRule
-
public class NamespaceRule extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description NamespaceRule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddFromsystem(MRIDTransformationRule fromSystem)voidaddTosystem(MRIDTransformationRule toSystem)java.lang.StringgetDescription()MRIDTransformationRulegetFromSystem()java.lang.StringgetName()MRIDTransformationRulegetToSystem()voidsetDescription(java.lang.String description)voidsetName(java.lang.String name)
-
-
-
Method Detail
-
getFromSystem
public MRIDTransformationRule getFromSystem()
-
addFromsystem
public void addFromsystem(MRIDTransformationRule fromSystem)
-
getToSystem
public MRIDTransformationRule getToSystem()
-
addTosystem
public void addTosystem(MRIDTransformationRule toSystem)
-
getDescription
public java.lang.String getDescription()
-
setDescription
public void setDescription(java.lang.String description)
-
getName
public java.lang.String getName()
-
setName
public void setName(java.lang.String name)
-
-