Interface NamedLockFactoryAdapterFactory
-
- All Known Implementing Classes:
NamedLockFactoryAdapterFactoryImpl
public interface NamedLockFactoryAdapterFactory
Factory forNamedLockFactoryAdapter.- Since:
- 1.9.1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NamedLockFactoryAdaptergetAdapter(org.eclipse.aether.RepositorySystemSession session)Creates or returns pre-createdNamedLockFactoryAdapter, nevernull.
-
-
-
Method Detail
-
getAdapter
NamedLockFactoryAdapter getAdapter(org.eclipse.aether.RepositorySystemSession session)
Creates or returns pre-createdNamedLockFactoryAdapter, nevernull.It is left at the discretion of the implementation what happens on this method call: it may create always new instances, or return the same instance. One thing is required for the implementation: to shut down any name lock factory it used during any invocation of this method.
-
-