Package net.ssehub.easy.producer.eclipse
Class ProjectConstants
- java.lang.Object
-
- net.ssehub.easy.producer.eclipse.ProjectConstants
-
public abstract class ProjectConstants extends java.lang.ObjectConstants which are globally used.- Author:
- El-Sharkawy, Ahrens, Kapeluch, Kröher
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringEASY_FILESDeprecated.remove as soon as copy mechanisms and legacy instantiations are removedstatic java.lang.StringFOLDER_LIBSDeprecated.remove as soon as copy mechanisms and legacy instantiations are removedstatic java.lang.StringFOLDER_RESDeprecated.remove as soon as copy mechanisms and legacy instantiations are removedstatic java.lang.StringFOLDER_SOURCEName of the main source folder where the other sourcefolders will be migrated to in the process of instantiation.static java.lang.StringIMPORTED_PROJECTSDeprecated.remove as soon as copy mechanisms and legacy instantiations are removedstatic java.lang.StringUUID_PROPERTY_QNAMEQualified name for the UUID Project Property.
-
Constructor Summary
Constructors Constructor Description ProjectConstants()
-
-
-
Field Detail
-
FOLDER_LIBS
@Deprecated public static final java.lang.String FOLDER_LIBS
Deprecated.remove as soon as copy mechanisms and legacy instantiations are removedFolder for internal libs inside a PL-Project.- See Also:
- Constant Field Values
-
EASY_FILES
@Deprecated public static final java.lang.String EASY_FILES
Deprecated.remove as soon as copy mechanisms and legacy instantiations are removedFolder for persistent configuration files.- See Also:
- Constant Field Values
-
IMPORTED_PROJECTS
@Deprecated public static final java.lang.String IMPORTED_PROJECTS
Deprecated.remove as soon as copy mechanisms and legacy instantiations are removedSub folder ofEASY_FILESholding ivml projects of imported projects.- See Also:
- Constant Field Values
-
FOLDER_RES
@Deprecated public static final java.lang.String FOLDER_RES
Deprecated.remove as soon as copy mechanisms and legacy instantiations are removedFolder for internal resources inside a PL-Project.- See Also:
- Constant Field Values
-
FOLDER_SOURCE
public static final java.lang.String FOLDER_SOURCE
Name of the main source folder where the other sourcefolders will be migrated to in the process of instantiation. Default is "src" to match the java naming convention of the main source folder.- See Also:
- Constant Field Values
-
UUID_PROPERTY_QNAME
public static final java.lang.String UUID_PROPERTY_QNAME
Qualified name for the UUID Project Property.- See Also:
- Constant Field Values
-
-