public abstract class AbstractForwardingRepositorySystemSession extends Object implements RepositorySystemSession
getSession()
.Modifier | Constructor and Description |
---|---|
protected |
AbstractForwardingRepositorySystemSession()
Creates a new forwarding session.
|
Modifier and Type | Method and Description |
---|---|
ArtifactDescriptorPolicy |
getArtifactDescriptorPolicy()
Gets the policy which controls how errors related to reading artifact descriptors should be handled.
|
ArtifactTypeRegistry |
getArtifactTypeRegistry()
Gets the registry of artifact types recognized by this session, for instance when processing artifact
descriptors.
|
AuthenticationSelector |
getAuthenticationSelector()
Gets the authentication selector to use for repositories discovered in artifact descriptors.
|
RepositoryCache |
getCache()
Gets the cache the repository system may use to save data for future reuse during the session.
|
String |
getChecksumPolicy()
Gets the global checksum policy.
|
Map<String,Object> |
getConfigProperties()
Gets the configuration properties used to tweak internal aspects of the repository system (e.g. thread pooling,
connector-specific behavior, etc.)
|
SessionData |
getData()
Gets the custom data associated with this session.
|
DependencyGraphTransformer |
getDependencyGraphTransformer()
Gets the dependency graph transformer to use for building dependency graphs.
|
DependencyManager |
getDependencyManager()
Gets the dependency manager to use for building dependency graphs.
|
DependencySelector |
getDependencySelector()
Gets the dependency selector to use for building dependency graphs.
|
DependencyTraverser |
getDependencyTraverser()
Gets the dependency traverser to use for building dependency graphs.
|
LocalRepository |
getLocalRepository()
Gets the local repository used during this session.
|
LocalRepositoryManager |
getLocalRepositoryManager()
Gets the local repository manager used during this session.
|
MirrorSelector |
getMirrorSelector()
Gets the mirror selector to use for repositories discovered in artifact descriptors.
|
ProxySelector |
getProxySelector()
Gets the proxy selector to use for repositories discovered in artifact descriptors.
|
RepositoryListener |
getRepositoryListener()
Gets the listener being notified of actions in the repository system.
|
ResolutionErrorPolicy |
getResolutionErrorPolicy()
Gets the policy which controls whether resolutions errors from remote repositories should be cached.
|
protected abstract RepositorySystemSession |
getSession()
Gets the repository system session to which this instance forwards calls.
|
Map<String,String> |
getSystemProperties()
Gets the system properties to use, e.g. for processing of artifact descriptors.
|
TransferListener |
getTransferListener()
Gets the listener being notified of uploads/downloads by the repository system.
|
String |
getUpdatePolicy()
Gets the global update policy.
|
Map<String,String> |
getUserProperties()
Gets the user properties to use, e.g. for processing of artifact descriptors.
|
VersionFilter |
getVersionFilter()
Gets the version filter to use for building dependency graphs.
|
WorkspaceReader |
getWorkspaceReader()
Gets the workspace reader used during this session.
|
boolean |
isIgnoreArtifactDescriptorRepositories()
Indicates whether repositories declared in artifact descriptors should be ignored during transitive dependency
collection.
|
boolean |
isOffline()
Indicates whether the repository system operates in offline mode and avoids/refuses any access to remote
repositories.
|
protected AbstractForwardingRepositorySystemSession()
protected abstract RepositorySystemSession getSession()
null
.public boolean isOffline()
RepositorySystemSession
isOffline
in interface RepositorySystemSession
true
if the repository system is in offline mode, false
otherwise.public boolean isIgnoreArtifactDescriptorRepositories()
RepositorySystemSession
isIgnoreArtifactDescriptorRepositories
in interface RepositorySystemSession
true
if additional repositories from artifact descriptors are ignored, false
to merge
those with the originally specified repositories.public ResolutionErrorPolicy getResolutionErrorPolicy()
RepositorySystemSession
getResolutionErrorPolicy
in interface RepositorySystemSession
null
if resolution errors should generally not be
cached.public ArtifactDescriptorPolicy getArtifactDescriptorPolicy()
RepositorySystemSession
getArtifactDescriptorPolicy
in interface RepositorySystemSession
null
if descriptor errors should generally not be
tolerated.public String getChecksumPolicy()
RepositorySystemSession
getChecksumPolicy
in interface RepositorySystemSession
null
/empty if not set and the per-repository policies apply.RepositoryPolicy.CHECKSUM_POLICY_FAIL
,
RepositoryPolicy.CHECKSUM_POLICY_IGNORE
,
RepositoryPolicy.CHECKSUM_POLICY_WARN
public String getUpdatePolicy()
RepositorySystemSession
getUpdatePolicy
in interface RepositorySystemSession
null
/empty if not set and the per-repository policies apply.RepositoryPolicy.UPDATE_POLICY_ALWAYS
,
RepositoryPolicy.UPDATE_POLICY_DAILY
,
RepositoryPolicy.UPDATE_POLICY_NEVER
public LocalRepository getLocalRepository()
RepositorySystemSession
LocalRepositoryManager.getRepository()
.getLocalRepository
in interface RepositorySystemSession
null
.public LocalRepositoryManager getLocalRepositoryManager()
RepositorySystemSession
getLocalRepositoryManager
in interface RepositorySystemSession
null
.public WorkspaceReader getWorkspaceReader()
RepositorySystemSession
getWorkspaceReader
in interface RepositorySystemSession
null
if none.public RepositoryListener getRepositoryListener()
RepositorySystemSession
getRepositoryListener
in interface RepositorySystemSession
null
if none.public TransferListener getTransferListener()
RepositorySystemSession
getTransferListener
in interface RepositorySystemSession
null
if none.public Map<String,String> getSystemProperties()
RepositorySystemSession
System.getProperties()
and environment variables.getSystemProperties
in interface RepositorySystemSession
null
.public Map<String,String> getUserProperties()
RepositorySystemSession
getUserProperties
in interface RepositorySystemSession
null
.public Map<String,Object> getConfigProperties()
RepositorySystemSession
getConfigProperties
in interface RepositorySystemSession
null
.ConfigurationProperties
public MirrorSelector getMirrorSelector()
RepositorySystemSession
getMirrorSelector
in interface RepositorySystemSession
null
.RepositorySystem.newResolutionRepositories(RepositorySystemSession, java.util.List)
public ProxySelector getProxySelector()
RepositorySystemSession
getProxySelector
in interface RepositorySystemSession
null
.RemoteRepository.getProxy()
,
RepositorySystem.newResolutionRepositories(RepositorySystemSession, java.util.List)
public AuthenticationSelector getAuthenticationSelector()
RepositorySystemSession
getAuthenticationSelector
in interface RepositorySystemSession
null
.RemoteRepository.getAuthentication()
,
RepositorySystem.newResolutionRepositories(RepositorySystemSession, java.util.List)
public ArtifactTypeRegistry getArtifactTypeRegistry()
RepositorySystemSession
getArtifactTypeRegistry
in interface RepositorySystemSession
null
.public DependencyTraverser getDependencyTraverser()
RepositorySystemSession
getDependencyTraverser
in interface RepositorySystemSession
null
if dependencies are
unconditionally traversed.public DependencyManager getDependencyManager()
RepositorySystemSession
getDependencyManager
in interface RepositorySystemSession
null
if dependency management is
not performed.public DependencySelector getDependencySelector()
RepositorySystemSession
getDependencySelector
in interface RepositorySystemSession
null
if dependencies are
unconditionally included.public VersionFilter getVersionFilter()
RepositorySystemSession
getVersionFilter
in interface RepositorySystemSession
null
if versions aren't filtered.public DependencyGraphTransformer getDependencyGraphTransformer()
RepositorySystemSession
getDependencyGraphTransformer
in interface RepositorySystemSession
null
if none.public SessionData getData()
RepositorySystemSession
getData
in interface RepositorySystemSession
null
.public RepositoryCache getCache()
RepositorySystemSession
getCache
in interface RepositorySystemSession
null
if none.Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.