public class Constants extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
API_URL
The Crowdin API URL
|
static String |
DEFAULT_COMMENT
The standard header for generated translation files
|
static Pattern |
FILTER_DELIMITERS
The path filter delimiters to use when building a regular expression
|
static String |
HTTP_AUTH_NTLM_DOMAIN
The system property to use for NTLM domain
|
static String |
HTTP_PROXY_HOST
The system property to use for proxy host
|
static String |
HTTP_PROXY_PASSWORD
The system property to use for proxy password
|
static String |
HTTP_PROXY_PORT
The system property to use for proxy port
|
static String |
HTTP_PROXY_USER
The system property to use for proxy user
|
static Pattern |
PLACEHOLDER_PATTERN
The generic placeholder
Pattern |
static Pattern |
SEMICOLON
A
Pattern that matches semicolon ";" |
static String |
STATUS_DOWNLOAD_FILENAME
The name of the translation status document in the download folder
|
public static final String DEFAULT_COMMENT
public static final String STATUS_DOWNLOAD_FILENAME
public static final Pattern FILTER_DELIMITERS
public static final String API_URL
public static final String HTTP_AUTH_NTLM_DOMAIN
public static final String HTTP_PROXY_PASSWORD
public static final String HTTP_PROXY_USER
public static final String HTTP_PROXY_PORT
public static final String HTTP_PROXY_HOST
Copyright © 2024. All rights reserved.