org.apache.ivy.plugins.namespace

Class NamespaceRule

public class NamespaceRule extends Object

Method Summary
voidaddFromsystem(MRIDTransformationRule fromSystem)
voidaddTosystem(MRIDTransformationRule toSystem)
StringgetDescription()
MRIDTransformationRulegetFromSystem()
StringgetName()
MRIDTransformationRulegetToSystem()
voidsetDescription(String description)
voidsetName(String name)

Method Detail

addFromsystem

public void addFromsystem(MRIDTransformationRule fromSystem)

addTosystem

public void addTosystem(MRIDTransformationRule toSystem)

getDescription

public String getDescription()

getFromSystem

public MRIDTransformationRule getFromSystem()

getName

public String getName()

getToSystem

public MRIDTransformationRule getToSystem()

setDescription

public void setDescription(String description)

setName

public void setName(String name)