Class Constants
java.lang.Object
org.jweaver.crawler.internal.util.Constants
This class contains constants used throughout the crawling process.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe prefix for connections.static final StringThe header key for specifying the content type.static final StringThe default output path for file export.static final StringThe prefix for errors.static final StringThe date-time format for file export.static final StringThe prefix for the runner thread name.static final StringThe prefix for the writer thread name.static final StringThe 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:
-