Uses of Interface
org.apache.maven.plugin.prefix.PluginPrefixRequest
Packages that use PluginPrefixRequest
-
Uses of PluginPrefixRequest in org.apache.maven.plugin.prefix
Classes in org.apache.maven.plugin.prefix that implement PluginPrefixRequestModifier and TypeClassDescriptionclass
Collects settings required to resolve a plugin prefix.Methods in org.apache.maven.plugin.prefix that return PluginPrefixRequestModifier and TypeMethodDescriptionPluginPrefixRequest.setPluginGroups
(List<String> pluginGroups) Sets the list of group ids to scan for the plugin prefix.Sets the POM whose build plugins are to be scanned for the prefix.Sets the prefix of the plugin.PluginPrefixRequest.setRepositories
(List<org.eclipse.aether.repository.RemoteRepository> repositories) Sets the remote repositories to use.PluginPrefixRequest.setRepositorySession
(org.eclipse.aether.RepositorySystemSession repositorySession) Sets the session to use for repository access.Methods in org.apache.maven.plugin.prefix with parameters of type PluginPrefixRequestModifier and TypeMethodDescriptionPluginPrefixResolver.resolve
(PluginPrefixRequest request) Resolves the plugin prefix for the specified request. -
Uses of PluginPrefixRequest in org.apache.maven.plugin.prefix.internal
Methods in org.apache.maven.plugin.prefix.internal with parameters of type PluginPrefixRequestModifier and TypeMethodDescriptionDefaultPluginPrefixResolver.resolve
(PluginPrefixRequest request)