Class ProjectConstants


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

      Fields 
      Modifier and Type Field Description
      static java.lang.String EASY_FILES
      Deprecated.
      remove as soon as copy mechanisms and legacy instantiations are removed
      static java.lang.String FOLDER_LIBS
      Deprecated.
      remove as soon as copy mechanisms and legacy instantiations are removed
      static java.lang.String FOLDER_RES
      Deprecated.
      remove as soon as copy mechanisms and legacy instantiations are removed
      static java.lang.String FOLDER_SOURCE
      Name of the main source folder where the other sourcefolders will be migrated to in the process of instantiation.
      static java.lang.String IMPORTED_PROJECTS
      Deprecated.
      remove as soon as copy mechanisms and legacy instantiations are removed
      static java.lang.String UUID_PROPERTY_QNAME
      Qualified name for the UUID Project Property.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • FOLDER_LIBS

        @Deprecated
        public static final java.lang.String FOLDER_LIBS
        Deprecated.
        remove as soon as copy mechanisms and legacy instantiations are removed
        Folder 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 removed
        Folder 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 removed
        Sub folder of EASY_FILES holding 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 removed
        Folder 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
    • Constructor Detail

      • ProjectConstants

        public ProjectConstants()