org.apache.ivy.ant

Class IvyConfigure

public class IvyConfigure extends Task

Configure Ivy with an ivysettings.xml file
Field Summary
static StringOVERRIDE_FALSE
Use to avoid overriding a previous definition of settings with the same id
static StringOVERRIDE_NOT_ALLOWED
Use to raise an error if attempting to override a previous definition of settings with the same id
static StringOVERRIDE_TRUE
Use to override a previous definition of settings with the same id
Method Summary
voidexecute()
FilegetFile()
StringgetHost()
StringgetOverride()
StringgetPasswd()
StringgetRealm()
StringgetSettingsId()
URLgetUrl()
StringgetUserName()
voidsetFile(File file)
voidsetHost(String host)
voidsetOverride(String override)
voidsetPasswd(String passwd)
voidsetRealm(String realm)
voidsetSettingsId(String settingsId)
voidsetUrl(String url)
voidsetUrl(URL url)
voidsetUserName(String userName)

Field Detail

OVERRIDE_FALSE

public static final String OVERRIDE_FALSE
Use to avoid overriding a previous definition of settings with the same id

OVERRIDE_NOT_ALLOWED

public static final String OVERRIDE_NOT_ALLOWED
Use to raise an error if attempting to override a previous definition of settings with the same id

OVERRIDE_TRUE

public static final String OVERRIDE_TRUE
Use to override a previous definition of settings with the same id

Method Detail

execute

public void execute()

getFile

public File getFile()

getHost

public String getHost()

getOverride

public String getOverride()

getPasswd

public String getPasswd()

getRealm

public String getRealm()

getSettingsId

public String getSettingsId()

getUrl

public URL getUrl()

getUserName

public String getUserName()

setFile

public void setFile(File file)

setHost

public void setHost(String host)

setOverride

public void setOverride(String override)

setPasswd

public void setPasswd(String passwd)

setRealm

public void setRealm(String realm)

setSettingsId

public void setSettingsId(String settingsId)

setUrl

public void setUrl(String url)

setUrl

public void setUrl(URL url)

setUserName

public void setUserName(String userName)