Package org.eclipse.aether.internal.impl
Class StubSyncContextFactory
- java.lang.Object
-
- org.eclipse.aether.internal.impl.StubSyncContextFactory
-
- All Implemented Interfaces:
org.eclipse.aether.impl.SyncContextFactory
public class StubSyncContextFactory extends Object implements org.eclipse.aether.impl.SyncContextFactory
-
-
Constructor Summary
Constructors Constructor Description StubSyncContextFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SyncContext
newInstance(RepositorySystemSession session, boolean shared)
-
-
-
Constructor Detail
-
StubSyncContextFactory
public StubSyncContextFactory()
-
-
Method Detail
-
newInstance
public SyncContext newInstance(RepositorySystemSession session, boolean shared)
- Specified by:
newInstance
in interfaceorg.eclipse.aether.impl.SyncContextFactory
-
-