class ReadonlyMavenExecutionRequest
extends java.lang.Object
implements org.apache.maven.execution.MavenExecutionRequest
| Modifier and Type | Field and Description |
|---|---|
private org.apache.maven.execution.MavenExecutionRequest |
request |
CHECKSUM_POLICY_FAIL, CHECKSUM_POLICY_WARN, LOGGING_LEVEL_DEBUG, LOGGING_LEVEL_DISABLED, LOGGING_LEVEL_ERROR, LOGGING_LEVEL_FATAL, LOGGING_LEVEL_INFO, LOGGING_LEVEL_WARN, REACTOR_FAIL_AT_END, REACTOR_FAIL_FAST, REACTOR_FAIL_NEVER, REACTOR_MAKE_BOTH, REACTOR_MAKE_DOWNSTREAM, REACTOR_MAKE_UPSTREAM| Constructor and Description |
|---|
ReadonlyMavenExecutionRequest(org.apache.maven.execution.MavenExecutionRequest request) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.maven.execution.MavenExecutionRequest |
addActiveProfile(java.lang.String profile) |
org.apache.maven.execution.MavenExecutionRequest |
addActiveProfiles(java.util.List<java.lang.String> profiles) |
org.apache.maven.execution.MavenExecutionRequest |
addInactiveProfile(java.lang.String profile) |
org.apache.maven.execution.MavenExecutionRequest |
addInactiveProfiles(java.util.List<java.lang.String> profiles) |
org.apache.maven.execution.MavenExecutionRequest |
addMirror(org.apache.maven.settings.Mirror mirror) |
org.apache.maven.execution.MavenExecutionRequest |
addPluginArtifactRepository(org.apache.maven.artifact.repository.ArtifactRepository repository) |
org.apache.maven.execution.MavenExecutionRequest |
addPluginGroup(java.lang.String pluginGroup) |
org.apache.maven.execution.MavenExecutionRequest |
addPluginGroups(java.util.List<java.lang.String> pluginGroups) |
org.apache.maven.execution.MavenExecutionRequest |
addProfile(org.apache.maven.model.Profile profile) |
org.apache.maven.execution.MavenExecutionRequest |
addProxy(org.apache.maven.settings.Proxy proxy) |
org.apache.maven.execution.MavenExecutionRequest |
addRemoteRepository(org.apache.maven.artifact.repository.ArtifactRepository repository) |
org.apache.maven.execution.MavenExecutionRequest |
addServer(org.apache.maven.settings.Server server) |
java.util.List<java.lang.String> |
getActiveProfiles() |
java.lang.String |
getBaseDirectory() |
java.lang.String |
getBuilderId() |
java.util.Map<java.lang.String,java.lang.Object> |
getData() |
int |
getDegreeOfConcurrency() |
org.apache.maven.eventspy.internal.EventSpyDispatcher |
getEventSpyDispatcher() |
java.util.List<java.lang.String> |
getExcludedProjects() |
org.apache.maven.execution.ExecutionListener |
getExecutionListener() |
java.lang.String |
getGlobalChecksumPolicy() |
java.io.File |
getGlobalSettingsFile() |
java.io.File |
getGlobalToolchainsFile() |
java.util.List<java.lang.String> |
getGoals() |
java.util.List<java.lang.String> |
getInactiveProfiles() |
org.apache.maven.artifact.repository.ArtifactRepository |
getLocalRepository() |
java.io.File |
getLocalRepositoryPath() |
int |
getLoggingLevel() |
java.lang.String |
getMakeBehavior() |
java.util.List<org.apache.maven.settings.Mirror> |
getMirrors() |
java.io.File |
getMultiModuleProjectDirectory() |
java.util.List<org.apache.maven.artifact.repository.ArtifactRepository> |
getPluginArtifactRepositories() |
java.util.List<java.lang.String> |
getPluginGroups() |
java.io.File |
getPom() |
java.util.List<org.apache.maven.model.Profile> |
getProfiles() |
org.apache.maven.project.ProjectBuildingRequest |
getProjectBuildingRequest() |
java.util.List<org.apache.maven.settings.Proxy> |
getProxies() |
java.lang.String |
getReactorFailureBehavior() |
java.util.List<org.apache.maven.artifact.repository.ArtifactRepository> |
getRemoteRepositories() |
org.eclipse.aether.RepositoryCache |
getRepositoryCache() |
java.lang.String |
getResumeFrom() |
java.util.List<java.lang.String> |
getSelectedProjects() |
java.util.List<org.apache.maven.settings.Server> |
getServers() |
java.util.Date |
getStartTime() |
java.util.Properties |
getSystemProperties() |
java.util.Map<java.lang.String,java.util.List<org.apache.maven.toolchain.model.ToolchainModel>> |
getToolchains() |
org.eclipse.aether.transfer.TransferListener |
getTransferListener() |
java.util.Properties |
getUserProperties() |
java.io.File |
getUserSettingsFile() |
java.io.File |
getUserToolchainsFile() |
org.eclipse.aether.repository.WorkspaceReader |
getWorkspaceReader() |
boolean |
isCacheNotFound() |
boolean |
isCacheTransferError() |
boolean |
isInteractiveMode() |
boolean |
isNoSnapshotUpdates() |
boolean |
isOffline() |
boolean |
isProjectPresent() |
boolean |
isRecursive() |
boolean |
isShowErrors() |
boolean |
isUpdateSnapshots() |
boolean |
isUseLegacyLocalRepository() |
org.apache.maven.execution.MavenExecutionRequest |
setActiveProfiles(java.util.List<java.lang.String> profiles) |
org.apache.maven.execution.MavenExecutionRequest |
setBaseDirectory(java.io.File basedir) |
org.apache.maven.execution.MavenExecutionRequest |
setBuilderId(java.lang.String builderId) |
org.apache.maven.execution.MavenExecutionRequest |
setCacheNotFound(boolean cacheNotFound) |
org.apache.maven.execution.MavenExecutionRequest |
setCacheTransferError(boolean cacheTransferError) |
void |
setDegreeOfConcurrency(int degree) |
org.apache.maven.execution.MavenExecutionRequest |
setEventSpyDispatcher(org.apache.maven.eventspy.internal.EventSpyDispatcher eventSpyDispatcher) |
org.apache.maven.execution.MavenExecutionRequest |
setExcludedProjects(java.util.List<java.lang.String> excludedProjects) |
org.apache.maven.execution.MavenExecutionRequest |
setExecutionListener(org.apache.maven.execution.ExecutionListener executionListener) |
org.apache.maven.execution.MavenExecutionRequest |
setGlobalChecksumPolicy(java.lang.String globalChecksumPolicy) |
org.apache.maven.execution.MavenExecutionRequest |
setGlobalSettingsFile(java.io.File globalSettingsFile) |
org.apache.maven.execution.MavenExecutionRequest |
setGlobalToolchainsFile(java.io.File globalToolchainsFile) |
org.apache.maven.execution.MavenExecutionRequest |
setGoals(java.util.List<java.lang.String> goals) |
org.apache.maven.execution.MavenExecutionRequest |
setInactiveProfiles(java.util.List<java.lang.String> profiles) |
org.apache.maven.execution.MavenExecutionRequest |
setInteractiveMode(boolean interactive) |
org.apache.maven.execution.MavenExecutionRequest |
setLocalRepository(org.apache.maven.artifact.repository.ArtifactRepository repository) |
org.apache.maven.execution.MavenExecutionRequest |
setLocalRepositoryPath(java.io.File localRepository) |
org.apache.maven.execution.MavenExecutionRequest |
setLocalRepositoryPath(java.lang.String localRepository) |
org.apache.maven.execution.MavenExecutionRequest |
setLoggingLevel(int loggingLevel) |
org.apache.maven.execution.MavenExecutionRequest |
setMakeBehavior(java.lang.String makeBehavior) |
org.apache.maven.execution.MavenExecutionRequest |
setMirrors(java.util.List<org.apache.maven.settings.Mirror> mirrors) |
void |
setMultiModuleProjectDirectory(java.io.File file) |
org.apache.maven.execution.MavenExecutionRequest |
setNoSnapshotUpdates(boolean noSnapshotUpdates) |
org.apache.maven.execution.MavenExecutionRequest |
setOffline(boolean offline) |
org.apache.maven.execution.MavenExecutionRequest |
setPluginArtifactRepositories(java.util.List<org.apache.maven.artifact.repository.ArtifactRepository> repositories) |
org.apache.maven.execution.MavenExecutionRequest |
setPluginGroups(java.util.List<java.lang.String> pluginGroups) |
org.apache.maven.execution.MavenExecutionRequest |
setPom(java.io.File pom) |
org.apache.maven.execution.MavenExecutionRequest |
setProfiles(java.util.List<org.apache.maven.model.Profile> profiles) |
org.apache.maven.execution.MavenExecutionRequest |
setProjectPresent(boolean isProjectPresent) |
org.apache.maven.execution.MavenExecutionRequest |
setProxies(java.util.List<org.apache.maven.settings.Proxy> proxies) |
org.apache.maven.execution.MavenExecutionRequest |
setReactorFailureBehavior(java.lang.String failureBehavior) |
org.apache.maven.execution.MavenExecutionRequest |
setRecursive(boolean recursive) |
org.apache.maven.execution.MavenExecutionRequest |
setRemoteRepositories(java.util.List<org.apache.maven.artifact.repository.ArtifactRepository> repositories) |
org.apache.maven.execution.MavenExecutionRequest |
setRepositoryCache(org.eclipse.aether.RepositoryCache repositoryCache) |
org.apache.maven.execution.MavenExecutionRequest |
setResumeFrom(java.lang.String project) |
org.apache.maven.execution.MavenExecutionRequest |
setSelectedProjects(java.util.List<java.lang.String> projects) |
org.apache.maven.execution.MavenExecutionRequest |
setServers(java.util.List<org.apache.maven.settings.Server> servers) |
org.apache.maven.execution.MavenExecutionRequest |
setShowErrors(boolean showErrors) |
org.apache.maven.execution.MavenExecutionRequest |
setStartTime(java.util.Date start) |
org.apache.maven.execution.MavenExecutionRequest |
setSystemProperties(java.util.Properties systemProperties) |
org.apache.maven.execution.MavenExecutionRequest |
setToolchains(java.util.Map<java.lang.String,java.util.List<org.apache.maven.toolchain.model.ToolchainModel>> toolchains) |
org.apache.maven.execution.MavenExecutionRequest |
setTransferListener(org.eclipse.aether.transfer.TransferListener transferListener) |
org.apache.maven.execution.MavenExecutionRequest |
setUpdateSnapshots(boolean updateSnapshots) |
org.apache.maven.execution.MavenExecutionRequest |
setUseLegacyLocalRepository(boolean useLegacyRepository) |
org.apache.maven.execution.MavenExecutionRequest |
setUserProperties(java.util.Properties userProperties) |
org.apache.maven.execution.MavenExecutionRequest |
setUserSettingsFile(java.io.File userSettingsFile) |
org.apache.maven.execution.MavenExecutionRequest |
setUserToolchainsFile(java.io.File userToolchainsFile) |
org.apache.maven.execution.MavenExecutionRequest |
setWorkspaceReader(org.eclipse.aether.repository.WorkspaceReader workspaceReader) |
public ReadonlyMavenExecutionRequest(org.apache.maven.execution.MavenExecutionRequest request)
public org.apache.maven.execution.MavenExecutionRequest setBaseDirectory(java.io.File basedir)
setBaseDirectory in interface org.apache.maven.execution.MavenExecutionRequestpublic java.lang.String getBaseDirectory()
getBaseDirectory in interface org.apache.maven.execution.MavenExecutionRequestpublic org.apache.maven.execution.MavenExecutionRequest setStartTime(java.util.Date start)
setStartTime in interface org.apache.maven.execution.MavenExecutionRequestpublic java.util.Date getStartTime()
getStartTime in interface org.apache.maven.execution.MavenExecutionRequestpublic org.apache.maven.execution.MavenExecutionRequest setGoals(java.util.List<java.lang.String> goals)
setGoals in interface org.apache.maven.execution.MavenExecutionRequestpublic java.util.List<java.lang.String> getGoals()
getGoals in interface org.apache.maven.execution.MavenExecutionRequestpublic org.apache.maven.execution.MavenExecutionRequest setSystemProperties(java.util.Properties systemProperties)
setSystemProperties in interface org.apache.maven.execution.MavenExecutionRequestpublic java.util.Properties getSystemProperties()
getSystemProperties in interface org.apache.maven.execution.MavenExecutionRequestpublic org.apache.maven.execution.MavenExecutionRequest setUserProperties(java.util.Properties userProperties)
setUserProperties in interface org.apache.maven.execution.MavenExecutionRequestpublic java.util.Properties getUserProperties()
getUserProperties in interface org.apache.maven.execution.MavenExecutionRequestpublic org.apache.maven.execution.MavenExecutionRequest setReactorFailureBehavior(java.lang.String failureBehavior)
setReactorFailureBehavior in interface org.apache.maven.execution.MavenExecutionRequestpublic java.lang.String getReactorFailureBehavior()
getReactorFailureBehavior in interface org.apache.maven.execution.MavenExecutionRequestpublic org.apache.maven.execution.MavenExecutionRequest setSelectedProjects(java.util.List<java.lang.String> projects)
setSelectedProjects in interface org.apache.maven.execution.MavenExecutionRequestpublic java.util.List<java.lang.String> getSelectedProjects()
getSelectedProjects in interface org.apache.maven.execution.MavenExecutionRequestpublic org.apache.maven.execution.MavenExecutionRequest setResumeFrom(java.lang.String project)
setResumeFrom in interface org.apache.maven.execution.MavenExecutionRequestpublic java.lang.String getResumeFrom()
getResumeFrom in interface org.apache.maven.execution.MavenExecutionRequestpublic org.apache.maven.execution.MavenExecutionRequest setMakeBehavior(java.lang.String makeBehavior)
setMakeBehavior in interface org.apache.maven.execution.MavenExecutionRequestpublic java.lang.String getMakeBehavior()
getMakeBehavior in interface org.apache.maven.execution.MavenExecutionRequestpublic org.apache.maven.execution.MavenExecutionRequest setRecursive(boolean recursive)
setRecursive in interface org.apache.maven.execution.MavenExecutionRequestpublic boolean isRecursive()
isRecursive in interface org.apache.maven.execution.MavenExecutionRequestpublic org.apache.maven.execution.MavenExecutionRequest setPom(java.io.File pom)
setPom in interface org.apache.maven.execution.MavenExecutionRequestpublic java.io.File getPom()
getPom in interface org.apache.maven.execution.MavenExecutionRequestpublic org.apache.maven.execution.MavenExecutionRequest setShowErrors(boolean showErrors)
setShowErrors in interface org.apache.maven.execution.MavenExecutionRequestpublic boolean isShowErrors()
isShowErrors in interface org.apache.maven.execution.MavenExecutionRequestpublic org.apache.maven.execution.MavenExecutionRequest setTransferListener(org.eclipse.aether.transfer.TransferListener transferListener)
setTransferListener in interface org.apache.maven.execution.MavenExecutionRequestpublic org.eclipse.aether.transfer.TransferListener getTransferListener()
getTransferListener in interface org.apache.maven.execution.MavenExecutionRequestpublic org.apache.maven.execution.MavenExecutionRequest setLoggingLevel(int loggingLevel)
setLoggingLevel in interface org.apache.maven.execution.MavenExecutionRequestpublic int getLoggingLevel()
getLoggingLevel in interface org.apache.maven.execution.MavenExecutionRequestpublic org.apache.maven.execution.MavenExecutionRequest setUpdateSnapshots(boolean updateSnapshots)
setUpdateSnapshots in interface org.apache.maven.execution.MavenExecutionRequestpublic boolean isUpdateSnapshots()
isUpdateSnapshots in interface org.apache.maven.execution.MavenExecutionRequestpublic org.apache.maven.execution.MavenExecutionRequest setNoSnapshotUpdates(boolean noSnapshotUpdates)
setNoSnapshotUpdates in interface org.apache.maven.execution.MavenExecutionRequestpublic boolean isNoSnapshotUpdates()
isNoSnapshotUpdates in interface org.apache.maven.execution.MavenExecutionRequestpublic org.apache.maven.execution.MavenExecutionRequest setGlobalChecksumPolicy(java.lang.String globalChecksumPolicy)
setGlobalChecksumPolicy in interface org.apache.maven.execution.MavenExecutionRequestpublic java.lang.String getGlobalChecksumPolicy()
getGlobalChecksumPolicy in interface org.apache.maven.execution.MavenExecutionRequestpublic org.apache.maven.execution.MavenExecutionRequest setLocalRepositoryPath(java.lang.String localRepository)
setLocalRepositoryPath in interface org.apache.maven.execution.MavenExecutionRequestpublic org.apache.maven.execution.MavenExecutionRequest setLocalRepositoryPath(java.io.File localRepository)
setLocalRepositoryPath in interface org.apache.maven.execution.MavenExecutionRequestpublic java.io.File getLocalRepositoryPath()
getLocalRepositoryPath in interface org.apache.maven.execution.MavenExecutionRequestpublic org.apache.maven.execution.MavenExecutionRequest setLocalRepository(org.apache.maven.artifact.repository.ArtifactRepository repository)
setLocalRepository in interface org.apache.maven.execution.MavenExecutionRequestpublic org.apache.maven.artifact.repository.ArtifactRepository getLocalRepository()
getLocalRepository in interface org.apache.maven.execution.MavenExecutionRequestpublic org.apache.maven.execution.MavenExecutionRequest setInteractiveMode(boolean interactive)
setInteractiveMode in interface org.apache.maven.execution.MavenExecutionRequestpublic boolean isInteractiveMode()
isInteractiveMode in interface org.apache.maven.execution.MavenExecutionRequestpublic org.apache.maven.execution.MavenExecutionRequest setOffline(boolean offline)
setOffline in interface org.apache.maven.execution.MavenExecutionRequestpublic boolean isOffline()
isOffline in interface org.apache.maven.execution.MavenExecutionRequestpublic boolean isCacheTransferError()
isCacheTransferError in interface org.apache.maven.execution.MavenExecutionRequestpublic org.apache.maven.execution.MavenExecutionRequest setCacheTransferError(boolean cacheTransferError)
setCacheTransferError in interface org.apache.maven.execution.MavenExecutionRequestpublic boolean isCacheNotFound()
isCacheNotFound in interface org.apache.maven.execution.MavenExecutionRequestpublic org.apache.maven.execution.MavenExecutionRequest setCacheNotFound(boolean cacheNotFound)
setCacheNotFound in interface org.apache.maven.execution.MavenExecutionRequestpublic java.util.List<org.apache.maven.model.Profile> getProfiles()
getProfiles in interface org.apache.maven.execution.MavenExecutionRequestpublic org.apache.maven.execution.MavenExecutionRequest addProfile(org.apache.maven.model.Profile profile)
addProfile in interface org.apache.maven.execution.MavenExecutionRequestpublic org.apache.maven.execution.MavenExecutionRequest setProfiles(java.util.List<org.apache.maven.model.Profile> profiles)
setProfiles in interface org.apache.maven.execution.MavenExecutionRequestpublic org.apache.maven.execution.MavenExecutionRequest addActiveProfile(java.lang.String profile)
addActiveProfile in interface org.apache.maven.execution.MavenExecutionRequestpublic org.apache.maven.execution.MavenExecutionRequest addActiveProfiles(java.util.List<java.lang.String> profiles)
addActiveProfiles in interface org.apache.maven.execution.MavenExecutionRequestpublic org.apache.maven.execution.MavenExecutionRequest setActiveProfiles(java.util.List<java.lang.String> profiles)
setActiveProfiles in interface org.apache.maven.execution.MavenExecutionRequestpublic java.util.List<java.lang.String> getActiveProfiles()
getActiveProfiles in interface org.apache.maven.execution.MavenExecutionRequestpublic org.apache.maven.execution.MavenExecutionRequest addInactiveProfile(java.lang.String profile)
addInactiveProfile in interface org.apache.maven.execution.MavenExecutionRequestpublic org.apache.maven.execution.MavenExecutionRequest addInactiveProfiles(java.util.List<java.lang.String> profiles)
addInactiveProfiles in interface org.apache.maven.execution.MavenExecutionRequestpublic org.apache.maven.execution.MavenExecutionRequest setInactiveProfiles(java.util.List<java.lang.String> profiles)
setInactiveProfiles in interface org.apache.maven.execution.MavenExecutionRequestpublic java.util.List<java.lang.String> getInactiveProfiles()
getInactiveProfiles in interface org.apache.maven.execution.MavenExecutionRequestpublic java.util.List<org.apache.maven.settings.Proxy> getProxies()
getProxies in interface org.apache.maven.execution.MavenExecutionRequestpublic org.apache.maven.execution.MavenExecutionRequest setProxies(java.util.List<org.apache.maven.settings.Proxy> proxies)
setProxies in interface org.apache.maven.execution.MavenExecutionRequestpublic org.apache.maven.execution.MavenExecutionRequest addProxy(org.apache.maven.settings.Proxy proxy)
addProxy in interface org.apache.maven.execution.MavenExecutionRequestpublic java.util.List<org.apache.maven.settings.Server> getServers()
getServers in interface org.apache.maven.execution.MavenExecutionRequestpublic org.apache.maven.execution.MavenExecutionRequest setServers(java.util.List<org.apache.maven.settings.Server> servers)
setServers in interface org.apache.maven.execution.MavenExecutionRequestpublic org.apache.maven.execution.MavenExecutionRequest addServer(org.apache.maven.settings.Server server)
addServer in interface org.apache.maven.execution.MavenExecutionRequestpublic java.util.List<org.apache.maven.settings.Mirror> getMirrors()
getMirrors in interface org.apache.maven.execution.MavenExecutionRequestpublic org.apache.maven.execution.MavenExecutionRequest setMirrors(java.util.List<org.apache.maven.settings.Mirror> mirrors)
setMirrors in interface org.apache.maven.execution.MavenExecutionRequestpublic org.apache.maven.execution.MavenExecutionRequest addMirror(org.apache.maven.settings.Mirror mirror)
addMirror in interface org.apache.maven.execution.MavenExecutionRequestpublic java.util.List<java.lang.String> getPluginGroups()
getPluginGroups in interface org.apache.maven.execution.MavenExecutionRequestpublic org.apache.maven.execution.MavenExecutionRequest setPluginGroups(java.util.List<java.lang.String> pluginGroups)
setPluginGroups in interface org.apache.maven.execution.MavenExecutionRequestpublic org.apache.maven.execution.MavenExecutionRequest addPluginGroup(java.lang.String pluginGroup)
addPluginGroup in interface org.apache.maven.execution.MavenExecutionRequestpublic org.apache.maven.execution.MavenExecutionRequest addPluginGroups(java.util.List<java.lang.String> pluginGroups)
addPluginGroups in interface org.apache.maven.execution.MavenExecutionRequestpublic boolean isProjectPresent()
isProjectPresent in interface org.apache.maven.execution.MavenExecutionRequestpublic org.apache.maven.execution.MavenExecutionRequest setProjectPresent(boolean isProjectPresent)
setProjectPresent in interface org.apache.maven.execution.MavenExecutionRequestpublic java.io.File getUserSettingsFile()
getUserSettingsFile in interface org.apache.maven.execution.MavenExecutionRequestpublic org.apache.maven.execution.MavenExecutionRequest setUserSettingsFile(java.io.File userSettingsFile)
setUserSettingsFile in interface org.apache.maven.execution.MavenExecutionRequestpublic java.io.File getGlobalSettingsFile()
getGlobalSettingsFile in interface org.apache.maven.execution.MavenExecutionRequestpublic org.apache.maven.execution.MavenExecutionRequest setGlobalSettingsFile(java.io.File globalSettingsFile)
setGlobalSettingsFile in interface org.apache.maven.execution.MavenExecutionRequestpublic org.apache.maven.execution.MavenExecutionRequest addRemoteRepository(org.apache.maven.artifact.repository.ArtifactRepository repository)
addRemoteRepository in interface org.apache.maven.execution.MavenExecutionRequestpublic org.apache.maven.execution.MavenExecutionRequest addPluginArtifactRepository(org.apache.maven.artifact.repository.ArtifactRepository repository)
addPluginArtifactRepository in interface org.apache.maven.execution.MavenExecutionRequestpublic org.apache.maven.execution.MavenExecutionRequest setRemoteRepositories(java.util.List<org.apache.maven.artifact.repository.ArtifactRepository> repositories)
setRemoteRepositories in interface org.apache.maven.execution.MavenExecutionRequestpublic java.util.List<org.apache.maven.artifact.repository.ArtifactRepository> getRemoteRepositories()
getRemoteRepositories in interface org.apache.maven.execution.MavenExecutionRequestpublic org.apache.maven.execution.MavenExecutionRequest setPluginArtifactRepositories(java.util.List<org.apache.maven.artifact.repository.ArtifactRepository> repositories)
setPluginArtifactRepositories in interface org.apache.maven.execution.MavenExecutionRequestpublic java.util.List<org.apache.maven.artifact.repository.ArtifactRepository> getPluginArtifactRepositories()
getPluginArtifactRepositories in interface org.apache.maven.execution.MavenExecutionRequestpublic org.apache.maven.execution.MavenExecutionRequest setRepositoryCache(org.eclipse.aether.RepositoryCache repositoryCache)
setRepositoryCache in interface org.apache.maven.execution.MavenExecutionRequestpublic org.eclipse.aether.RepositoryCache getRepositoryCache()
getRepositoryCache in interface org.apache.maven.execution.MavenExecutionRequestpublic org.eclipse.aether.repository.WorkspaceReader getWorkspaceReader()
getWorkspaceReader in interface org.apache.maven.execution.MavenExecutionRequestpublic org.apache.maven.execution.MavenExecutionRequest setWorkspaceReader(org.eclipse.aether.repository.WorkspaceReader workspaceReader)
setWorkspaceReader in interface org.apache.maven.execution.MavenExecutionRequestpublic java.io.File getUserToolchainsFile()
getUserToolchainsFile in interface org.apache.maven.execution.MavenExecutionRequestpublic org.apache.maven.execution.MavenExecutionRequest setUserToolchainsFile(java.io.File userToolchainsFile)
setUserToolchainsFile in interface org.apache.maven.execution.MavenExecutionRequestpublic org.apache.maven.execution.ExecutionListener getExecutionListener()
getExecutionListener in interface org.apache.maven.execution.MavenExecutionRequestpublic org.apache.maven.execution.MavenExecutionRequest setExecutionListener(org.apache.maven.execution.ExecutionListener executionListener)
setExecutionListener in interface org.apache.maven.execution.MavenExecutionRequestpublic org.apache.maven.project.ProjectBuildingRequest getProjectBuildingRequest()
getProjectBuildingRequest in interface org.apache.maven.execution.MavenExecutionRequestpublic boolean isUseLegacyLocalRepository()
isUseLegacyLocalRepository in interface org.apache.maven.execution.MavenExecutionRequestpublic org.apache.maven.execution.MavenExecutionRequest setUseLegacyLocalRepository(boolean useLegacyRepository)
setUseLegacyLocalRepository in interface org.apache.maven.execution.MavenExecutionRequestpublic java.lang.String getBuilderId()
getBuilderId in interface org.apache.maven.execution.MavenExecutionRequestpublic int getDegreeOfConcurrency()
getDegreeOfConcurrency in interface org.apache.maven.execution.MavenExecutionRequestpublic java.util.List<java.lang.String> getExcludedProjects()
getExcludedProjects in interface org.apache.maven.execution.MavenExecutionRequestpublic org.apache.maven.execution.MavenExecutionRequest setBuilderId(java.lang.String builderId)
setBuilderId in interface org.apache.maven.execution.MavenExecutionRequestpublic void setDegreeOfConcurrency(int degree)
setDegreeOfConcurrency in interface org.apache.maven.execution.MavenExecutionRequestpublic org.apache.maven.execution.MavenExecutionRequest setExcludedProjects(java.util.List<java.lang.String> excludedProjects)
setExcludedProjects in interface org.apache.maven.execution.MavenExecutionRequestpublic java.util.Map<java.lang.String,java.lang.Object> getData()
getData in interface org.apache.maven.execution.MavenExecutionRequestpublic org.apache.maven.eventspy.internal.EventSpyDispatcher getEventSpyDispatcher()
getEventSpyDispatcher in interface org.apache.maven.execution.MavenExecutionRequestpublic java.io.File getGlobalToolchainsFile()
getGlobalToolchainsFile in interface org.apache.maven.execution.MavenExecutionRequestpublic java.io.File getMultiModuleProjectDirectory()
getMultiModuleProjectDirectory in interface org.apache.maven.execution.MavenExecutionRequestpublic java.util.Map<java.lang.String,java.util.List<org.apache.maven.toolchain.model.ToolchainModel>> getToolchains()
getToolchains in interface org.apache.maven.execution.MavenExecutionRequestpublic org.apache.maven.execution.MavenExecutionRequest setEventSpyDispatcher(org.apache.maven.eventspy.internal.EventSpyDispatcher eventSpyDispatcher)
setEventSpyDispatcher in interface org.apache.maven.execution.MavenExecutionRequestpublic org.apache.maven.execution.MavenExecutionRequest setGlobalToolchainsFile(java.io.File globalToolchainsFile)
setGlobalToolchainsFile in interface org.apache.maven.execution.MavenExecutionRequestpublic void setMultiModuleProjectDirectory(java.io.File file)
setMultiModuleProjectDirectory in interface org.apache.maven.execution.MavenExecutionRequestpublic org.apache.maven.execution.MavenExecutionRequest setToolchains(java.util.Map<java.lang.String,java.util.List<org.apache.maven.toolchain.model.ToolchainModel>> toolchains)
setToolchains in interface org.apache.maven.execution.MavenExecutionRequest