public class CAProperties extends SystemProperty
| Modifier and Type | Field and Description |
|---|---|
static int |
MAX_TASK_SIZE_DISABLED
value used for max task size when the limit is disabled.
|
static int |
TASK_DELAY_DISABLED
value used for max task delay when the schedule delay is disabled.
|
CONFIGURATION_FILE_PATH| Constructor and Description |
|---|
CAProperties() |
| Modifier and Type | Method and Description |
|---|---|
int |
getMaxTaskSize()
The recommended maximum photo count in a single task.
|
java.lang.String |
getPropertyFilePath()
By default, this returns null.
|
long |
getScheduleTaskDelay()
The default task schedule delay.
|
void |
initialize(java.util.Properties properties)
Initialize the system property.
|
boolean |
isResolveFriendlyKeywords() |
public static final int MAX_TASK_SIZE_DISABLED
getMaxTaskSize(),
Constant Field Valuespublic static final int TASK_DELAY_DISABLED
getScheduleTaskDelay(),
Constant Field Valuespublic CAProperties()
public void initialize(java.util.Properties properties) throws java.lang.IllegalArgumentException
SystemPropertyinitialize in class SystemPropertyjava.lang.IllegalArgumentExceptionpublic boolean isResolveFriendlyKeywords()
public int getMaxTaskSize()
public long getScheduleTaskDelay()
public java.lang.String getPropertyFilePath()
SystemPropertygetPropertyFilePath in class SystemPropertyCopyright © 2015 Tampere University of Technology, Pori Department.