org.apache.ivy.core.settings

Class IvySettings.ModuleSettings

private static class IvySettings.ModuleSettings extends Object

Constructor Summary
ModuleSettings(String resolver, String branchName, String conflictMgr, String resolveMode)
Method Summary
StringgetBranch()
StringgetConflictManager()
StringgetResolveMode()
StringgetResolverName()
StringtoString()

Constructor Detail

ModuleSettings

public ModuleSettings(String resolver, String branchName, String conflictMgr, String resolveMode)

Method Detail

getBranch

public String getBranch()

getConflictManager

public String getConflictManager()

getResolveMode

public String getResolveMode()

getResolverName

public String getResolverName()

toString

public String toString()