Package net.ssehub.easy.producer.eclipse
Class ProjectConstants
java.lang.Object
net.ssehub.easy.producer.eclipse.ProjectConstants
Constants which are globally used.
- Author:
- El-Sharkawy, Ahrens, Kapeluch, Kröher
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringFolder for persistent configuration files.static final StringFolder for internal libs inside a PL-Project.static final StringFolder for internal resources inside a PL-Project.static final StringName of the main source folder where the other sourcefolders will be migrated to in the process of instantiation.static final StringSub folder ofEASY_FILESholding ivml projects of imported projects.static final StringQualified name for the UUID Project Property. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
FOLDER_LIBS
Folder for internal libs inside a PL-Project.- See Also:
-
EASY_FILES
Folder for persistent configuration files.- See Also:
-
IMPORTED_PROJECTS
Sub folder ofEASY_FILESholding ivml projects of imported projects.- See Also:
-
FOLDER_RES
Folder for internal resources inside a PL-Project.- See Also:
-
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:
-
UUID_PROPERTY_QNAME
Qualified name for the UUID Project Property.- See Also:
-
-
Constructor Details
-
ProjectConstants
public ProjectConstants()
-