Uses of Class
org.moditect.model.GeneratedModuleInfo
Packages that use GeneratedModuleInfo
-
Uses of GeneratedModuleInfo in org.moditect.commands
Methods in org.moditect.commands that return GeneratedModuleInfoModifier and TypeMethodDescriptionGenerateModuleInfo.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 GeneratedModuleInfoModifier and TypeMethodDescriptionModuleInfoGenerator.generateModuleInfo
(Path inputJar, List<ArtifactConfiguration> additionalDependencies, ModuleInfoConfiguration moduleInfo, Map<ArtifactIdentifier, String> assignedNamesByModule) ModuleInfoGenerator.generateModuleInfo
(Path inputJar, Set<DependencyDescriptor> dependencies, ModuleInfoConfiguration moduleInfo) ModuleInfoGenerator.generateModuleInfo
(ArtifactConfiguration artifact, List<ArtifactConfiguration> additionalDependencies, ModuleInfoConfiguration moduleInfo, Map<ArtifactIdentifier, String> assignedNamesByModule, Map<ArtifactIdentifier, Path> modularizedJars)