uk.ac.soton.itinnovation.registry.icomponent.util
Interface PropertyConstants

All Known Subinterfaces:
DbAdminPropertyConstants, XmlPropertyConstants, XmlPropertyConstantsXmlDb

public interface PropertyConstants

Constants used for properties setup.

Author:
Uwe Radetzki

Field Summary
static String adminGroup
           
static String adminPassword
           
static String adminUser
           
static String currentGroup
           
static String currentPassword
           
static String currentUser
           
static String registryConfigurationDir
          Directory of the properties file.
static String registryDatabaseName
          Name of the database in the XML database system, e.g.
static String registryDomainModelNS
          Namespace of the registry domain model.
static String registryPropertiesFile
          Name of the regestry property file.
 

Field Detail

registryConfigurationDir

static final String registryConfigurationDir
Directory of the properties file.

See Also:
Constant Field Values

registryPropertiesFile

static final String registryPropertiesFile
Name of the regestry property file.

See Also:
Constant Field Values

registryDomainModelNS

static final String registryDomainModelNS
Namespace of the registry domain model.

See Also:
Constant Field Values

registryDatabaseName

static final String registryDatabaseName
Name of the database in the XML database system, e.g. 'registry'

See Also:
Constant Field Values

currentUser

static final String currentUser
See Also:
Constant Field Values

currentPassword

static final String currentPassword
See Also:
Constant Field Values

currentGroup

static final String currentGroup
See Also:
Constant Field Values

adminUser

static final String adminUser
See Also:
Constant Field Values

adminPassword

static final String adminPassword
See Also:
Constant Field Values

adminGroup

static final String adminGroup
See Also:
Constant Field Values


Copyright © 2001-2007 University of Southampton IT Innovation Centre. All Rights Reserved.