|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.weblab.services.iterator.messages.Keys
public abstract class Keys
This class is an holder for every messages using in the service.
| Field Summary | |
|---|---|
static java.lang.String |
C_CLEAR_CONF
The key of the message to be printed when reset configuration is called with an null usageContext. |
static java.lang.String |
C_CONF
The key of the message to be printed when reset configuration is called with a usageContext. |
static java.lang.String |
C_CONF_ARGS_NULL
The key of the message to be added in the exception when the configure args is null. |
static java.lang.String |
C_CONF_EXIST
The key of the warning message to be printed when configuration is called with a usageContext already configured. |
static java.lang.String |
C_CONF_NULL
The key of the message to be added in the exception when the configuration in configure args is null. |
static java.lang.String |
C_FILE_NOT_DIRECTORY
The key of the message to be added in the exception when the default path is not a directory. |
static java.lang.String |
C_FILE_NOT_READABLE
The key of the message to be added in the exception when the default path is not a readable. |
static java.lang.String |
C_FOLDER_NOT_EXIST
The key of the message to be added in the exception when the default path does not exist. |
static java.lang.String |
C_MORE_THAN_ONE_CONF
The key of the warning message to be printed when more than one configuration is found in the PoK. |
static java.lang.String |
C_MORE_THAN_ONE_FOLDER
The key of the warning message to be printed when the configuration contains more than one folder to crawl. |
static java.lang.String |
C_NO_CONFIG
The key of the message to be added in the exception when the configuration is empty. |
static java.lang.String |
C_NO_FOLDER
The key of the message to be added in the exception when the configuration does not contain a folder to crawl. |
static java.lang.String |
C_NO_TYPE
The key of the warning message to be printed when the RDF type of the configuration is not found. |
static java.lang.String |
C_NO_UC
The key of the warning message to be printed when the configuration instance is not linked to the right usageContext. |
static java.lang.String |
C_RESET_CONF_NULL
The key of the message to be added in the exception when the reset configuration args is null. |
static java.lang.String |
C_RESET_UC
The key of the message to be printed when reset configuration is called with a usageContext. |
static java.lang.String |
C_STARTED
The key of the message to be printed when folder resource configuration is started. |
static java.lang.String |
IMS_INITIALISED
The key of the message to be printed with the configuration singleton is initialised. |
static java.lang.String |
M_MESSAGE_NOT_FOUND
The key of the warning message to be printed when a message is not found. |
static java.lang.String |
QM_ARGS_NULL
The key of the message to be added in the exception when nextResourceArgs is null. |
static java.lang.String |
QM_EMPTY
The key of the message to be added in the exception when no more resources are in the iterator. |
static java.lang.String |
QM_FILE_NOT_EXIST
The key of the message to be added in the exception when the iterator returns a file that does not exists. |
static java.lang.String |
QM_FILE_NOT_FILE
The key of the message to be added in the exception when the iterator returns a file that is not a file. |
static java.lang.String |
QM_FILE_NOT_READABLE
The key of the message to be added in the exception when the iterator returns a file that is not readable. |
static java.lang.String |
QM_MARSHAL_ERROR
The key of the warning message to be printed when logging the resource fails. |
static java.lang.String |
QM_NEXT_RESOURCE_CALLED
The key of the message to be printed when the service next resource method is called. |
static java.lang.String |
QM_NOT_A_FILE
The key of the message to be added in the exception when the iterator returns an object that is not a file. |
static java.lang.String |
QM_NOT_CONFIGURED
The key of the message to be added in the exception when an unknown usageContext is required. |
static java.lang.String |
QM_PATH_NULL
The key of the message to be added in the exception when the default path is null. |
static java.lang.String |
QM_STARTED
The key of the message to be printed when the service has started. |
static java.lang.String |
QM_UNMARSHAL_ERROR
The key of the message to be added in the exception when the iterator returns a file which unmarshaling fails. |
| Constructor Summary | |
|---|---|
Keys()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String C_CLEAR_CONF
null usageContext.
public static final java.lang.String C_CONF
public static final java.lang.String C_CONF_ARGS_NULL
null.
public static final java.lang.String C_CONF_EXIST
public static final java.lang.String C_CONF_NULL
null.
public static final java.lang.String C_FILE_NOT_DIRECTORY
public static final java.lang.String C_FILE_NOT_READABLE
public static final java.lang.String C_FOLDER_NOT_EXIST
public static final java.lang.String C_MORE_THAN_ONE_CONF
public static final java.lang.String C_MORE_THAN_ONE_FOLDER
public static final java.lang.String C_NO_CONFIG
public static final java.lang.String C_NO_FOLDER
public static final java.lang.String C_NO_TYPE
public static final java.lang.String C_NO_UC
public static final java.lang.String C_RESET_CONF_NULL
null.
public static final java.lang.String C_RESET_UC
public static final java.lang.String C_STARTED
public static final java.lang.String IMS_INITIALISED
public static final java.lang.String M_MESSAGE_NOT_FOUND
public static final java.lang.String QM_ARGS_NULL
null.
public static final java.lang.String QM_EMPTY
public static final java.lang.String QM_FILE_NOT_EXIST
public static final java.lang.String QM_FILE_NOT_FILE
public static final java.lang.String QM_FILE_NOT_READABLE
public static final java.lang.String QM_MARSHAL_ERROR
public static final java.lang.String QM_NEXT_RESOURCE_CALLED
public static final java.lang.String QM_NOT_A_FILE
public static final java.lang.String QM_NOT_CONFIGURED
public static final java.lang.String QM_PATH_NULL
null.
public static final java.lang.String QM_STARTED
public static final java.lang.String QM_UNMARSHAL_ERROR
| Constructor Detail |
|---|
public Keys()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||