Constant Field Values


Contents
de.phleisch.*

de.phleisch.app.itsucks.constants.ApplicationConstants
public static final java.lang.String APPLICATION_TITLE "ItSucks - 0.4.2-pre1"
public static final java.lang.String APPLICATION_VERSION "0.4.2-pre1"
public static final java.lang.String CORE_SPRING_CONFIG_FILE "itsucks_core_spring_config.xml"
public static final java.lang.String FILE_VERSION "1.0"
public static final java.lang.String HTTP_PARSER_CONFIG_FILE "itsucks_http_parser.properties"

de.phleisch.app.itsucks.core.WorkerThread
public static final int CMD_PROCESS_JOB 1
public static final int CMD_RETURN_TO_POOL 2
public static final int CMD_SHUTDOWN 0

de.phleisch.app.itsucks.core.impl.DispatcherList
public static final int EVENT_DISPATCHER_ADDED 1
public static final int EVENT_DISPATCHER_REMOVED 2

de.phleisch.app.itsucks.event.impl.AsynchronEventDispatcherImpl
public static final int EVENT_CATEGORY_SYSTEM_CMD 100

de.phleisch.app.itsucks.event.impl.CoreEvents
public static final int EVENT_CATEGORY_BATCH 500
public static final int EVENT_CATEGORY_DISPATCHER 200
public static final int EVENT_CATEGORY_EVENTDISPATCHER 150
public static final int EVENT_CATEGORY_JOBMANAGER 300

de.phleisch.app.itsucks.filter.download.impl.ContentFilter
public static final java.lang.String CONTENT_FILTER_CONFIG_LIST_PARAMETER "ContentFilterConfigList"

de.phleisch.app.itsucks.filter.download.impl.FileSizeFilter
public static final java.lang.String FILE_SIZE_CONFIG_PARAMETER "FileSizeConfig"

de.phleisch.app.itsucks.io.http.HttpResponseCodes
public static final int FOUND_302 302
public static final int MOVED_PERMANENTLY_301 301
public static final int NOT_FOUND_404 404
public static final int OK_200 200
public static final int PARTIAL_CONTENT_206 206
public static final int REQUESTED_RANGE_NOT_SATISFIABLE_416 416
public static final int SEE_OTHER_303 303
public static final int TEMPORARY_REDIRECT_307 307

de.phleisch.app.itsucks.io.http.impl.HttpRetriever
protected static final long DEFAULT_TIME_TO_WAIT_BETWEEN_RETRY 5000L

de.phleisch.app.itsucks.io.http.impl.HttpRetrieverConfiguration
public static final java.lang.String CONTEXT_PARAMETER_HTTP_RETRIEVER_CONFIGURATION "HttpRetrieverConfiguration"

de.phleisch.app.itsucks.io.http.impl.HttpRetrieverResponseCodeBehaviour.ResponseCodeRange
public static final int HIGH_PRIORITY 300
public static final int LOW_PRIORITY 100
public static final int MEDIUM_PRIORITY 200

de.phleisch.app.itsucks.job.Job
public static final java.lang.String JOB_PRIORITY_PROPERTY "Priority"
public static final java.lang.String JOB_STATE_PROPERTY "State"
public static final int MAX_PRIORITY 999
public static final int MIN_PRIORITY 0
public static final int STATE_ALREADY_PROCESSED 61
public static final int STATE_ASSIGNED 2
public static final int STATE_CLOSED 50
public static final int STATE_ERROR 99
public static final int STATE_FAILED 70
public static final int STATE_FINISHED 71
public static final int STATE_IGNORED 60
public static final int STATE_IN_PROGRESS 3
public static final int STATE_IN_PROGRESS_RETRY 4
public static final int STATE_OPEN 1
public static final int STATE_REOPEN 51

de.phleisch.app.itsucks.job.JobList
public static final int NOTIFICATION_JOB_ADDED 1000
public static final int NOTIFICATION_JOB_CHANGED 3000
public static final int NOTIFICATION_JOB_REMOVED 2000

de.phleisch.app.itsucks.job.JobManagerConfiguration
public static final java.lang.String CONTEXT_PARAMETER_JOB_MANAGER_CONFIGURATION "JobManagerConfiguration"

de.phleisch.app.itsucks.job.download.http.impl.HttpRetrieverFactory
protected static final java.lang.String DEFAULT_USER_AGENT "Mozilla/5.0"
public static final java.lang.String HTTP_BEHAVIOUR_CONFIG_PARAMETER "HttpRetriever_AdditionalBehaviour"
public static final java.lang.String HTTP_COOKIE_CONFIG_PARAMETER "HttpRetriever_CookieConfig"
public static final java.lang.String HTTP_REFERER_CONFIG_PARAMETER "RefererURL"

de.phleisch.app.itsucks.job.download.impl.UrlDownloadJob
public static final java.lang.String JOB_PROGRESS_PROPERTY "Progress"

de.phleisch.app.itsucks.processing.download.http.impl.UrlExtractor
protected static final java.lang.String REGEXP_EXCLUDE_PREFIX "excl_"
protected static final java.lang.String REGEXP_SEARCH_PREFIX "exp_"



Copyright © 2010. All Rights Reserved.