|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
org.apache.ivy.ant.IvyConfigure
public class IvyConfigure
Configure Ivy with an ivysettings.xml file
Field Summary |
---|
Fields inherited from class org.apache.tools.ant.Task |
---|
target, taskName, taskType, wrapper |
Fields inherited from class org.apache.tools.ant.ProjectComponent |
---|
description, location, project |
Constructor Summary | |
---|---|
IvyConfigure()
Deprecated. |
Method Summary | |
---|---|
void |
addConfiguredCredentials(IvyAntSettings.Credentials c)
Deprecated. |
void |
execute()
Deprecated. |
Ivy |
getIvyInstance()
Deprecated. |
void |
setFile(java.io.File file)
Deprecated. |
void |
setHost(java.lang.String host)
Deprecated. |
void |
setPasswd(java.lang.String passwd)
Deprecated. |
void |
setProject(org.apache.tools.ant.Project prj)
Deprecated. |
void |
setRealm(java.lang.String realm)
Deprecated. |
void |
setUrl(java.lang.String confUrl)
Deprecated. |
void |
setUsername(java.lang.String userName)
Deprecated. |
Methods inherited from class org.apache.tools.ant.Task |
---|
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType |
Methods inherited from class org.apache.tools.ant.ProjectComponent |
---|
clone, getDescription, getLocation, getProject, setDescription, setLocation |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IvyConfigure()
Method Detail |
---|
public void execute() throws org.apache.tools.ant.BuildException
execute
in class org.apache.tools.ant.Task
org.apache.tools.ant.BuildException
public void addConfiguredCredentials(IvyAntSettings.Credentials c)
public void setFile(java.io.File file)
public void setHost(java.lang.String host)
public void setPasswd(java.lang.String passwd)
public void setProject(org.apache.tools.ant.Project prj)
setProject
in class org.apache.tools.ant.ProjectComponent
public void setRealm(java.lang.String realm)
public void setUrl(java.lang.String confUrl) throws java.net.MalformedURLException
java.net.MalformedURLException
public void setUsername(java.lang.String userName)
public Ivy getIvyInstance()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |