| |
|
| org.apache.ivy.ant.IvyAntSettings
All known Subclasses: org.apache.ivy.ant.IvyConfigure,
IvyAntSettings | public class IvyAntSettings extends Task (Code) | | |
Inner Class :public static class Credentials | |
OVERRIDE_FALSE | final public static String OVERRIDE_FALSE(Code) | | Use to avoid overriding a previous definition of settings with the same id
|
OVERRIDE_NOT_ALLOWED | final public static String OVERRIDE_NOT_ALLOWED(Code) | | Use to raise an error if attempting to override a previous definition of settings with the
same id
|
OVERRIDE_TRUE | final public static String OVERRIDE_TRUE(Code) | | Use to override a previous definition of settings with the same id
|
addConfiguredCredentials | public void addConfiguredCredentials(Credentials c)(Code) | | |
execute | public void execute() throws BuildException(Code) | | |
getConfiguredIvyInstance | public Ivy getConfiguredIvyInstance()(Code) | | Return the configured Ivy instance.
Returns the configured Ivy instance. |
getDefaultInstance | public static IvyAntSettings getDefaultInstance(Project project)(Code) | | Returns the default ivy settings of this classloader. If it doesn't exist yet, a new one is
created using the given project to back the VariableContainer.
Parameters: project - TODO add text. An IvySetting instance. |
|
|
|