Gradle project extension for specifying an Ivy module descriptor file and optionally an Ivy settings file.
| Constructor and description |
|---|
IvyModuleExtension
(org.gradle.api.Project pProject) |
| Type | Name and description |
|---|---|
java.io.File |
getFrom()Get the Ivy module descriptor file to load configurations and dependencies from. |
java.io.File |
getSettings()Get the Ivy settings file to use when parsing the module descriptor file. |
void |
setFrom(java.lang.Object pFile) |
void |
setSettings(java.lang.Object pFile) |
| Methods inherited from class | Name |
|---|---|
class ProjectAware |
getProject |
class java.lang.Object |
java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Get the Ivy module descriptor file to load configurations and dependencies from. The default value is a file called "ivy.xml" in the Gradle project directory.
Get the Ivy settings file to use when parsing the module descriptor file. If this file is null, the default settings in the Ivy distribution will be used.