Module org.kordamp.jarviz.core
Class ManifestShowJarProcessor
java.lang.Object
org.kordamp.jarviz.core.processors.ManifestShowJarProcessor
- All Implemented Interfaces:
JarProcessor<Optional<Manifest>>
- 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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate JarProcessor.JarFileResult<Optional<Manifest>> processJarFile(JarFile jarFile)
-
Field Details
-
jarFileResolver
-
-
Constructor Details
-
ManifestShowJarProcessor
-
-
Method Details
-
getResult
- Specified by:
getResultin interfaceJarProcessor<Optional<Manifest>>- Throws:
JarvizException
-
processJarFile
-