Uses of Class
org.moditect.mavenplugin.generate.model.ArtifactIdentifier
-
Packages that use ArtifactIdentifier Package Description org.moditect.mavenplugin.add org.moditect.mavenplugin.generate -
-
Uses of ArtifactIdentifier in org.moditect.mavenplugin.add
Methods in org.moditect.mavenplugin.add that return types with arguments of type ArtifactIdentifier Modifier and Type Method Description private java.util.Map<ArtifactIdentifier,java.lang.String>
AddModuleInfoMojo. getAssignedModuleNamesByModule(ArtifactResolutionHelper artifactResolutionHelper)
Method parameters in org.moditect.mavenplugin.add with type arguments of type ArtifactIdentifier Modifier and Type Method Description private java.lang.String
AddModuleInfoMojo. getAssignedModuleName(java.util.Map<ArtifactIdentifier,java.lang.String> assignedNamesByModule, org.apache.maven.artifact.Artifact artifact)
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)
-
Uses of ArtifactIdentifier in org.moditect.mavenplugin.generate
Methods in org.moditect.mavenplugin.generate that return types with arguments of type ArtifactIdentifier Modifier and Type Method Description private java.util.Map<ArtifactIdentifier,java.lang.String>
GenerateModuleInfoMojo. getAssignedModuleNamesByModule(ArtifactResolutionHelper artifactResolutionHelper)
Methods in org.moditect.mavenplugin.generate with parameters of type ArtifactIdentifier Modifier and Type Method Description private java.lang.String
ModuleInfoGenerator. getAssignedModuleName(java.util.Map<ArtifactIdentifier,java.lang.String> assignedNamesByModule, ArtifactIdentifier artifactIdentifier)
private java.nio.file.Path
ModuleInfoGenerator. getModularizedJar(java.util.Map<ArtifactIdentifier,java.nio.file.Path> modularizedJars, ArtifactIdentifier artifactIdentifier)
Method parameters in org.moditect.mavenplugin.generate with type arguments of type ArtifactIdentifier 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(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)
private java.lang.String
ModuleInfoGenerator. getAssignedModuleName(java.util.Map<ArtifactIdentifier,java.lang.String> assignedNamesByModule, ArtifactIdentifier artifactIdentifier)
private java.util.Set<DependencyDescriptor>
ModuleInfoGenerator. getDependencies(org.eclipse.aether.artifact.Artifact inputArtifact, java.util.Map<ArtifactIdentifier,java.lang.String> assignedNamesByModule, java.util.Map<ArtifactIdentifier,java.nio.file.Path> modularizedJars)
private java.nio.file.Path
ModuleInfoGenerator. getModularizedJar(java.util.Map<ArtifactIdentifier,java.nio.file.Path> modularizedJars, ArtifactIdentifier artifactIdentifier)
-