Class Constants

java.lang.Object
callofproject.dev.project.util.Constants

public final class Constants extends Object
Class containing constants for package names and file paths used in the project.
  • Field Details

    • REPO_PACKAGE

      public static final String REPO_PACKAGE
      The package name for repositories in the project.
      See Also:
    • SERVICE_BASE_PACKAGE

      public static final String SERVICE_BASE_PACKAGE
      The base package name for services in the project.
      See Also:
    • TEST_PROPERTIES_FILE

      public static final String TEST_PROPERTIES_FILE
      The classpath location of the application properties file used for testing.
      See Also:
    • TEST_DB_PATH

      public static final String TEST_DB_PATH
      The file path for the test database, typically used for integration tests.
      See Also:
    • PROJECT_SERVICE

      public static final String PROJECT_SERVICE
      The package name for service classes in the project.
      See Also:
    • PROJECT_DAL

      public static final String PROJECT_DAL
      The package name for the Data Access Layer (DAL) classes in the project.
      See Also:
    • PROJECT_REPOSITORY

      public static final String PROJECT_REPOSITORY
      The package name for repository interfaces in the project.
      See Also:
    • PROJECT_ENTITY

      public static final String PROJECT_ENTITY
      The package name for entity classes in the project.
      See Also:
    • PROJECT_UTIL

      public static final String PROJECT_UTIL
      The package name for utility classes in the project.
      See Also: