Uses of Class
org.moditect.mavenplugin.generate.ModuleInfoGenerator
-
Packages that use ModuleInfoGenerator Package Description org.moditect.mavenplugin.add -
-
Uses of ModuleInfoGenerator in org.moditect.mavenplugin.add
Methods in org.moditect.mavenplugin.add with parameters of type ModuleInfoGenerator Modifier and Type Method Description private java.lang.String
AddModuleInfoMojo. getModuleInfoSource(java.nio.file.Path inputFile, MainModuleConfiguration moduleConfiguration, ModuleInfoGenerator moduleInfoGenerator, java.util.Map<ArtifactIdentifier,java.lang.String> assignedNamesByModule, java.util.Map<ArtifactIdentifier,java.nio.file.Path> modularizedJars)
private java.lang.String
AddModuleInfoMojo. getModuleInfoSource(java.nio.file.Path inputFile, ModuleConfiguration moduleConfiguration, ModuleInfoGenerator moduleInfoGenerator, java.util.Map<ArtifactIdentifier,java.lang.String> assignedNamesByModule, java.util.Map<ArtifactIdentifier,java.nio.file.Path> modularizedJars)
-