org.gcube.common.ghn.service
Class Constants

java.lang.Object
  extended by org.gcube.common.ghn.service.Constants

public class Constants
extends Object

Library-wide constants.

Author:
Fabio Simeoni

Field Summary
static String configuration_file_path
          The configuration file path..
static String default_handlers_file_path
          The default lifecycle configuration file path.
static String endpointChanged
           
static String handlers_file_path
          The lifecycle configuration file path.
static String profile_file_name
          The configuration file name.
static String profile_property
          The name of the property that contains the endpoint profile.
static String publish_services
          The configuration name of Publishers.
static String scope_header
           
static String scope_management
          The configuration name of ScopeHandlers.
static String serviceFailure
           
 
Constructor Summary
Constants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

configuration_file_path

public static final String configuration_file_path
The configuration file path..

See Also:
Constant Field Values

handlers_file_path

public static final String handlers_file_path
The lifecycle configuration file path.

See Also:
Constant Field Values

default_handlers_file_path

public static final String default_handlers_file_path
The default lifecycle configuration file path.

See Also:
Constant Field Values

publish_services

public static final String publish_services
The configuration name of Publishers.

See Also:
Constant Field Values

scope_management

public static final String scope_management
The configuration name of ScopeHandlers.

See Also:
Constant Field Values

profile_file_name

public static final String profile_file_name
The configuration file name.

See Also:
Constant Field Values

profile_property

public static final String profile_property
The name of the property that contains the endpoint profile.

See Also:
Constant Field Values

scope_header

public static final String scope_header
See Also:
Constant Field Values

serviceFailure

public static final String serviceFailure
See Also:
Constant Field Values

endpointChanged

public static final String endpointChanged
See Also:
Constant Field Values
Constructor Detail

Constants

public Constants()


Copyright © 2013. All Rights Reserved.