Constant Field Values
Contents
org.eclipse.*
-
org.eclipse.aether.internal.impl.LocalPathPrefixComposerFactorySupport Modifier and Type Constant Field Value protected static final java.lang.String
CONF_PROP_LOCAL_PREFIX
"aether.enhancedLocalRepository.localPrefix"
protected static final java.lang.String
CONF_PROP_RELEASES_PREFIX
"aether.enhancedLocalRepository.releasesPrefix"
protected static final java.lang.String
CONF_PROP_REMOTE_PREFIX
"aether.enhancedLocalRepository.remotePrefix"
protected static final java.lang.String
CONF_PROP_SNAPSHOTS_PREFIX
"aether.enhancedLocalRepository.snapshotsPrefix"
protected static final java.lang.String
CONF_PROP_SPLIT
"aether.enhancedLocalRepository.split"
protected static final java.lang.String
CONF_PROP_SPLIT_LOCAL
"aether.enhancedLocalRepository.splitLocal"
protected static final java.lang.String
CONF_PROP_SPLIT_REMOTE
"aether.enhancedLocalRepository.splitRemote"
protected static final java.lang.String
CONF_PROP_SPLIT_REMOTE_REPOSITORY
"aether.enhancedLocalRepository.splitRemoteRepository"
protected static final java.lang.String
CONF_PROP_SPLIT_REMOTE_REPOSITORY_LAST
"aether.enhancedLocalRepository.splitRemoteRepositoryLast"
protected static final java.lang.String
DEFAULT_LOCAL_PREFIX
"installed"
protected static final java.lang.String
DEFAULT_RELEASES_PREFIX
"releases"
protected static final java.lang.String
DEFAULT_REMOTE_PREFIX
"cached"
protected static final java.lang.String
DEFAULT_SNAPSHOTS_PREFIX
"snapshots"
protected static final boolean
DEFAULT_SPLIT
false
protected static final boolean
DEFAULT_SPLIT_LOCAL
false
protected static final boolean
DEFAULT_SPLIT_REMOTE
false
protected static final boolean
DEFAULT_SPLIT_REMOTE_REPOSITORY
false
protected static final boolean
DEFAULT_SPLIT_REMOTE_REPOSITORY_LAST
false
-
org.eclipse.aether.internal.impl.Maven2RepositoryLayoutFactory Modifier and Type Constant Field Value public static final java.lang.String
CONFIG_PROP_CHECKSUMS_ALGORITHMS
"aether.checksums.algorithms"
public static final java.lang.String
CONFIG_PROP_OMIT_CHECKSUMS_FOR_EXTENSIONS
"aether.checksums.omitChecksumsForExtensions"
-
org.eclipse.aether.internal.impl.checksum.Md5ChecksumAlgorithmFactory Modifier and Type Constant Field Value public static final java.lang.String
NAME
"MD5"
-
org.eclipse.aether.internal.impl.checksum.Sha1ChecksumAlgorithmFactory Modifier and Type Constant Field Value public static final java.lang.String
NAME
"SHA-1"
-
org.eclipse.aether.internal.impl.checksum.Sha256ChecksumAlgorithmFactory Modifier and Type Constant Field Value public static final java.lang.String
NAME
"SHA-256"
-
org.eclipse.aether.internal.impl.checksum.Sha512ChecksumAlgorithmFactory Modifier and Type Constant Field Value public static final java.lang.String
NAME
"SHA-512"
-
org.eclipse.aether.internal.impl.checksum.SparseDirectoryTrustedChecksumsSource Modifier and Type Constant Field Value public static final java.lang.String
NAME
"sparseDirectory"
-
org.eclipse.aether.internal.impl.checksum.SummaryFileTrustedChecksumsSource Modifier and Type Constant Field Value public static final java.lang.String
NAME
"summaryFile"
-
org.eclipse.aether.internal.impl.checksum.TrustedToProvidedChecksumsSourceAdapter Modifier and Type Constant Field Value public static final java.lang.String
NAME
"trusted2provided"
-
org.eclipse.aether.internal.impl.collect.DependencyCollectorDelegate Modifier and Type Constant Field Value protected static final java.lang.String
CONFIG_PROP_MAX_CYCLES
"aether.dependencyCollector.maxCycles"
protected static final int
CONFIG_PROP_MAX_CYCLES_DEFAULT
10
protected static final java.lang.String
CONFIG_PROP_MAX_EXCEPTIONS
"aether.dependencyCollector.maxExceptions"
protected static final int
CONFIG_PROP_MAX_EXCEPTIONS_DEFAULT
50
-
org.eclipse.aether.internal.impl.collect.bf.BfDependencyCollector Modifier and Type Constant Field Value public static final java.lang.String
NAME
"bf"
-
org.eclipse.aether.internal.impl.collect.df.DfDependencyCollector Modifier and Type Constant Field Value public static final java.lang.String
NAME
"df"
-
org.eclipse.aether.internal.impl.filter.GroupIdRemoteRepositoryFilterSource Modifier and Type Constant Field Value public static final java.lang.String
NAME
"groupId"
-
org.eclipse.aether.internal.impl.filter.PrefixesRemoteRepositoryFilterSource Modifier and Type Constant Field Value public static final java.lang.String
NAME
"prefixes"
-
org.eclipse.aether.internal.impl.resolution.TrustedChecksumsArtifactResolverPostProcessor Modifier and Type Constant Field Value public static final java.lang.String
NAME
"trustedChecksums"
-
org.eclipse.aether.internal.impl.synccontext.named.NamedLockFactoryAdapter Modifier and Type Constant Field Value public static final int
DEFAULT_RETRY
1
public static final long
DEFAULT_RETRY_WAIT
200L
public static final long
DEFAULT_TIME
30L
public static final java.lang.String
RETRY_KEY
"aether.syncContext.named.retry"
public static final java.lang.String
RETRY_WAIT_KEY
"aether.syncContext.named.retry.wait"
public static final java.lang.String
TIME_KEY
"aether.syncContext.named.time"
public static final java.lang.String
TIME_UNIT_KEY
"aether.syncContext.named.time.unit"
-
org.eclipse.aether.internal.impl.synccontext.named.NamedLockFactoryAdapterFactoryImpl Modifier and Type Constant Field Value protected static final java.lang.String
FACTORY_KEY
"aether.syncContext.named.factory"
protected static final java.lang.String
NAME_MAPPER_KEY
"aether.syncContext.named.nameMapper"
-
org.eclipse.aether.internal.impl.synccontext.named.NameMappers Modifier and Type Constant Field Value public static final java.lang.String
DISCRIMINATING_NAME
"discriminating"
public static final java.lang.String
FILE_GAV_NAME
"file-gav"
public static final java.lang.String
FILE_HGAV_NAME
"file-hgav"
public static final java.lang.String
FILE_STATIC_NAME
"file-static"
public static final java.lang.String
GAV_NAME
"gav"
public static final java.lang.String
STATIC_NAME
"static"