Package com.nomagic.magicdraw.core
Class ApplicationConstants
java.lang.Object
com.nomagic.runtime.RuntimeConstants
com.nomagic.magicdraw.core.ApplicationConstants
Deprecated.
This class holds application specific constants.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Deprecated.UseRebrandingConfigurator.getProductName()
with no "UML" addition in name.Fields inherited from class com.nomagic.runtime.RuntimeConstants
VERSION
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
Deprecated.use {@link Application#runtime#getApplicationName()}static String
Deprecated.use {@link Application#environment#getTemplatesDirectory()}static void
setApplicationName
(String name) Deprecated.use {@link Application#runtimeInternal#setApplicationName(String)}Methods inherited from class com.nomagic.runtime.RuntimeConstants
getFullVersion
-
Field Details
-
MAGICDRAW_NAME
Deprecated.UseRebrandingConfigurator.getProductName()
with no "UML" addition in name. Use {@link Application#runtimeInternal#MAGICDRAW_UML} if old reference is required (usually for import).Application name- See Also:
-
-
Method Details
-
setApplicationName
Deprecated.use {@link Application#runtimeInternal#setApplicationName(String)}Set the name of the application.- Parameters:
name
- application name
-
getApplicationName
Deprecated.use {@link Application#runtime#getApplicationName()}Returns application name- Returns:
- application name
-
getTemplatesDirectory
Deprecated.use {@link Application#environment#getTemplatesDirectory()}Gets project templates directory.- Returns:
- project templates directory.
-
Application