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
IOException
public static void main(String[] args)
public static String getModuleName(java.nio.file.Path modulePath) throws Exception
Exception
Copyright © 2001–2023 Codehaus Plexus. All rights reserved.