commit | 98508d7f797c8a94b5b4f03941f39be96db03166 | [log] [tgz] |
---|---|---|
author | Jim Hahn <jrh3@att.com> | Mon Apr 15 09:55:12 2019 -0400 |
committer | Jim Hahn <jrh3@att.com> | Mon Apr 15 09:55:12 2019 -0400 |
tree | 580ab5b040fe0ca94efe2f49f42414b02e042cdd | |
parent | aca88111b78129371aebd6d2c9250a8abb9cc2ac [diff] |
Add conversion from plain Ident to IdentOptVersion Added a "copy constructor" that copies an Ident to an Ident with an optional version. The reverse does not make sense, so did not add that (e.g., version may be null or may just be a prefix, while the version in Ident is major.minor.patch). Change-Id: Ifd3935a998cd4c1cb5113a59c5f36a7d9baf79ff Issue-ID: POLICY-1542 Signed-off-by: Jim Hahn <jrh3@att.com>
Copyright 2018 AT&T Intellectual Property. All rights reserved. This file is licensed under the CREATIVE COMMONS ATTRIBUTION 4.0 INTERNATIONAL LICENSE Full license text at https://creativecommons.org/licenses/by/4.0/legalcode
This source repository contains the ONAP Policy Model code that is agnostic to any PDP. It is common amongst all the repositories.
To build it using Maven 3, run: mvn clean install