COSMOS ${releaseVersion} resource-modeling Project
Internal API Specification

org.eclipse.cosmos.rm.repository.internal.core
Interface IFileSystemSMLProperties


public interface IFileSystemSMLProperties

The properties that can be set on the file-system based repository.


Field Summary
static java.lang.String CREATE_STRUCTURE
          A boolean set to true to create any structure needed as part of an import operation; false otherwise.
static java.lang.String HIERARCHY_INFORMATION
          Stores the hierarchy information of the element types KEY = Name space URI VALUE = A Map where KEY = The type name VALUE = Name space URI:parent type name
static java.lang.String OVERWRITE_WITHOUT_NOTIFICATION
          A boolean set to true if files can be overwritten without any notification; false otherwise.
static java.lang.String ROOT_CONTEXT_NODE
          The root context node name
static java.lang.String ROOT_DIRECTORY
          The root directory of the repository
static java.lang.String SUPPRESS_CONNECT_ERRORS
          This attribute is used to suppress all errors that may occur during the connection to the repository.
static java.lang.String TYPE_INFORMATION
          Stores the type information of the processed elements.
 

Field Detail

ROOT_DIRECTORY

static final java.lang.String ROOT_DIRECTORY
The root directory of the repository

See Also:
Constant Field Values

ROOT_CONTEXT_NODE

static final java.lang.String ROOT_CONTEXT_NODE
The root context node name

See Also:
Constant Field Values

SUPPRESS_CONNECT_ERRORS

static final java.lang.String SUPPRESS_CONNECT_ERRORS
This attribute is used to suppress all errors that may occur during the connection to the repository.

See Also:
Constant Field Values

OVERWRITE_WITHOUT_NOTIFICATION

static final java.lang.String OVERWRITE_WITHOUT_NOTIFICATION
A boolean set to true if files can be overwritten without any notification; false otherwise. This property is false by default

See Also:
Constant Field Values

CREATE_STRUCTURE

static final java.lang.String CREATE_STRUCTURE
A boolean set to true to create any structure needed as part of an import operation; false otherwise. This property is true by default.

See Also:
Constant Field Values

TYPE_INFORMATION

static final java.lang.String TYPE_INFORMATION
Stores the type information of the processed elements. The value of this property is a Map where KEY = Name space URI VALUE = A Map where KEY = Element local name Type = URI:element type

See Also:
Constant Field Values

HIERARCHY_INFORMATION

static final java.lang.String HIERARCHY_INFORMATION
Stores the hierarchy information of the element types KEY = Name space URI VALUE = A Map where KEY = The type name VALUE = Name space URI:parent type name

See Also:
Constant Field Values

COSMOS ${releaseVersion} resource-modeling Project
Internal API Specification