| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
CACHE_DIR_JETTY |
"debug/" |
public static final String |
CACHE_DIR_OTHER |
"" |
public static final String |
CACHE_DIR_UNIT_TESTS |
"debug/unit-tests/" |
public static final String |
CONTEXT_DESTROYED |
"%s undeployed!" |
public static final String |
CONTEXT_RESET |
"Resetting %s..." |
public static final String |
DEPLOYMENT_TYPE |
"DEPLOYMENT_TYPE" |
public static final String |
HARVESTER_NAME_SUB_STRING |
"harvester" |
public static final String |
HARVESTER_SERVICE_NAME_SUFFIX |
"HarvesterService" |
public static final String |
INIT_FIELD |
"Initializing %s..." |
public static final String |
INIT_FIELD_SUCCESS |
"Successfully initialized %s!" |
public static final String |
INIT_SERVICE |
"Initializing Harvester Service..." |
public static final String |
INIT_SERVICE_FAILED |
"Initialization of the Harvester Service failed!" |
public static final String |
INIT_SERVICE_SUCCESS |
"%s is now ready!" |
public static final String |
LOG_DEPLOYMENT_TYPE |
"Deployment Type: %s" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
ALLOWED_REQUESTS |
"GET\nRetrieves the configuration as a JSON object, or as plain text if the query parameter ?pretty is added.\n\nGET ?key=XXX\nReturns the value of parameter \'XXX\'.\n\nPOST /_set {\"XXX.YYY\" : \"ZZZ\"}\nChanges the value of parameter YYY of category XXX to ZZZ.\n\nPUT\nSets x-www-form-urlencoded parameters for the harvester.\nValid keys: " |
public static final String |
BASIC_PARAMETER_FORMAT |
"%%n%%1$-%ds : %%2$s" |
public static final String |
CATEGORY_FORMAT |
"- %s -" |
public static final String |
CONFIG_PATH |
"config/%s/config.json" |
public static final String |
DEBUG_CATEGORY |
"Debug" |
public static final String |
ENVIRONMENT_VARIABLE_SET_START |
"Searching for configuration from environment variables..." |
public static final String |
GET_UNKNOWN_PARAM_ERROR |
"Unknown parameter \'%s\'!" |
public static final String |
LOAD_ERROR |
"Could not load configuration from \'%s\': %s" |
public static final String |
LOAD_OK |
"Loaded configuration from \'%s\'." |
public static final String |
LOADED_PARAM |
"Loaded %s \'%s\' with value \'%s\'." |
public static final String |
NO_CHANGES |
"No parameters were changed!" |
public static final String |
NO_CONFIG_FILE_ERROR |
"Did not load configuration, because it is not cached at \'%s\'!" |
public static final String |
NO_PATH |
"You must set a path first!" |
public static final String |
OUTDATED_CONFIG_FILE_ERROR |
"Did not load configuration, because it is outdated!" |
public static final String |
PARSE_ERROR |
"Cannot read configuration parameter value \'%s\' from key \'%s\'!" |
public static final String |
QUERY_KEY |
"key" |
public static final String |
REGISTER_ERROR |
"Cannot register parameter \'%s\', because no Configuration with event listeners exists, yet!" |
public static final String |
REGISTERED_PARAM |
"Added new %s \'%s\' with value \'%s\' to the config." |
public static final String |
SAVE_NO_PATH_ERROR |
"Cannot save configuration: You must set a path first!" |
public static final String |
SET_NO_PAYLOAD_ERROR |
"Cannot change parameters: Missing request body!" |
public static final String |
SET_UNKNOWN_PARAM_ERROR |
"Cannot change parameter \'%s\'. Unknown parameter!" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
ALLOWED_VALUES |
"Allowed values are: " |
public static final String |
BOOLEAN_ALLOWED_VALUES |
"Allowed values are: 0, 1, true, false" |
public static final String |
CANNOT_CHANGE_PARAM |
"Cannot change value of parameter \'%s\' to \'%s\'! %s" |
public static final String |
CHANGED_PARAM |
"Set parameter \'%s\' to \'%s\'." |
public static final String |
COMPOSITE_KEY |
"%s.%s" |
public static final String |
ENVIRONMENT_VARIABLE |
"GERDI_HARVESTER_%S_%S" |
public static final String |
ETL_PARAM_INVALID_STATE |
"The \'%s\' must be idle, but it is currently %s!" |
public static final String |
ETL_REGISTRY_PARAM_INVALID_STATE |
"All ETLs must be idle, but they are currently %s!" |
public static final String |
INTEGER_RANGE_ALLOWED_VALUES |
"Allowed values are: max, min, 0, 1, ..." |
public static final String |
INTEGER_VALUE_MAX |
"max" |
public static final String |
INTEGER_VALUE_MIN |
"min" |
public static final String |
INVALID_CATEGORY_NAME |
"Invalid Category-Name: %s%nNames must only consist of letters!" |
public static final String |
INVALID_PARAM_NAME_REGEX |
"[^a-zA-Z0-9]" |
public static final String |
INVALID_PARAMETER_KEY |
"Invalid Parameter-Key: %s%nKeys must only consist of letters!" |
public static final String |
NON_EMPTY_STRING_PARAM_INVALID |
"It must be a non-empty string!" |
public static final String |
PASSWORD_STRING_TEXT |
"*****" |
public static final String |
URL_PARAM_INVALID |
"It must be a valid URL!" |
public static final String |
VALID_PARAM_NAME_REGEX |
"[a-zA-Z0-9]+" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
ABORT_FINISHED |
"All ETLs have been aborted!" |
public static final String |
ABORT_HARVEST_FAILED_NO_HARVEST |
"Cannot abort harvest: No harvest is currently running!" |
public static final String |
ABORT_INVALID_STATE |
"Cannot abort a harvest when it is \'%s\'!" |
public static final String |
ABORT_START |
"Aborting harvest..." |
public static final String |
ALLOWED_REQUESTS |
"GET\nRetrieves the generic harvest information as a JSON object, or as plain text if the query parameter ?pretty is added.\n\nGET /etls\nReturns detailed information about all ETLs.\n\nGET /etl?name=XXX\nReturns detailed information about an ETL with the name \'XXX\'.\nThe query parameter \'name\' must be the name of the ETL.\n\nGET /health\nReturns plain text that serves as a health check.\n\nGET /outdated\nChecks if there is unharvested metadata.\n\nGET /config\nDisplays parameters and a means of configuring them.\n\nGET /schedule\nDisplays a configurable set of cron jobs that can trigger harvests automatically.\n\nGET /log\nDisplays the server log. The query parameters \'date\', \'class\', and \'level\' can be used to filter the log with comma-separated values of dates, logger classes, and log levels.\n\nGET /versions\nReturns a list of GeRDI Maven dependencies.\n\nGET /versions-all\nReturns a list of all Maven dependencies.\n\nPOST\nStarts the harvest.\n\nPOST /abort\nAborts an ongoing harvest.\n\nPOST /reset\nAttempts to re-initialize this service." |
public static final String |
BUSY_ERROR_MESSAGE |
"The harvesters are currently processing another request!" |
public static final String |
BUSY_HARVESTING |
"Cannot start harvest: Please wait for the current harvest to finish, or abort it!" |
public static final String |
DUPLICATE_ETL_REGISTERED_ERROR |
"Did not register %s, because it was already registered!" |
public static final int |
END_INDEX_PARAM_DEFAULT_VALUE |
2147483647 |
public static final String |
END_INDEX_PARAM_KEY |
"rangeTo" |
public static final String |
ERROR_NO_ENTRIES |
"Cannot harvest %s - The source entries are empty or could not be retrieved!" |
public static final String |
ETL_ABORTED |
"%s aborted!" |
public static final String |
ETL_DISABLED |
"disabled" |
public static final String |
ETL_FAILED |
"%s failed!" |
public static final String |
ETL_FINISHED |
"%s finished!" |
public static final String |
ETL_INIT_FAILED |
"Unable to prepare %s for harvest!" |
public static final String |
ETL_LOADING_FAILED |
"Could not load %s state from cache!" |
public static final String |
ETL_MANAGER_CACHE_PATH |
"cache/%s/state.json" |
public static final String |
ETL_NAME_QUERY |
"name" |
public static final String |
ETL_NAME_QUERY_ERROR_EMPTY |
"Missing query parameter \'name\'!" |
public static final String |
ETL_NAME_QUERY_ERROR_UNKNOWN |
"Unknown ETL name \'%s\'!" |
public static final String |
ETL_PRETTY |
"%s : %s [Health: %s]%n" |
public static final String |
ETL_PROCESSING_ERROR |
"Error iterating through ETL components!" |
public static final String |
ETL_SKIPPED_DISABLED |
"Skipping %s, because it is disabled!" |
public static final String |
ETL_SKIPPED_NO_CHANGES |
"Did not start harvest, because no changes were detected!" |
public static final String |
ETL_SKIPPED_OUT_OF_RANGE |
"Skipping %s - Document indices out of range." |
public static final String |
ETL_START_FAILED |
"%s could not be started due to an unexpected error!" |
public static final String |
ETL_STARTED |
"Starting %s..." |
public static final String |
ETLS_FAILED_UNKNOWN_ERROR |
"Harvesting interrupted by unexpected error!" |
public static final String |
EXTRACTOR_CREATE_ERROR |
"Could not initialize EXTRACTOR for %s!" |
public static final String |
HARVEST_FAILED |
"Harvest failed!" |
public static final String |
HARVEST_FINISHED |
"Harvest finished!" |
public static final String |
HARVEST_IN_PROGRESS |
"Please wait for the harvest to finish!" |
public static final String |
HARVEST_STARTED |
"Harvest started!" |
public static final String |
INIT_INVALID_STATE |
"ETLs must not be initialized more than once!" |
public static final String |
LOADER_CREATE_ERROR |
"Could not initialize LOADER for %s!" |
public static final String |
MAX_RANGE_NUMBER |
"%d (max)" |
public static final String |
NAME_TOTAL |
"---\nOVERALL" |
public static final String |
OCTET_FORMAT |
"%02x" |
public static final String |
PARAMETER_CATEGORY |
"AllETLs" |
public static final String |
PREPARE_ETLS |
"Preparing ETLs for harvest." |
public static final String |
PREPARE_ETLS_FAILED |
"Cannot start harvest: No ETL could be prepared!" |
public static final String |
PROGRESS |
" % 3d%% (%d / %d)" |
public static final String |
PROGRESS_NO_BOUNDS |
" (%d / ???)" |
public static final String |
REMAINING_TIME |
"Remaining Time: %1$02d:%2$tM:%2$tS" |
public static final String |
REMAINING_TIME_UNKNOWN |
"Remaining Time : ???" |
public static final String |
SHA_HASH_ALGORITHM |
"SHA" |
public static final String |
START_ETLS |
"Starting ETLs." |
public static final int |
START_INDEX_PARAM_DEFAULT_VALUE |
0 |
public static final String |
START_INDEX_PARAM_KEY |
"rangeFrom" |
public static final String |
TRANSFORMER_CREATE_ERROR |
"Could not initialize TRANSFORMER for %s!" |
public static final String |
UNKNOWN_NUMBER |
"???" |
public static final String |
UPDATE_ERROR |
"Could not update source data of %s!" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DOCUMENTS_JSON |
"documents" |
public static final String |
HARVEST_DATE_JSON |
"harvestDate" |
public static final String |
JSON_EXTENSION |
".json" |
public static final String |
SAVE_FAILED_CANNOT_CREATE |
"Could not save harvest to disk: Could not create file \'%s\' on the server!" |
public static final String |
SAVE_FOLDER_NAME |
"savedDocuments" |
public static final String |
SOURCE_HASH_JSON |
"sourceHash" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
BASIC_AUTH_PREFIX |
"Basic " |
public static final String |
BATCH_DELETE_INSTRUCTION |
"{\"delete\":{\"_id\":\"%s\"}}%n" |
public static final String |
BATCH_INDEX_INSTRUCTION |
"{\"index\":{\"_id\":\"%s\"}}%n%s%n" |
public static final String |
BULK_SUBMISSION_URL_SUFFIX |
"_bulk" |
public static final String |
CANNOT_FIX_INVALID_DOCUMENT_ERROR |
"Could not remove invalid field \'%s\' from Document %s!" |
public static final String |
DATE_RANGE_REGEX |
"\"value\":\"(\\d\\d\\d\\d-\\d\\d-\\d\\dT\\d\\d:\\d\\d[^\"]*?Z)?/(\\d\\d\\d\\d-\\d\\d-\\d\\dT\\d\\d:\\d\\d[^\"]*?Z)?\"" |
public static final String |
DATE_RANGE_REPLACEMENT |
"\"value\":\\{\"gte\":\"$1\",\"lte\":\"$2\"\\}" |
public static final String |
DATE_REGEX |
"\"value\":(\"\\d\\d\\d\\d-\\d\\d-\\d\\dT\\d\\d:\\d\\d[^\"/]*Z\")" |
public static final String |
DATE_REPLACEMENT |
"\"value\":\\{\"gte\":$1,\"lte\":$1\\}" |
public static final String |
DOCUMENTS_RESUBMIT |
"Resubmitting documents after removing invalid fields." |
public static final String |
EMPTY_DATE_RANGE_REGEX |
"(\"gte\":\"\",)|(,\"lte\":\"\")" |
public static final String |
EMPTY_DATE_RANGE_REPLACEMENT |
"" |
public static final String |
INVALID_URL_ERROR |
"Invalid Elasticsearch API URL: %s" |
public static final String |
LOAD_DOCUMENT_ERROR |
"Loader Error: Document %s%n%s" |
public static final String |
LOAD_DOCUMENT_ERROR_CAUSE |
", caused by%n %s: %s" |
public static final String |
LOAD_DOCUMENT_ERROR_REASON |
" %s: %s" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
CLEAN_LOAD_ERROR |
"Loader Error: Unable to submit partially harvested documents while cancelling the harvest!" |
public static final String |
DOCUMENT_TOO_LARGE |
"Loader Error: Size of document %s is %d bytes, which is larger than the maximum permitted size of %d bytes." |
public static final String |
LOADED_PARTIAL_OK |
"Loaded %d documents." |
public static final String |
LOADER_TYPE_PARAM_KEY |
"loader" |
public static final String |
NO_DOCS_ERROR |
"Loader Error: No documents were harvested!" |
public static final String |
NO_URL_ERROR |
"Loader Error: You need to set up a valid loader URL!" |
public static final String |
PARAMETER_CATEGORY |
"Submission" |
public static final String |
UNKNOWN_DOCUMENT_COUNT |
"???" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
CANNOT_PROCESS_PREFIX |
"Cannot process request: " |
public static final String |
FEEDBACK_JSON |
"{\"status\":\"%s\",\"message\":\"%s\"}" |
public static final String |
INIT_ERROR_DETAILED |
"Cannot process request, because the Harvester could not be initialized! Look at the logs for details." |
public static final String |
INVALID_REQUEST_ERROR |
"Unsupported HTTP request method!" |
public static final String |
JSON_INVALID_FORMAT_ERROR |
"Invalid JSON object:%n%s" |
public static final String |
LINE_START_REGEX |
"(^|\n)(\\w)" |
public static final String |
LINE_START_REPLACEMENT |
"$1 $2" |
public static final String |
NO_FORM_PARAMETERS_BODY_ERROR |
"You must specify form parameters!" |
public static final String |
NO_JSON_BODY_ERROR |
"You must specify a JSON body!" |
public static final String |
NOT_AVAILABLE |
"N/A" |
public static final String |
PRETTY_QUERY_PARAM |
"pretty" |
public static final String |
RESET_STARTED |
"Resetting the Harvester Service!" |
public static final String |
REST_GET_TEXT |
"- %s %s -%n%n%s%n%nAllowed Requests:%n" |
public static final String |
RETRY_AFTER_HEADER |
"Retry-After" |
public static final String |
STATUS_FAILED |
"Failed" |
public static final String |
STATUS_OK |
"Ok" |
public static final String |
UNKNOWN_ERROR |
"Cannot process request due to an unknown error!" |
public static final String |
VALUE_JSON |
"{\"status\":\"%s\",\"value\":%s}" |
public static final String |
WAIT_FOR_INIT |
"Please wait for the service to be initialized!" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
DAYS_MAX_CRON |
31 |
public static final int |
DAYS_MIN_CRON |
1 |
public static final String |
ERROR_CANNOT_PARSE |
"Cannot parse cron field \'%s\'!" |
public static final String |
ERROR_CRON_FORMAT |
"Invalid cron tab \'%s\': A cron tab must consist of exactly five space-separated values!" |
public static final String |
ERROR_NO_MONTHS |
"Invalid cron month restriction \'%s\': The restriction of days and months causes this job to never be executed!" |
public static final String |
ERROR_OUT_OF_RANGE |
"Cron field \'%s\' out of range [%d, %d]!" |
public static final String |
ERROR_PARSE_FREQUENCY |
"Invalid frequency in cron field \'%s\'!" |
public static final String |
ERROR_PARSE_RANGE |
"Invalid range in cron field \'%s\'!" |
public static final int |
HOURS_MAX_CRON |
23 |
public static final int |
HOURS_MIN_CRON |
0 |
public static final int |
MINUTES_MAX_CRON |
59 |
public static final int |
MINUTES_MIN_CRON |
0 |
public static final int |
MONTHS_MAX_CRON |
12 |
public static final int |
MONTHS_MIN_CRON |
1 |
public static final int |
WEEK_DAYS_MAX_CRON |
6 |
public static final int |
WEEK_DAYS_MIN_CRON |
0 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
ADD_OK |
"Successfully added task: %s" |
public static final String |
ALLOWED_REQUESTS |
"GET\nRetrieves the schedule as a JSON object, or as plain text if the query parameter ?pretty is added.\n\nPOST /_add {\"cronTab\":\"XXX\"}\nAdds a new harvest task with the cron tab XXX.\n\nPOST /_delete {\"cronTab\":\"XXX\"}\nDeletes the harvest task with the cronTab XXX.\n\nPOST /_deleteAll\nDeletes all harvest tasks." |
public static final String |
CACHE_PATH |
"cache/%s/schedule.json" |
public static final String |
DELETE_ALL |
"Deleted all %d scheduled tasks!" |
public static final String |
DELETE_FAILED |
"Cannot remove task, because it does not exist: %s!" |
public static final String |
DELETE_OK |
"Removed task: %s" |
public static final String |
ERROR_ADD_ALREADY_EXISTS |
"Cannot add task, because it already exists: %s" |
public static final String |
ERROR_LOAD |
"Cannot load cron tab from disk: %s" |
public static final String |
ERROR_RESCHEDULE |
"Cannot re-schedule task: %s" |
public static final String |
ERROR_SET_NULL |
"Cannot perform schedule operation. You must specify a valid \'cronTab\' as a JSON field!" |
public static final String |
HARVESTING_TASK |
"%s Harvesting" |
public static final String |
LOAD_OK |
"Successfully loaded schedule from disk!" |
public static final String |
NEXT_DATE |
"Scheduled Task \'%s\' will be next executed at %s" |
public static final String |
SCHEDULED_HARVESTS_TITLE |
"Scheduled Harvests:\n" |
public static final String |
TASK_ENTRY |
"%d. %s%n" |
public static final String |
TASK_MESSAGE |
"Scheduler attempts to start a harvest: %s" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
CACHE_FOLDER_PATH |
"savedHttpResponses" |
public static final String |
GZIP_ENCODING |
"gzip" |
public static final String |
HTTP |
"http:" |
public static final String |
HTTP_CATEGORY |
"HttpRequests" |
public static final String |
HTTPS |
"https:" |
public static final String |
LOAD_FAILED |
"Could not load file: %s" |
public static final int |
NO_TIMEOUT |
-1 |
public static final String |
REDIRECT_LOCATION_HEADER |
"Location" |
public static final String |
REQUEST_PROPERTY_CHARSET |
"charset" |
public static final String |
RESPONSE_FILE_ENDING |
".response" |
public static final String |
RETRY |
"Could not reach %s! Retrying in %d s." |
public static final String |
SAVE_FAILED |
"Could not write to file: %s" |
public static final String |
SAVE_FAILED_NO_FOLDERS |
"Could not write to file \'%s\': Failed to create directories!" |
public static final String |
SAVE_OK |
"Saved file: %s" |
public static final String |
WEB_ERROR_HEADER |
"Could retrieve %s-request header from URL: %s" |
public static final String |
WEB_ERROR_JSON |
"Could not load and parse from web: %s" |
public static final String |
WEB_ERROR_REST_HTTP |
"%s-request for URL \'%s\' with body \'%s\' returned HTTP Status-Code %d." |
public static final String |
WEB_ERROR_REST_RESPONSE |
"%s-request error for URL \'%s\' with body \'%s\'." |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
CACHE_ENTRY_STREAM_PATH |
"cache/%s/StreamHarvester/%s.json" |
public static final String |
CACHE_FOLDER_PATH |
"cache/%s/" |
public static final String |
CONFIG_FOLDER_PATH |
"config/%s/" |
public static final String |
COPY_FILE_FAILED |
"Could not copy file \'%s\' to \'%s\'!" |
public static final String |
COPY_FILE_FAILED_NO_FILE |
"Could not copy file \'%s\' to \'%s\', because it does not exist!" |
public static final String |
COPY_FILE_SUCCESS |
"Copied file \'%s\' to \'%s\'." |
public static final String |
CREATE_DIR_FAILED |
"Could not create directory \'%s\'!" |
public static final String |
CREATE_DIR_SUCCESS |
"Created directory \'%s\'." |
public static final String |
CREATE_FILE_FAILED |
"Could not create file \'%s\'!" |
public static final String |
CREATE_FILE_SUCCESS |
"Created file \'%s\'." |
public static final String |
DELETE_FILE_FAILED |
"Could not delete file \'%s\'!" |
public static final String |
DELETE_FILE_SUCCESS |
"Deleted file \'%s\'." |
public static final String |
DIR_MERGE_FAILED |
"Could not merge \'%s\' into \'%s\'!" |
public static final String |
DIR_MERGE_FAILED_NO_SOURCE_DIR |
"Could not merge \'%s\' into \'%s\': The source directory does not exist!" |
public static final String |
DIR_MERGE_FAILED_NOT_DIRS |
"Could not merge \'%s\' into \'%s\': Both paths must denote directories!" |
public static final String |
DIR_MERGE_SUCCESS |
"Merged folder \'%s\' into \'%s\'." |
public static final String |
ENTRY_STREAM_WRITE_ERROR |
"Could not write entries to file at path \'%s\'!" |
public static final String |
HARVEST_TIME_KEEPER_CACHE_FILE_PATH |
"cache/%s/processTimes.json" |
public static final String |
JSON_FILE_EXTENSION |
".json" |
public static final String |
REPLACE_FILE_FAILED |
"Could not replace file \'%s\' with \'%s\'!" |
public static final String |
REPLACE_FILE_FAILED_CANNOT_BACKUP |
"Could not replace file \'%s\' with \'%s\', because a backup file could not be created!" |
public static final String |
REPLACE_FILE_FAILED_CANNOT_RESTORE |
"Could not restore backup file \'%s\'!" |
public static final String |
REPLACE_FILE_FAILED_NO_FILE |
"Could not replace file \'%s\' with \'%s\', because it does not exist!" |
public static final String |
REPLACE_FILE_FAILED_NO_TARGET_DIR |
"Could not replace file \'%s\' with \'%s\': The target directory does not exist and could not be created!" |
public static final String |
REPLACE_FILE_SUCCESS |
"Replaced file \'%s\' with \'%s\'." |
public static final String |
TEMP_FILE_EXTENSION |
".tmp" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
ERROR_READING_LOG |
"Could not read log file: %s" |
public static final String |
LOG_PATH_DOCKER |
"/var/log/harvester/%s.log" |
public static final String |
LOG_PATH_JETTY |
"debug/%s.log" |
public static final String |
LOG_PATH_OTHER |
"%s.log" |
public static final String |
LOG_PATH_UNIT_TESTS |
"debug/unit-tests/%s.log" |
public static final String |
LOG_PATTERN |
"%date %logger{0} %level %msg%n" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DEFAULT_GERDI_NAMESPACE |
"de.gerdi-project" |
public static final String |
DEPENDENCY_LIST_FORMAT |
"%s%n%n%s" |
public static final String |
JAR_PREFIX |
"jar:" |
public static final String |
MAVEN_JAR_FILE_NAME_REPLACEMENT |
"$1$2" |
public static final String |
MAVEN_JAR_FILE_PATTERN |
"^jar:.+/([^/]*?)\\.jar!.+$|^file:.+/([^/]+)/target/.+$" |
public static final String |
MAVEN_JAR_META_INF_FOLDER |
"META-INF/maven/%s" |
Copyright © 2017–2019. All rights reserved.