Class ProjectConstants

java.lang.Object
net.ssehub.easy.producer.eclipse.ProjectConstants

public abstract class ProjectConstants extends Object
Constants which are globally used.
Author:
El-Sharkawy, Ahrens, Kapeluch, Kröher
  • Field Details

    • FOLDER_LIBS

      public static final String FOLDER_LIBS
      Folder for internal libs inside a PL-Project.
      See Also:
    • EASY_FILES

      public static final String EASY_FILES
      Folder for persistent configuration files.
      See Also:
    • IMPORTED_PROJECTS

      public static final String IMPORTED_PROJECTS
      Sub folder of EASY_FILES holding ivml projects of imported projects.
      See Also:
    • FOLDER_RES

      public static final String FOLDER_RES
      Folder for internal resources inside a PL-Project.
      See Also:
    • FOLDER_SOURCE

      public static final 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:
    • UUID_PROPERTY_QNAME

      public static final String UUID_PROPERTY_QNAME
      Qualified name for the UUID Project Property.
      See Also:
  • Constructor Details

    • ProjectConstants

      public ProjectConstants()