Class ResourceRenamerJarProcessor
java.lang.Object
org.basepom.inline.transformer.processor.ResourceRenamerJarProcessor
- All Implemented Interfaces:
JarProcessor
Allows any file which is NOT a JAR file.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.basepom.inline.transformer.JarProcessor
JarProcessor.Chain<T>, JarProcessor.Holder -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprocess(ClassPathResource classPathResource, JarProcessor.Chain<ClassPathResource> chain) scan(ClassPathResource classPathResource, JarProcessor.Chain<ClassPathResource> chain) Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.basepom.inline.transformer.JarProcessor
preScan
-
Constructor Details
-
ResourceRenamerJarProcessor
-
-
Method Details
-
scan
@CheckForNull public ClassPathResource scan(@Nonnull ClassPathResource classPathResource, JarProcessor.Chain<ClassPathResource> chain) throws IOException - Specified by:
scanin interfaceJarProcessor- Throws:
IOException
-
process
@CheckForNull public ClassPathResource process(@Nonnull ClassPathResource classPathResource, JarProcessor.Chain<ClassPathResource> chain) throws IOException - Specified by:
processin interfaceJarProcessor- Throws:
IOException
-