Class JarWriterProcessor
java.lang.Object
org.basepom.inline.transformer.processor.JarWriterProcessor
- All Implemented Interfaces:
JarProcessor
-
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) 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, scan
-
Constructor Details
-
JarWriterProcessor
-
-
Method Details
-
process
@CheckForNull public ClassPathResource process(@Nonnull ClassPathResource classPathResource, JarProcessor.Chain<ClassPathResource> chain) throws IOException - Specified by:
processin interfaceJarProcessor- Throws:
IOException
-