IBM Rational Software Modeler
Release 6.0

com.ibm.xtools.ras.impord.data
Interface ImportDataModelConstants


public interface ImportDataModelConstants

The constants used by the import data model. This mainly includes the most commonly used properties Note: This class/interface is part of an interim API that is still under development and expected to change significantly before reaching stability.


Field Summary
static String ACCEPT_ALL_LICENSES
          The property name representing the option to specify that all the licenses for the asset are accepted.
static String DEPLOYABLES_INSTALL_SITE
          The property name representing the path to the installation location for importing the asset's deployable features and plugins into.
static String MANIFEST_PATH
          The property name representing the manifest folder location where the updated manifest for the imported asset will be stored in.
static String OPTION_OVERWRITE_WITHOUT_PROMPTING
          The property name representing the option that specifies if we should overwrite existing files silently.
static String OPTION_SAVE_MANIFEST
          The property name representing the option that specifies if we should save the manifests.
static String SOURCE_ASSET_PATH
          The property name representing the path to the asset to be imported.
static String TARGET_FOLDER_PATH
          The property name representing the destination folder to where the asset's non-project/non-deployable files and folders will be imported into.
static String TARGET_PROJECT_FILE_PATH
          The property name representing the destination location for importing the asset's projects.
static String UI_SHELL
          The property name representing the ui shell option to allow for simple query dialogs if necessary.
 

Field Detail

SOURCE_ASSET_PATH

public static final String SOURCE_ASSET_PATH
The property name representing the path to the asset to be imported.

See Also:
Constant Field Values

TARGET_FOLDER_PATH

public static final String TARGET_FOLDER_PATH
The property name representing the destination folder to where the asset's non-project/non-deployable files and folders will be imported into.

See Also:
Constant Field Values

TARGET_PROJECT_FILE_PATH

public static final String TARGET_PROJECT_FILE_PATH
The property name representing the destination location for importing the asset's projects.

See Also:
Constant Field Values

DEPLOYABLES_INSTALL_SITE

public static final String DEPLOYABLES_INSTALL_SITE
The property name representing the path to the installation location for importing the asset's deployable features and plugins into.

See Also:
Constant Field Values

OPTION_OVERWRITE_WITHOUT_PROMPTING

public static final String OPTION_OVERWRITE_WITHOUT_PROMPTING
The property name representing the option that specifies if we should overwrite existing files silently.

See Also:
Constant Field Values

OPTION_SAVE_MANIFEST

public static final String OPTION_SAVE_MANIFEST
The property name representing the option that specifies if we should save the manifests.

See Also:
Constant Field Values

MANIFEST_PATH

public static final String MANIFEST_PATH
The property name representing the manifest folder location where the updated manifest for the imported asset will be stored in.

See Also:
Constant Field Values

ACCEPT_ALL_LICENSES

public static final String ACCEPT_ALL_LICENSES
The property name representing the option to specify that all the licenses for the asset are accepted.

See Also:
Constant Field Values

UI_SHELL

public static final String UI_SHELL
The property name representing the ui shell option to allow for simple query dialogs if necessary.

See Also:
Constant Field Values

IBM Rational Software Modeler
Release 6.0


Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2004. All rights reserved.