org.ow2.weblab.services.iterator.messages
Class Keys

java.lang.Object
  extended by org.ow2.weblab.services.iterator.messages.Keys

public abstract class Keys
extends java.lang.Object

This class is an holder for every messages using in the service.

Author:
ymombrun
Date:
2011-08-18

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

C_CLEAR_CONF

public static final java.lang.String C_CLEAR_CONF
The key of the message to be printed when reset configuration is called with an null usageContext.

See Also:
Constant Field Values

C_CONF

public static final java.lang.String C_CONF
The key of the message to be printed when reset configuration is called with a usageContext.

See Also:
Constant Field Values

C_CONF_ARGS_NULL

public static final java.lang.String C_CONF_ARGS_NULL
The key of the message to be added in the exception when the configure args is null.

See Also:
Constant Field Values

C_CONF_EXIST

public static final java.lang.String C_CONF_EXIST
The key of the warning message to be printed when configuration is called with a usageContext already configured.

See Also:
Constant Field Values

C_CONF_NULL

public static final 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.

See Also:
Constant Field Values

C_FILE_NOT_DIRECTORY

public static final 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.

See Also:
Constant Field Values

C_FILE_NOT_READABLE

public static final 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.

See Also:
Constant Field Values

C_FOLDER_NOT_EXIST

public static final 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.

See Also:
Constant Field Values

C_MORE_THAN_ONE_CONF

public static final 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.

See Also:
Constant Field Values

C_MORE_THAN_ONE_FOLDER

public static final 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.

See Also:
Constant Field Values

C_NO_CONFIG

public static final java.lang.String C_NO_CONFIG
The key of the message to be added in the exception when the configuration is empty.

See Also:
Constant Field Values

C_NO_FOLDER

public static final 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.

See Also:
Constant Field Values

C_NO_TYPE

public static final 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.

See Also:
Constant Field Values

C_NO_UC

public static final 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.

See Also:
Constant Field Values

C_RESET_CONF_NULL

public static final 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.

See Also:
Constant Field Values

C_RESET_UC

public static final java.lang.String C_RESET_UC
The key of the message to be printed when reset configuration is called with a usageContext.

See Also:
Constant Field Values

C_STARTED

public static final java.lang.String C_STARTED
The key of the message to be printed when folder resource configuration is started.

See Also:
Constant Field Values

IMS_INITIALISED

public static final java.lang.String IMS_INITIALISED
The key of the message to be printed with the configuration singleton is initialised.

See Also:
Constant Field Values

M_MESSAGE_NOT_FOUND

public static final java.lang.String M_MESSAGE_NOT_FOUND
The key of the warning message to be printed when a message is not found.

See Also:
Constant Field Values

QM_ARGS_NULL

public static final java.lang.String QM_ARGS_NULL
The key of the message to be added in the exception when nextResourceArgs is null.

See Also:
Constant Field Values

QM_EMPTY

public static final java.lang.String QM_EMPTY
The key of the message to be added in the exception when no more resources are in the iterator.

See Also:
Constant Field Values

QM_FILE_NOT_EXIST

public static final 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.

See Also:
Constant Field Values

QM_FILE_NOT_FILE

public static final 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.

See Also:
Constant Field Values

QM_FILE_NOT_READABLE

public static final 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.

See Also:
Constant Field Values

QM_MARSHAL_ERROR

public static final java.lang.String QM_MARSHAL_ERROR
The key of the warning message to be printed when logging the resource fails.

See Also:
Constant Field Values

QM_NEXT_RESOURCE_CALLED

public static final java.lang.String QM_NEXT_RESOURCE_CALLED
The key of the message to be printed when the service next resource method is called.

See Also:
Constant Field Values

QM_NOT_A_FILE

public static final 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.

See Also:
Constant Field Values

QM_NOT_CONFIGURED

public static final java.lang.String QM_NOT_CONFIGURED
The key of the message to be added in the exception when an unknown usageContext is required.

See Also:
Constant Field Values

QM_PATH_NULL

public static final java.lang.String QM_PATH_NULL
The key of the message to be added in the exception when the default path is null.

See Also:
Constant Field Values

QM_STARTED

public static final java.lang.String QM_STARTED
The key of the message to be printed when the service has started.

See Also:
Constant Field Values

QM_UNMARSHAL_ERROR

public static final 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.

See Also:
Constant Field Values
Constructor Detail

Keys

public Keys()


Copyright © 2004-2011. All Rights Reserved.