|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD |
java.lang.Objectorg.gradle.api.DefaultTask
com.github.abrarsyed.gmcp.tasks.obfuscate.ReobfTask
class ReobfTask extends DefaultTask
Created with IntelliJ IDEA. User: AbrarSyed Date: 7/30/13 Time: 6:30 PM To change this template use File | Settings | File Templates.
Property Summary | |
---|---|
java.lang.Object |
srg
|
Constructor Summary | |
ReobfTask()
|
Method Summary | |
---|---|
void
|
generate()
Generates the signature files. |
FileCollection
|
getFilesToObfuscate()
All of the files that will be signed by this task. |
DomainObjectSet
|
getObfuscated()
The signatures generated by this task. |
FileCollection
|
getObfuscatedFiles()
All of the signature files that will be generated by this operation. |
void
|
reobf(Task task, groovy.lang.Closure artifactSpec)
|
void
|
reobf(Task... tasks)
Configures the task to sign the archive produced for each of the given tasks (which must be archive tasks). |
void
|
reobf(PublishArtifact publishArtifact, groovy.lang.Closure artifactSpec)
Configures the task to sign each of the given artifacts |
void
|
reobf(PublishArtifact... publishArtifacts)
Configures the task to sign each of the given artifacts |
void
|
reobf(java.io.File file, groovy.lang.Closure artifactSpec)
Configures the task to reobf each of the given files |
void
|
reobf(java.io.File... files)
Configures the task to reobf each of the given files |
void
|
reobf(Configuration configuration, groovy.lang.Closure artifactSpec)
Configures the task to obfuscate every artifact of the given configurations |
void
|
reobf(Configuration... configurations)
Configures the task to obfuscate every artifact of the given configurations |
Property Detail |
---|
java.lang.Object srg
Constructor Detail |
---|
ReobfTask()
Method Detail |
---|
@TaskAction void generate()
FileCollection getFilesToObfuscate()
DomainObjectSet getObfuscated()
FileCollection getObfuscatedFiles()
void reobf(Task task, groovy.lang.Closure artifactSpec)
void reobf(Task... tasks)
void reobf(PublishArtifact publishArtifact, groovy.lang.Closure artifactSpec)
void reobf(PublishArtifact... publishArtifacts)
void reobf(java.io.File file, groovy.lang.Closure artifactSpec)
void reobf(java.io.File... files)
void reobf(Configuration configuration, groovy.lang.Closure artifactSpec)
void reobf(Configuration... configurations)
Groovy Documentation