public interface  org.eclipse.aether.spi.synccontext.SyncContextFactory extends java.lang.Object
{
public abstract org.eclipse.aether.SyncContext newInstance(org.eclipse.aether.RepositorySystemSession, boolean);
}