Uses of Interface
org.apache.maven.plugin.prefix.PluginPrefixRequest
-
Uses of PluginPrefixRequest in org.apache.maven.plugin.prefix
Modifier and TypeClassDescriptionclass
Collects settings required to resolve a plugin prefix.Modifier 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.Modifier and TypeMethodDescriptionPluginPrefixResolver.resolve
(PluginPrefixRequest request) Resolves the plugin prefix for the specified request. -
Uses of PluginPrefixRequest in org.apache.maven.plugin.prefix.internal
Modifier and TypeMethodDescriptionDefaultPluginPrefixResolver.resolve
(PluginPrefixRequest request)