TPTP 4.6.0 Platform Project
Public API Specification

org.eclipse.hyades.models.common.util
Interface ICommonConstants


public interface ICommonConstants


Field Summary
static java.lang.String ARTIFACT_FILE_EXTENSION
          Extension identifier for the artifacts objects
static java.lang.String DATAPOOL_FILE_EXTENSION
          Extension identifier for the datapool objects
static java.lang.String DEFAULT_ENCODING
          The Test UI default enconding for XML and XMI files.
static java.lang.String DEPLOYMENT_FILE_EXTENSION
          File extension for the deployment resources
static java.lang.String EXECUTION_FILE_EXTENSION
          Extension ientifier for the execution objects
static java.lang.String LOCATION_FILE_EXTENSION
          Extension identifier for the location objects
static java.lang.String SUT_EXTENSION
          Extension identifier for the sut objects
static java.lang.String TEST_CASE_EXTENSION
          Extension identifier for the test case objects
static java.lang.String TEST_COMPONENT_EXTENSION
          Extension identifier for the test component objects
static java.lang.String TEST_SUITE_FILE_EXTENSION
          File extension for the test suite resources
 

Field Detail

DEFAULT_ENCODING

static final java.lang.String DEFAULT_ENCODING
The Test UI default enconding for XML and XMI files.

See Also:
Constant Field Values

TEST_SUITE_FILE_EXTENSION

static final java.lang.String TEST_SUITE_FILE_EXTENSION
File extension for the test suite resources

See Also:
Constant Field Values

EXECUTION_FILE_EXTENSION

static final java.lang.String EXECUTION_FILE_EXTENSION
Extension ientifier for the execution objects

See Also:
Constant Field Values

DEPLOYMENT_FILE_EXTENSION

static final java.lang.String DEPLOYMENT_FILE_EXTENSION
File extension for the deployment resources

See Also:
Constant Field Values

TEST_CASE_EXTENSION

static final java.lang.String TEST_CASE_EXTENSION
Extension identifier for the test case objects

See Also:
Constant Field Values

TEST_COMPONENT_EXTENSION

static final java.lang.String TEST_COMPONENT_EXTENSION
Extension identifier for the test component objects

See Also:
Constant Field Values

SUT_EXTENSION

static final java.lang.String SUT_EXTENSION
Extension identifier for the sut objects

See Also:
Constant Field Values

DATAPOOL_FILE_EXTENSION

static final java.lang.String DATAPOOL_FILE_EXTENSION
Extension identifier for the datapool objects

See Also:
Constant Field Values

LOCATION_FILE_EXTENSION

static final java.lang.String LOCATION_FILE_EXTENSION
Extension identifier for the location objects

See Also:
Constant Field Values

ARTIFACT_FILE_EXTENSION

static final java.lang.String ARTIFACT_FILE_EXTENSION
Extension identifier for the artifacts objects

See Also:
Constant Field Values

TPTP 4.6.0 Platform Project
Public API Specification