Class DefaultSyncContextFactory

java.lang.Object
org.eclipse.aether.internal.impl.synccontext.DefaultSyncContextFactory
All Implemented Interfaces:
org.eclipse.aether.spi.locator.Service, org.eclipse.aether.spi.synccontext.SyncContextFactory

@Singleton @Named public final class DefaultSyncContextFactory extends Object implements org.eclipse.aether.spi.synccontext.SyncContextFactory, org.eclipse.aether.spi.locator.Service
Default SyncContextFactory implementation that uses named locks.
  • Constructor Details

  • Method Details

    • initService

      public void initService(org.eclipse.aether.spi.locator.ServiceLocator locator)
      Specified by:
      initService in interface org.eclipse.aether.spi.locator.Service
    • newInstance

      public org.eclipse.aether.SyncContext newInstance(org.eclipse.aether.RepositorySystemSession session, boolean shared)
      Specified by:
      newInstance in interface org.eclipse.aether.spi.synccontext.SyncContextFactory