|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.gradle.api.internal.AbstractTask org.gradle.api.DefaultTask org.gradle.api.publish.ivy.tasks.GenerateIvyDescriptor
@Incubating public class GenerateIvyDescriptor extends DefaultTask
Generates an Ivy XML Module Descriptor file.
Constructor Summary | |
GenerateIvyDescriptor(FileResolver fileResolver)
|
Method Summary | |
---|---|
void
|
doGenerate()
|
IvyModuleDescriptor
|
getDescriptor()
The module descriptor metadata. |
File
|
getDestination()
The file the descriptor will be written to. |
void
|
setDescriptor(IvyModuleDescriptor descriptor)
|
void
|
setDestination(Object destination)
Sets the destination the descriptor will be written to. |
Constructor Detail |
---|
@Inject public GenerateIvyDescriptor(FileResolver fileResolver)
Method Detail |
---|
@TaskAction public void doGenerate()
public IvyModuleDescriptor getDescriptor()
@OutputFile public File getDestination()
public void setDescriptor(IvyModuleDescriptor descriptor)
public void setDestination(Object destination)
destination
- The file the descriptor will be written to.
Gradle API 1.12