Class Constants
java.lang.Object
org.jweaver.crawler.internal.util.Constants
This class contains constants used throughout the crawling process.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The prefix for connections.static final String
The header key for specifying the content type.static final String
The default output path for file export.static final String
The prefix for errors.static final String
The date-time format for file export.static final String
The prefix for the runner thread name.static final String
The prefix for the writer thread name.static final String
The string representation for 'www'. -
Method Summary
-
Field Details
-
CONTENT_TYPE_STR
The header key for specifying the content type.- See Also:
-
WRITER_THREAD_NAME
The prefix for the writer thread name.- See Also:
-
RUNNER_THREAD_NAME
The prefix for the runner thread name.- See Also:
-
WWW_STR
The string representation for 'www'.- See Also:
-
DEFAULT_OUTPUT_PATH
The default output path for file export.- See Also:
-
CONNECTIONS_PREFIX
The prefix for connections.- See Also:
-
ERRORS_PREFIX
The prefix for errors.- See Also:
-
FILE_EXPORT_DT_FORMAT
The date-time format for file export.- See Also:
-