Class AntRepositorySystemSupplier

java.lang.Object
org.eclipse.aether.supplier.RepositorySystemSupplier
org.apache.maven.resolver.internal.ant.AntRepositorySystemSupplier
All Implemented Interfaces:
Supplier<org.eclipse.aether.RepositorySystem>

public class AntRepositorySystemSupplier extends org.eclipse.aether.supplier.RepositorySystemSupplier
The Ant modified supplier, that on repository system creation "remembers" (and exposes) other required components as well.
Since:
1.5.0
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected org.apache.maven.model.building.ModelBuilder
     
    protected org.eclipse.aether.impl.RemoteRepositoryManager
    getRemoteRepositoryManager(org.eclipse.aether.impl.UpdatePolicyAnalyzer updatePolicyAnalyzer, org.eclipse.aether.spi.connector.checksum.ChecksumPolicyProvider checksumPolicyProvider)
     

    Methods inherited from class org.eclipse.aether.supplier.RepositorySystemSupplier

    get, getArtifactDescriptorReader, getArtifactResolver, getArtifactResolverPostProcessors, getBasicRepositoryConnectorFactory, getChecksumAlgorithmFactories, getChecksumAlgorithmFactorySelector, getChecksumExtractors, getChecksumPolicyProvider, getDependencyCollector, getDependencyCollectorDelegates, getDeployer, getFileProcessor, getInstaller, getLocalPathComposer, getLocalPathPrefixComposerFactory, getLocalRepositoryProvider, getMetadataGeneratorFactories, getMetadataResolver, getModelCacheFactory, getNamedLockFactories, getNamedLockFactoryAdapterFactory, getNameMappers, getOfflineController, getProvidedChecksumsSources, getRemoteRepositoryFilterManager, getRemoteRepositoryFilterSources, getRepositoryConnectorFactories, getRepositoryConnectorProvider, getRepositoryEventDispatcher, getRepositoryLayoutFactories, getRepositoryLayoutProvider, getRepositoryListeners, getRepositorySystemLifecycle, getSyncContextFactory, getTrackingFileManager, getTransporterFactories, getTransporterProvider, getTrustedChecksumsSources, getUpdateCheckManager, getUpdatePolicyAnalyzer, getVersionRangeResolver, getVersionResolver

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • AntRepositorySystemSupplier

      public AntRepositorySystemSupplier()
  • Method Details

    • getModelBuilder

      protected org.apache.maven.model.building.ModelBuilder getModelBuilder()
      Overrides:
      getModelBuilder in class org.eclipse.aether.supplier.RepositorySystemSupplier
    • getRemoteRepositoryManager

      protected org.eclipse.aether.impl.RemoteRepositoryManager getRemoteRepositoryManager(org.eclipse.aether.impl.UpdatePolicyAnalyzer updatePolicyAnalyzer, org.eclipse.aether.spi.connector.checksum.ChecksumPolicyProvider checksumPolicyProvider)
      Overrides:
      getRemoteRepositoryManager in class org.eclipse.aether.supplier.RepositorySystemSupplier