Uses of Class
org.moditect.model.GeneratedModuleInfo
-
Packages that use GeneratedModuleInfo Package Description org.moditect.commands org.moditect.mavenplugin.generate -
-
Uses of GeneratedModuleInfo in org.moditect.commands
Methods in org.moditect.commands that return GeneratedModuleInfo Modifier and Type Method Description GeneratedModuleInfo
GenerateModuleInfo. run()
private GeneratedModuleInfo
GenerateModuleInfo. writeModuleInfo(com.github.javaparser.ast.modules.ModuleDeclaration moduleDeclaration)
-
Uses of GeneratedModuleInfo in org.moditect.mavenplugin.generate
Methods in org.moditect.mavenplugin.generate that return GeneratedModuleInfo Modifier and Type Method Description GeneratedModuleInfo
ModuleInfoGenerator. generateModuleInfo(java.nio.file.Path inputJar, java.util.List<ArtifactConfiguration> additionalDependencies, ModuleInfoConfiguration moduleInfo, java.util.Map<ArtifactIdentifier,java.lang.String> assignedNamesByModule)
GeneratedModuleInfo
ModuleInfoGenerator. generateModuleInfo(java.nio.file.Path inputJar, java.util.Set<DependencyDescriptor> dependencies, ModuleInfoConfiguration moduleInfo)
GeneratedModuleInfo
ModuleInfoGenerator. generateModuleInfo(ArtifactConfiguration artifact, java.util.List<ArtifactConfiguration> additionalDependencies, ModuleInfoConfiguration moduleInfo, java.util.Map<ArtifactIdentifier,java.lang.String> assignedNamesByModule, java.util.Map<ArtifactIdentifier,java.nio.file.Path> modularizedJars)
-