public interface IMavenConfiguration
| Modifier and Type | Method and Description |
|---|---|
void |
addConfigurationChangeListener(IMavenConfigurationChangeListener listener) |
boolean |
buildWithNullSchedulingRule() |
String |
getGlobalChecksumPolicy()
Returns the global checksum policy applied on
MavenExecutionRequests. |
String |
getGlobalSettingsFile() |
String |
getGlobalUpdatePolicy()
One of org.eclipse.aether.repository.RepositoryPolicy.UPDATE constants or null.
|
String |
getNotCoveredMojoExecutionSeverity()
Returns
IMarker severity of "Not Covered Mojo Execution" problem. |
String |
getOutOfDateProjectSeverity()
Returns
IMarker severity of "out-of-date" project problem |
String |
getOverridingManagedVersionExecutionSeverity()
Returns
IMarker severity of "Overriding Managed version" problem. |
String |
getUserSettingsFile() |
String |
getWorkspaceLifecycleMappingMetadataFile() |
boolean |
isAutomaticallyUpdateConfiguration()
Returns
true if project configuration should be automatically updated when out-of-date. |
boolean |
isDebugOutput() |
boolean |
isDownloadJavaDoc() |
boolean |
isDownloadSources() |
boolean |
isHideFoldersOfNestedProjects() |
boolean |
isOffline() |
boolean |
isUpdateIndexesOnStartup() |
boolean |
isUpdateProjectsOnStartup() |
void |
setGlobalSettingsFile(String absolutePath) |
void |
setUserSettingsFile(String absolutePath) |
void |
setWorkspaceLifecycleMappingMetadataFile(String location) |
void addConfigurationChangeListener(IMavenConfigurationChangeListener listener)
boolean isOffline()
String getGlobalUpdatePolicy()
String getGlobalSettingsFile()
void setGlobalSettingsFile(String absolutePath) throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreExceptionString getUserSettingsFile()
void setUserSettingsFile(String absolutePath) throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreExceptionboolean isDownloadSources()
boolean isDownloadJavaDoc()
boolean isDebugOutput()
boolean isUpdateProjectsOnStartup()
boolean isUpdateIndexesOnStartup()
boolean isHideFoldersOfNestedProjects()
String getWorkspaceLifecycleMappingMetadataFile()
void setWorkspaceLifecycleMappingMetadataFile(String location) throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreExceptionString getOutOfDateProjectSeverity()
IMarker severity of "out-of-date" project problemignore, warning or error.String getGlobalChecksumPolicy()
MavenExecutionRequests.fail, warn or ignore to override repositories specific checksum
policies or null to follow default behavior.ArtifactRepositoryPolicy#CHECKSUM_POLICY_FAIL},
ArtifactRepositoryPolicy#CHECKSUM_POLICY_WARN},
ArtifactRepositoryPolicy#CHECKSUM_POLICY_IGNORE}String getNotCoveredMojoExecutionSeverity()
IMarker severity of "Not Covered Mojo Execution" problem.ignore, warning or error.boolean isAutomaticallyUpdateConfiguration()
true if project configuration should be automatically updated when out-of-date.true if project configuration should be automatically updated when out-of-date.String getOverridingManagedVersionExecutionSeverity()
IMarker severity of "Overriding Managed version" problem.ignore, warning or error.boolean buildWithNullSchedulingRule()
Copyright © 2005–2021 Eclipse Foundation. All rights reserved.