Package org.basepom.inline.transformer
Class JarProcessor.Holder
java.lang.Object
org.basepom.inline.transformer.JarProcessor.Holder
- Enclosing interface:
- JarProcessor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionpreScan(ClassPathResource classPathResource) process(ClassPathResource classPathResource) scan(ClassPathResource classPathResource)
-
Constructor Details
-
Holder
-
Holder
-
-
Method Details
-
preScan
@Nonnull public Optional<ClassPathResource> preScan(@Nonnull ClassPathResource classPathResource) throws IOException - Throws:
IOException
-
scan
@Nonnull public Optional<ClassPathResource> scan(@Nonnull ClassPathResource classPathResource) throws IOException - Throws:
IOException
-
process
@Nonnull public Optional<ClassPathResource> process(@Nonnull ClassPathResource classPathResource) throws IOException - Throws:
IOException
-