Uses of Class
org.tentackle.maven.plugin.jlink.ModularArtifact
-
-
Uses of ModularArtifact in org.tentackle.maven.plugin.jlink
Methods in org.tentackle.maven.plugin.jlink that return ModularArtifact Modifier and Type Method Description ModularArtifactJLinkResolver.Result. getModuleArtifact(String moduleName)Gets a modular artifact by its name.Methods in org.tentackle.maven.plugin.jlink that return types with arguments of type ModularArtifact Modifier and Type Method Description List<ModularArtifact>JLinkResolver.Result. getJlinkModules()Gets the modules to be passed to jlink.List<ModularArtifact>JLinkResolver.Result. getModulePath()Gets the modules to add to the module path explicitly.Methods in org.tentackle.maven.plugin.jlink with parameters of type ModularArtifact Modifier and Type Method Description intModularArtifact. compareTo(ModularArtifact o)
-