Class MetaInfFileProcessor
java.lang.Object
org.basepom.inline.transformer.processor.MetaInfFileProcessor
- All Implemented Interfaces:
JarProcessor
Deal with all files in META-INF that have no special treatment (like services etc.)
-
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
-
MetaInfFileProcessor
public MetaInfFileProcessor()
-
-
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
-