Constant Field Values

Contents

org.eclipse.*

  • org.eclipse.aether.artifact.AbstractArtifact 
    Modifier and Type Constant Field Value
    private static final java.lang.String SNAPSHOT "SNAPSHOT"
  • org.eclipse.aether.artifact.ArtifactProperties 
    Modifier and Type Constant Field Value
    public static final java.lang.String CONSTITUTES_BUILD_PATH "constitutesBuildPath"
    public static final java.lang.String DOWNLOAD_URL "downloadUrl"
    public static final java.lang.String INCLUDES_DEPENDENCIES "includesDependencies"
    public static final java.lang.String LANGUAGE "language"
    public static final java.lang.String LOCAL_PATH "localPath"
    public static final java.lang.String TYPE "type"
  • org.eclipse.aether.connector.basic.org.eclipse.aether.connector.basic.BasicRepositoryConnector 
    Modifier and Type Constant Field Value
    private static final java.lang.String CONFIG_PROP_RESUME "aether.connector.resumeDownloads"
    private static final java.lang.String CONFIG_PROP_RESUME_THRESHOLD "aether.connector.resumeThreshold"
    private static final java.lang.String CONFIG_PROP_SMART_CHECKSUMS "aether.connector.smartChecksums"
    private static final java.lang.String CONFIG_PROP_THREADS "aether.connector.basic.threads"
  • org.eclipse.aether.connector.basic.org.eclipse.aether.connector.basic.PartialFile 
    Modifier and Type Constant Field Value
    static final java.lang.String EXT_LOCK ".lock"
    static final java.lang.String EXT_PART ".part"
  • org.eclipse.aether.internal.impl.synccontext.named.DiscriminatingNameMapper 
    Modifier and Type Constant Field Value
    private static final java.lang.String CONFIG_PROP_DISCRIMINATOR "aether.syncContext.named.discriminating.discriminator"
    private static final java.lang.String CONFIG_PROP_HOSTNAME "aether.syncContext.named.discriminating.hostname"
    private static final java.lang.String DEFAULT_DISCRIMINATOR_DIGEST "da39a3ee5e6b4b0d3255bfef95601890afd80709"
    private static final java.lang.String DEFAULT_HOSTNAME "localhost"
    public static final java.lang.String NAME "discriminating"
  • org.eclipse.aether.internal.impl.synccontext.named.FileGAVNameMapper 
    Modifier and Type Constant Field Value
    private static final java.lang.String LOCK_SUFFIX ".resolverlock"
    public static final java.lang.String NAME "file-gav"
    private static final char SEPARATOR 126
  • org.eclipse.aether.internal.impl.synccontext.named.GAVNameMapper 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "gav"
  • org.eclipse.aether.internal.impl.synccontext.named.NamedLockFactoryAdapter 
    Modifier and Type Constant Field Value
    public static final long DEFAULT_TIME 30L
    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.NamedLockFactorySelectorSupport 
    Modifier and Type Constant Field Value
    public static final java.lang.String FACTORY_KEY "aether.syncContext.named.factory"
    public static final java.lang.String NAME_MAPPER_KEY "aether.syncContext.named.nameMapper"
  • org.eclipse.aether.internal.impl.synccontext.named.StaticNameMapper 
    Modifier and Type Constant Field Value
    private static final java.lang.String CONFIG_PROP_NAME "aether.syncContext.named.static.name"
    public static final java.lang.String NAME "static"
  • org.eclipse.aether.internal.test.util.NodeBuilder 
    Modifier and Type Constant Field Value
    private final java.lang.String classifier ""
  • org.eclipse.aether.internal.test.util.org.eclipse.aether.internal.test.util.NodeDefinition 
    Modifier and Type Constant Field Value
    static final java.lang.String COORDS "([^: \\(]+):([^: ]+)(?::([^: ]*)(?::([^: ]+))?)?:([^: \\[\\(<]+)"
    static final java.lang.String ID "\\(([-_a-zA-Z0-9]+)\\)"
    static final java.lang.String IDREF "\\^([-_a-zA-Z0-9]+)"
    static final java.lang.String KEY_VAL "(?:[-_a-zA-Z0-9]+)\\s*:\\s*(?:[-_a-zA-Z0-9]*)"
    static final java.lang.String OPTIONAL "(!?optional)"
    static final java.lang.String PROPS "props\\s*=\\s*((?:[-_a-zA-Z0-9]+)\\s*:\\s*(?:[-_a-zA-Z0-9]*)(?:\\s*,\\s*(?:[-_a-zA-Z0-9]+)\\s*:\\s*(?:[-_a-zA-Z0-9]*))*)"
    static final java.lang.String RANGE "([\\(\\[][^\\(\\)\\[\\]]+[\\)\\]])"
    private static final java.lang.String RANGE_NC "[\\(\\[][^\\(\\)\\[\\]]+[\\)\\]]"
    static final java.lang.String SCOPE "(?:scope\\s*=\\s*)?((?!optional)[-_a-zA-Z0-9]+)(?:<([-_a-zA-Z0-9]+))?"
  • org.eclipse.aether.named.providers.FileLockNamedLockFactory 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "file-lock"
  • org.eclipse.aether.named.providers.LocalReadWriteLockNamedLockFactory 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "rwlock-local"
  • org.eclipse.aether.named.providers.LocalSemaphoreNamedLockFactory 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "semaphore-local"
  • org.eclipse.aether.named.providers.NoopNamedLockFactory 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "noop"
  • org.eclipse.aether.transport.wagon.org.eclipse.aether.transport.wagon.WagonTransporter 
    Modifier and Type Constant Field Value
    private static final java.lang.String CONFIG_PROP_CONFIG "aether.connector.wagon.config"
    private static final java.lang.String CONFIG_PROP_DIR_MODE "aether.connector.perms.dirMode"
    private static final java.lang.String CONFIG_PROP_FILE_MODE "aether.connector.perms.fileMode"
    private static final java.lang.String CONFIG_PROP_GROUP "aether.connector.perms.group"
  • org.eclipse.aether.util.artifact.ArtifactIdUtils 
    Modifier and Type Constant Field Value
    private static final char SEP 58
  • org.eclipse.aether.util.artifact.JavaScopes 
    Modifier and Type Constant Field Value
    public static final java.lang.String COMPILE "compile"
    public static final java.lang.String PROVIDED "provided"
    public static final java.lang.String RUNTIME "runtime"
    public static final java.lang.String SYSTEM "system"
    public static final java.lang.String TEST "test"