Generates an Ivy XML Module Descriptor file.
Constructor and description |
---|
GenerateIvyDescriptor
() |
Type | Name and description |
---|---|
void |
doGenerate() |
IvyModuleDescriptor |
getDescriptor() The module descriptor metadata. |
File |
getDestination() The file the descriptor will be written to. |
protected FileResolver |
getFileResolver() |
void |
setDescriptor(IvyModuleDescriptor descriptor) |
void |
setDestination(Object destination) Sets the destination the descriptor will be written to. |
The module descriptor metadata.
The file the descriptor will be written to.
Sets the destination the descriptor will be written to. The value is resolved with Project.file
destination
- The file the descriptor will be written to.