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 GeneratedModuleInfoGenerateModuleInfo. run()private GeneratedModuleInfoGenerateModuleInfo. 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 GeneratedModuleInfoModuleInfoGenerator. generateModuleInfo(java.nio.file.Path inputJar, java.util.List<ArtifactConfiguration> additionalDependencies, ModuleInfoConfiguration moduleInfo, java.util.Map<ArtifactIdentifier,java.lang.String> assignedNamesByModule)GeneratedModuleInfoModuleInfoGenerator. generateModuleInfo(java.nio.file.Path inputJar, java.util.Set<DependencyDescriptor> dependencies, ModuleInfoConfiguration moduleInfo)GeneratedModuleInfoModuleInfoGenerator. 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)
-