Class ManifestMerger

java.lang.Object
groovy.lang.GroovyObjectSupport
groovy.lang.Closure<B>
net.auoeke.gronk.ClosureExtension<com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar,Void>
net.auoeke.gronk.ManifestMergerExtension
net.auoeke.gronk.ManifestMerger
All Implemented Interfaces:
com.github.jengelman.gradle.plugins.shadow.transformers.Transformer, groovy.lang.GroovyCallable<Void>, groovy.lang.GroovyObject, Serializable, Cloneable, Runnable, Callable<Void>, org.gradle.api.Named, org.gradle.util.Configurable<ManifestMergerExtension>

public class ManifestMerger extends ManifestMergerExtension
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.gradle.api.Named

    org.gradle.api.Named.Namer
  • Field Summary

    Fields inherited from class net.auoeke.gronk.ManifestMergerExtension

    configured

    Fields inherited from class groovy.lang.Closure

    DELEGATE_FIRST, DELEGATE_ONLY, DONE, IDENTITY, maximumNumberOfParameters, OWNER_FIRST, OWNER_ONLY, parameterTypes, SKIP, TO_SELF
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class net.auoeke.gronk.ClosureExtension

    inject, owner

    Methods inherited from class groovy.lang.Closure

    andThen, andThenSelf, andThenSelf, asWritable, call, call, call, clone, compose, composeSelf, composeSelf, curry, curry, dehydrate, getDelegate, getDirective, getMaximumNumberOfParameters, getOwner, getParameterTypes, getProperty, getResolveStrategy, getThisObject, isCase, leftShift, leftShift, memoize, memoizeAtLeast, memoizeAtMost, memoizeBetween, ncurry, ncurry, rcurry, rcurry, rehydrate, rightShift, run, setDelegate, setDirective, setProperty, setResolveStrategy, throwRuntimeException, trampoline, trampoline

    Methods inherited from class groovy.lang.GroovyObjectSupport

    getMetaClass, setMetaClass

    Methods inherited from class java.lang.Object

    equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface groovy.lang.GroovyObject

    invokeMethod
  • Constructor Details

    • ManifestMerger

      public ManifestMerger()