DefaultPluginPrefixRequestpublic interface PluginPrefixRequest
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<java.lang.String> |
getPluginGroups() |
Gets the list of group ids to scan for the plugin prefix.
|
org.apache.maven.model.Model |
getPom() |
Gets the POM whose build plugins are to be scanned for the prefix.
|
java.lang.String |
getPrefix() |
Gets the prefix of the plugin.
|
java.util.List<org.eclipse.aether.repository.RemoteRepository> |
getRepositories() |
Gets the remote repositories to use.
|
org.eclipse.aether.RepositorySystemSession |
getRepositorySession() |
Gets the session to use for repository access.
|
PluginPrefixRequest |
setPluginGroups(java.util.List<java.lang.String> pluginGroups) |
Sets the list of group ids to scan for the plugin prefix.
|
PluginPrefixRequest |
setPom(org.apache.maven.model.Model pom) |
Sets the POM whose build plugins are to be scanned for the prefix.
|
PluginPrefixRequest |
setPrefix(java.lang.String prefix) |
Sets the prefix of the plugin.
|
PluginPrefixRequest |
setRepositories(java.util.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.
|
java.lang.String getPrefix()
PluginPrefixRequest setPrefix(java.lang.String prefix)
prefix - The prefix of the plugin.null.java.util.List<java.lang.String> getPluginGroups()
null.PluginPrefixRequest setPluginGroups(java.util.List<java.lang.String> pluginGroups)
pluginGroups - The list of group ids to scan for the plugin prefix, may be null.null.org.apache.maven.model.Model getPom()
null to only search the plugin
repositories.PluginPrefixRequest setPom(org.apache.maven.model.Model pom)
pom - The POM whose build plugins are to be scanned for the prefix, may be null to only search the
plugin repositories.null.java.util.List<org.eclipse.aether.repository.RemoteRepository> getRepositories()
null.PluginPrefixRequest setRepositories(java.util.List<org.eclipse.aether.repository.RemoteRepository> repositories)
repositories - The remote repositories to use.null.org.eclipse.aether.RepositorySystemSession getRepositorySession()
null if not set.PluginPrefixRequest setRepositorySession(org.eclipse.aether.RepositorySystemSession repositorySession)
repositorySession - The repository session to use.null.