@Singleton @Named(value="maven2") public final class Maven2RepositoryLayoutFactory extends Object implements org.eclipse.aether.spi.connector.layout.RepositoryLayoutFactory
"default"
.Modifier and Type | Field and Description |
---|---|
static String |
CONFIG_PROP_CHECKSUMS_ALGORITHMS |
static String |
CONFIG_PROP_OMIT_CHECKSUMS_FOR_EXTENSIONS |
Constructor and Description |
---|
Maven2RepositoryLayoutFactory()
Deprecated.
|
Maven2RepositoryLayoutFactory(org.eclipse.aether.spi.connector.checksum.ChecksumAlgorithmFactorySelector checksumAlgorithmFactorySelector) |
Modifier and Type | Method and Description |
---|---|
float |
getPriority() |
org.eclipse.aether.spi.connector.layout.RepositoryLayout |
newInstance(org.eclipse.aether.RepositorySystemSession session,
org.eclipse.aether.repository.RemoteRepository repository) |
Maven2RepositoryLayoutFactory |
setPriority(float priority)
Sets the priority of this component.
|
public static final String CONFIG_PROP_CHECKSUMS_ALGORITHMS
public static final String CONFIG_PROP_OMIT_CHECKSUMS_FOR_EXTENSIONS
@Deprecated public Maven2RepositoryLayoutFactory()
@Inject public Maven2RepositoryLayoutFactory(org.eclipse.aether.spi.connector.checksum.ChecksumAlgorithmFactorySelector checksumAlgorithmFactorySelector)
public float getPriority()
getPriority
in interface org.eclipse.aether.spi.connector.layout.RepositoryLayoutFactory
public Maven2RepositoryLayoutFactory setPriority(float priority)
priority
- The priority.null
.public org.eclipse.aether.spi.connector.layout.RepositoryLayout newInstance(org.eclipse.aether.RepositorySystemSession session, org.eclipse.aether.repository.RemoteRepository repository) throws org.eclipse.aether.transfer.NoRepositoryLayoutException
newInstance
in interface org.eclipse.aether.spi.connector.layout.RepositoryLayoutFactory
org.eclipse.aether.transfer.NoRepositoryLayoutException
Copyright © 2010–2022 The Apache Software Foundation. All rights reserved.