class ManifestModuleNameExtractor extends java.lang.Object implements ModuleNameExtractor
| Constructor and Description |
|---|
ManifestModuleNameExtractor() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
extract(java.nio.file.Path file) |
private java.util.jar.Manifest |
extractManifest(java.io.File file) |
public java.lang.String extract(java.nio.file.Path file)
throws java.io.IOException
extract in interface ModuleNameExtractorjava.io.IOExceptionprivate java.util.jar.Manifest extractManifest(java.io.File file)
throws java.io.IOException
java.io.IOException