public class MainClassModuleNameExtractor extends Object
| Constructor and Description |
|---|
MainClassModuleNameExtractor(java.nio.file.Path jdkHome) |
| Modifier and Type | Method and Description |
|---|---|
<T> Map<T,String> |
extract(Map<T,java.nio.file.Path> files) |
static String |
getModuleName(java.nio.file.Path modulePath) |
static void |
main(String[] args) |
public MainClassModuleNameExtractor(java.nio.file.Path jdkHome)
public <T> Map<T,String> extract(Map<T,java.nio.file.Path> files) throws IOException
IOExceptionpublic static void main(String[] args)
public static String getModuleName(java.nio.file.Path modulePath) throws Exception
ExceptionCopyright © 2001–2025 Codehaus Plexus. All rights reserved.