Module org.kordamp.jarviz.core
Class BytecodeShowJarProcessor
- java.lang.Object
-
- org.kordamp.jarviz.core.processors.BytecodeShowJarProcessor
-
- All Implemented Interfaces:
JarProcessor<BytecodeVersions>
public class BytecodeShowJarProcessor extends java.lang.Object implements JarProcessor<BytecodeVersions>
- Since:
- 0.1.0
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.kordamp.jarviz.core.processors.JarProcessor
JarProcessor.JarFileResult<R>
-
-
Field Summary
Fields Modifier and Type Field Description private JarFileResolverjarFileResolverprivate static java.util.regex.PatternMULTIRELEASE
-
Constructor Summary
Constructors Constructor Description BytecodeShowJarProcessor(JarFileResolver jarFileResolver)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Set<JarProcessor.JarFileResult<BytecodeVersions>>getResult()private JarProcessor.JarFileResult<BytecodeVersions>processJarFile(java.util.jar.JarFile jarFile)
-
-
-
Field Detail
-
MULTIRELEASE
private static final java.util.regex.Pattern MULTIRELEASE
-
jarFileResolver
private final JarFileResolver jarFileResolver
-
-
Constructor Detail
-
BytecodeShowJarProcessor
public BytecodeShowJarProcessor(JarFileResolver jarFileResolver)
-
-
Method Detail
-
getResult
public java.util.Set<JarProcessor.JarFileResult<BytecodeVersions>> getResult() throws JarvizException
- Specified by:
getResultin interfaceJarProcessor<BytecodeVersions>- Throws:
JarvizException
-
processJarFile
private JarProcessor.JarFileResult<BytecodeVersions> processJarFile(java.util.jar.JarFile jarFile)
-
-