@Component(role=ContextRepositorySystemSession.class) public class ContextRepositorySystemSessionImpl extends java.lang.Object implements ContextRepositorySystemSession
| Modifier and Type | Field and Description |
|---|---|
private org.apache.maven.plugin.LegacySupport |
context |
| Constructor and Description |
|---|
ContextRepositorySystemSessionImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.aether.resolution.ArtifactDescriptorPolicy |
getArtifactDescriptorPolicy() |
org.eclipse.aether.artifact.ArtifactTypeRegistry |
getArtifactTypeRegistry() |
org.eclipse.aether.repository.AuthenticationSelector |
getAuthenticationSelector() |
org.eclipse.aether.RepositoryCache |
getCache() |
java.lang.String |
getChecksumPolicy() |
java.util.Map<java.lang.String,java.lang.Object> |
getConfigProperties() |
org.eclipse.aether.SessionData |
getData() |
org.eclipse.aether.collection.DependencyGraphTransformer |
getDependencyGraphTransformer() |
org.eclipse.aether.collection.DependencyManager |
getDependencyManager() |
org.eclipse.aether.collection.DependencySelector |
getDependencySelector() |
org.eclipse.aether.collection.DependencyTraverser |
getDependencyTraverser() |
org.eclipse.aether.repository.LocalRepository |
getLocalRepository() |
org.eclipse.aether.repository.LocalRepositoryManager |
getLocalRepositoryManager() |
org.eclipse.aether.repository.MirrorSelector |
getMirrorSelector() |
org.eclipse.aether.repository.ProxySelector |
getProxySelector() |
org.eclipse.aether.RepositoryListener |
getRepositoryListener() |
org.eclipse.aether.resolution.ResolutionErrorPolicy |
getResolutionErrorPolicy() |
private org.eclipse.aether.RepositorySystemSession |
getSession() |
java.util.Map<java.lang.String,java.lang.String> |
getSystemProperties() |
org.eclipse.aether.transfer.TransferListener |
getTransferListener() |
java.lang.String |
getUpdatePolicy() |
java.util.Map<java.lang.String,java.lang.String> |
getUserProperties() |
org.eclipse.aether.collection.VersionFilter |
getVersionFilter() |
org.eclipse.aether.repository.WorkspaceReader |
getWorkspaceReader() |
boolean |
isIgnoreArtifactDescriptorRepositories() |
boolean |
isOffline() |
private org.eclipse.aether.RepositorySystemSession getSession()
public org.eclipse.aether.artifact.ArtifactTypeRegistry getArtifactTypeRegistry()
getArtifactTypeRegistry in interface org.eclipse.aether.RepositorySystemSessionpublic org.eclipse.aether.repository.AuthenticationSelector getAuthenticationSelector()
getAuthenticationSelector in interface org.eclipse.aether.RepositorySystemSessionpublic org.eclipse.aether.RepositoryCache getCache()
getCache in interface org.eclipse.aether.RepositorySystemSessionpublic java.lang.String getChecksumPolicy()
getChecksumPolicy in interface org.eclipse.aether.RepositorySystemSessionpublic java.util.Map<java.lang.String,java.lang.Object> getConfigProperties()
getConfigProperties in interface org.eclipse.aether.RepositorySystemSessionpublic org.eclipse.aether.SessionData getData()
getData in interface org.eclipse.aether.RepositorySystemSessionpublic org.eclipse.aether.collection.DependencyGraphTransformer getDependencyGraphTransformer()
getDependencyGraphTransformer in interface org.eclipse.aether.RepositorySystemSessionpublic org.eclipse.aether.collection.DependencyManager getDependencyManager()
getDependencyManager in interface org.eclipse.aether.RepositorySystemSessionpublic org.eclipse.aether.collection.DependencySelector getDependencySelector()
getDependencySelector in interface org.eclipse.aether.RepositorySystemSessionpublic org.eclipse.aether.collection.DependencyTraverser getDependencyTraverser()
getDependencyTraverser in interface org.eclipse.aether.RepositorySystemSessionpublic org.eclipse.aether.repository.LocalRepository getLocalRepository()
getLocalRepository in interface org.eclipse.aether.RepositorySystemSessionpublic org.eclipse.aether.repository.LocalRepositoryManager getLocalRepositoryManager()
getLocalRepositoryManager in interface org.eclipse.aether.RepositorySystemSessionpublic org.eclipse.aether.repository.MirrorSelector getMirrorSelector()
getMirrorSelector in interface org.eclipse.aether.RepositorySystemSessionpublic org.eclipse.aether.repository.ProxySelector getProxySelector()
getProxySelector in interface org.eclipse.aether.RepositorySystemSessionpublic org.eclipse.aether.RepositoryListener getRepositoryListener()
getRepositoryListener in interface org.eclipse.aether.RepositorySystemSessionpublic java.util.Map<java.lang.String,java.lang.String> getSystemProperties()
getSystemProperties in interface org.eclipse.aether.RepositorySystemSessionpublic org.eclipse.aether.transfer.TransferListener getTransferListener()
getTransferListener in interface org.eclipse.aether.RepositorySystemSessionpublic java.lang.String getUpdatePolicy()
getUpdatePolicy in interface org.eclipse.aether.RepositorySystemSessionpublic java.util.Map<java.lang.String,java.lang.String> getUserProperties()
getUserProperties in interface org.eclipse.aether.RepositorySystemSessionpublic org.eclipse.aether.repository.WorkspaceReader getWorkspaceReader()
getWorkspaceReader in interface org.eclipse.aether.RepositorySystemSessionpublic boolean isOffline()
isOffline in interface org.eclipse.aether.RepositorySystemSessionpublic boolean isIgnoreArtifactDescriptorRepositories()
isIgnoreArtifactDescriptorRepositories in interface org.eclipse.aether.RepositorySystemSessionpublic org.eclipse.aether.resolution.ResolutionErrorPolicy getResolutionErrorPolicy()
getResolutionErrorPolicy in interface org.eclipse.aether.RepositorySystemSessionpublic org.eclipse.aether.resolution.ArtifactDescriptorPolicy getArtifactDescriptorPolicy()
getArtifactDescriptorPolicy in interface org.eclipse.aether.RepositorySystemSessionpublic org.eclipse.aether.collection.VersionFilter getVersionFilter()
getVersionFilter in interface org.eclipse.aether.RepositorySystemSession