-
- All Known Implementing Classes:
BytecodeShowJarProcessor,ChecksumJarProcessor,EntriesExtractJarProcessor,EntriesFindJarProcessor,ManifestQueryJarProcessor,ManifestShowJarProcessor,ModuleDescriptorJarProcessor,ModuleNameJarProcessor,PackageSplitJarProcessor,PackageValidateJarProcessor,ServicesListJarProcessor,ServicesShowJarProcessor
public interface JarProcessor<R>- Since:
- 0.1.0
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classJarProcessor.JarFileResult<R>
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Set<JarProcessor.JarFileResult<R>>getResult()
-
-
-
Method Detail
-
getResult
java.util.Set<JarProcessor.JarFileResult<R>> getResult() throws JarvizException
- Throws:
JarvizException
-
-