Loads configurations and dependencies from an Ivy module file and adds them to Gradle configurations and dependencies.
| Constructor and description |
|---|
IvyModuleFileLoader
(Project pProject, java.io.File pIvyModuleFile, java.io.File pIvySettingsFile)Create a new IvyModuleFileLoader. |
| Type | Name and description |
|---|---|
void |
loadIvyConfigurations(ConfigurationContainer pConfigurations)Load configurations from the Ivy module file and add them to the specified container. |
void |
loadIvyDependencies(DependencyHandler pDependencies)Load dependencies from the Ivy module file and add them to the specified handler. |
| Methods inherited from class | Name |
|---|---|
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() |
Create a new IvyModuleFileLoader.
pProject - The project to load configurations and dependencies into.pIvyModuleFile - The Ivy module file to load from.pIvySettingsFile - The Ivy settings file, possibly null.Load configurations from the Ivy module file and add them to the specified container.
pConfigurations - The container to add the loaded configurations to.Load dependencies from the Ivy module file and add them to the specified handler.
pDependencies - The handler to add the loaded dependencies to.