Package org.europa.together.utils.acl
Class Constraints
java.lang.Object
org.europa.together.utils.acl.Constraints
Constraints for the package Portal.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
The Software License of the artifact.static final String
A short description of the module.static final String
Module name used for ConfigurationDAO.static final String
Version of the module.static final int
URI Parameter for versioning the public REST API of this module. -
Method Summary
-
Field Details
-
REST_API_VERSION
public static final int REST_API_VERSIONURI Parameter for versioning the public REST API of this module. Reasons to increment the version number are:
- Changes in the data structure of any JSON object.
- Removing of any API call
- Incompatibilities
- See Also:
-
LICENSE
The Software License of the artifact.- See Also:
-
MODULE_NAME
Module name used for ConfigurationDAO. -
MODULE_VERSION
Version of the module. This Version is autogenerated by the Maven POM file version entry. -
MODULE_DESCRIPTION
A short description of the module.
-
-
Method Details
-
printConstraintInfo
Implements a static version of toString();.- Returns:
- Constraints as String
-