Uses of Class
org.moditect.mavenplugin.common.model.ArtifactConfiguration
-
-
Uses of ArtifactConfiguration in org.moditect.mavenplugin.add
Methods in org.moditect.mavenplugin.add with parameters of type ArtifactConfiguration Modifier and Type Method Description private java.lang.StringAddModuleInfoMojo. determineVersion(ArtifactConfiguration artifact) -
Uses of ArtifactConfiguration in org.moditect.mavenplugin.add.model
Fields in org.moditect.mavenplugin.add.model declared as ArtifactConfiguration Modifier and Type Field Description private ArtifactConfigurationModuleConfiguration. artifactFields in org.moditect.mavenplugin.add.model with type parameters of type ArtifactConfiguration Modifier and Type Field Description private java.util.List<ArtifactConfiguration>ModuleConfiguration. additionalDependenciesMethods in org.moditect.mavenplugin.add.model that return ArtifactConfiguration Modifier and Type Method Description ArtifactConfigurationModuleConfiguration. getArtifact()Methods in org.moditect.mavenplugin.add.model that return types with arguments of type ArtifactConfiguration Modifier and Type Method Description java.util.List<ArtifactConfiguration>ModuleConfiguration. getAdditionalDependencies()Methods in org.moditect.mavenplugin.add.model with parameters of type ArtifactConfiguration Modifier and Type Method Description voidModuleConfiguration. setArtifact(ArtifactConfiguration artifact)Method parameters in org.moditect.mavenplugin.add.model with type arguments of type ArtifactConfiguration Modifier and Type Method Description voidModuleConfiguration. setAdditionalDependencies(java.util.List<ArtifactConfiguration> additionalDependencies) -
Uses of ArtifactConfiguration in org.moditect.mavenplugin.generate
Methods in org.moditect.mavenplugin.generate with parameters of type ArtifactConfiguration Modifier and Type Method Description 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)Method parameters in org.moditect.mavenplugin.generate with type arguments of type ArtifactConfiguration 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(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) -
Uses of ArtifactConfiguration in org.moditect.mavenplugin.generate.model
Fields in org.moditect.mavenplugin.generate.model declared as ArtifactConfiguration Modifier and Type Field Description private ArtifactConfigurationModuleConfiguration. artifactFields in org.moditect.mavenplugin.generate.model with type parameters of type ArtifactConfiguration Modifier and Type Field Description private java.util.List<ArtifactConfiguration>ModuleConfiguration. additionalDependenciesMethods in org.moditect.mavenplugin.generate.model that return ArtifactConfiguration Modifier and Type Method Description ArtifactConfigurationModuleConfiguration. getArtifact()Methods in org.moditect.mavenplugin.generate.model that return types with arguments of type ArtifactConfiguration Modifier and Type Method Description java.util.List<ArtifactConfiguration>ModuleConfiguration. getAdditionalDependencies()Methods in org.moditect.mavenplugin.generate.model with parameters of type ArtifactConfiguration Modifier and Type Method Description voidModuleConfiguration. setArtifact(ArtifactConfiguration artifact)Method parameters in org.moditect.mavenplugin.generate.model with type arguments of type ArtifactConfiguration Modifier and Type Method Description voidModuleConfiguration. setAdditionalDependencies(java.util.List<ArtifactConfiguration> additionalDependencies) -
Uses of ArtifactConfiguration in org.moditect.mavenplugin.util
Methods in org.moditect.mavenplugin.util with parameters of type ArtifactConfiguration Modifier and Type Method Description org.eclipse.aether.artifact.ArtifactArtifactResolutionHelper. resolveArtifact(ArtifactConfiguration artifact)
-