Uses of Interface
org.apache.maven.plugins.shade.resource.ResourceTransformer
-
Packages that use ResourceTransformer Package Description org.apache.maven.plugins.shade org.apache.maven.plugins.shade.resource org.apache.maven.plugins.shade.resource.properties -
-
Uses of ResourceTransformer in org.apache.maven.plugins.shade
Methods in org.apache.maven.plugins.shade that return types with arguments of type ResourceTransformer Modifier and Type Method Description java.util.List<ResourceTransformer>ShadeRequest. getResourceTransformers()Method parameters in org.apache.maven.plugins.shade with type arguments of type ResourceTransformer Modifier and Type Method Description voidShadeRequest. setResourceTransformers(java.util.List<ResourceTransformer> resourceTransformers)The transformers. -
Uses of ResourceTransformer in org.apache.maven.plugins.shade.resource
Subinterfaces of ResourceTransformer in org.apache.maven.plugins.shade.resource Modifier and Type Interface Description interfaceReproducibleResourceTransformerTransform resource ensuring reproducible output: that requires to get the timestamp of the initial resources to define in a reproducible way the timestamp of the transformed resource.Classes in org.apache.maven.plugins.shade.resource that implement ResourceTransformer Modifier and Type Class Description classApacheLicenseResourceTransformerPrevents duplicate copies of the licenseclassApacheNoticeResourceTransformerMergesMETA-INF/NOTICE.TXTfiles.classAppendingTransformerA resource processor that appends content for a resource, separated by a newline.classComponentsXmlResourceTransformerA resource processor that aggregates plexuscomponents.xmlfiles.classDontIncludeResourceTransformerA resource processor that prevents the inclusion of an arbitrary resource into the shaded JAR.classGroovyResourceTransformerAggregate Apache Groovy extension modules descriptorsclassIncludeResourceTransformerA resource processor that allows the addition of an arbitrary file content into the shaded JAR.classManifestResourceTransformerA resource processor that allows the arbitrary addition of attributes to the first MANIFEST.MF that is found in the set of JARs being processed, or to a newly created manifest for the shaded JAR.classPluginXmlResourceTransformerA resource processor that aggregates Mavenplugin.xmlfiles.classResourceBundleAppendingTransformerAn appending transformer for resource bundlesclassServicesResourceTransformerResources transformer that relocates classes in META-INF/services and appends entries in META-INF/services resources into a single resource.classSisuIndexResourceTransformerResource transformer that relocates classes inMETA-INF/sisu/javax.inject.Namedand appends resources into a single resource.classXmlAppendingTransformerAppends multiple occurrences of some XML file.Methods in org.apache.maven.plugins.shade.resource that return types with arguments of type ResourceTransformer Modifier and Type Method Description static java.util.List<ResourceTransformer>UseDependencyReducedPom. createPomReplaceTransformers(MavenProject project, java.io.File dependencyReducedPomLocation) -
Uses of ResourceTransformer in org.apache.maven.plugins.shade.resource.properties
Classes in org.apache.maven.plugins.shade.resource.properties that implement ResourceTransformer Modifier and Type Class Description classMicroprofileConfigTransformerEnables to merge Microprofile Config configuration files properly respecting their ordinal.classOpenWebBeansPropertiesTransformerEnables to merge openwebbeans configuration files properly respecting their ordinal.classPropertiesTransformerEnables to merge a set of properties respecting priority between them.
-