From 0756759f39e125b02d63b4e93de83b3c6b13beea Mon Sep 17 00:00:00 2001
From: Patrick Brady
Date: Wed, 13 Dec 2017 11:09:30 -0800
Subject: First part of onap rename
This is the first commit of the rename. This commit changes
refereces to org.openecomp.appc > org.onap.appc that occur within
files. The package folder structure is not changed in this commit.
Change-Id: Ic95d749eb99d8a6f4f2b9ee9b06eb41c5cfa7e1c
Signed-off-by: Patrick Brady
Issue-ID: APPC-13
---
.../src/main/java/org/openecomp/appc/CmdLine.java | 4 +--
.../main/java/org/openecomp/appc/Constants.java | 28 ++++++++---------
.../org/openecomp/appc/cache/CacheStrategies.java | 2 +-
.../org/openecomp/appc/cache/CacheStrategy.java | 2 +-
.../org/openecomp/appc/cache/MetadataCache.java | 2 +-
.../org/openecomp/appc/cache/impl/LRUCache.java | 4 +--
.../appc/cache/impl/MetadataCacheFactory.java | 6 ++--
.../appc/cache/impl/MetadataCacheImpl.java | 8 ++---
.../java/org/openecomp/appc/concurrent/Signal.java | 4 +--
.../appc/configuration/Configuration.java | 10 +++---
.../appc/configuration/ConfigurationFactory.java | 10 +++---
.../appc/configuration/DefaultConfiguration.java | 36 +++++++++++-----------
.../org/openecomp/appc/configuration/package.html | 2 +-
.../appc/encryption/EncryptionException.java | 2 +-
.../openecomp/appc/encryption/EncryptionTool.java | 2 +-
.../org/openecomp/appc/encryption/HexHelper.java | 2 +-
.../openecomp/appc/exceptions/APPCException.java | 2 +-
.../appc/exceptions/InvalidInputException.java | 2 +-
.../appc/exceptions/InvalidStateException.java | 2 +-
.../appc/exceptions/UnknownProviderException.java | 2 +-
.../src/main/java/org/openecomp/appc/i18n/Msg.java | 4 +--
.../openecomp/appc/logging/LoggingConstants.java | 2 +-
.../org/openecomp/appc/logging/LoggingUtils.java | 4 +--
.../openecomp/appc/metadata/MetadataService.java | 4 +--
.../appc/metadata/impl/MetadataServiceImpl.java | 10 +++---
.../objects/DependencyModelIdentifier.java | 2 +-
.../java/org/openecomp/appc/pool/Allocator.java | 2 +-
.../org/openecomp/appc/pool/CacheManagement.java | 2 +-
.../org/openecomp/appc/pool/CachedElement.java | 4 +--
.../java/org/openecomp/appc/pool/Destructor.java | 2 +-
.../main/java/org/openecomp/appc/pool/Pool.java | 2 +-
.../openecomp/appc/pool/PoolDrainedException.java | 2 +-
.../org/openecomp/appc/pool/PoolException.java | 2 +-
.../appc/pool/PoolExtensionException.java | 2 +-
.../appc/pool/PoolSpecificationException.java | 2 +-
.../java/org/openecomp/appc/util/JsonUtil.java | 4 +--
.../org/openecomp/appc/util/MessageFormatter.java | 2 +-
.../java/org/openecomp/appc/util/ObjectMapper.java | 2 +-
.../java/org/openecomp/appc/util/PathContext.java | 2 +-
.../java/org/openecomp/appc/util/StringHelper.java | 2 +-
.../appc/util/StructuredPropertyHelper.java | 2 +-
.../main/java/org/openecomp/appc/util/Time.java | 2 +-
.../appc/util/UnmodifiableProperties.java | 2 +-
.../java/org/openecomp/appc/util/httpClient.java | 8 ++---
.../resources/OSGI-INF/blueprint/blueprint.xml | 4 +--
.../appc/i18n/MessageResources.properties | 8 ++---
.../openecomp/appc/cache/CacheStrategiesTest.java | 2 +-
.../openecomp/appc/cache/impl/LRUCacheTest.java | 2 +-
.../appc/cache/impl/MetadataCacheFactoryTest.java | 4 +--
.../appc/cache/impl/MetadataCacheImplTest.java | 4 +--
.../org/openecomp/appc/concurrent/TestSignal.java | 4 +--
.../configuration/DefaultConfigurationTest.java | 2 +-
.../openecomp/appc/encryption/TestEncryption.java | 4 +--
.../appc/exceptions/APPCExceptionTest.java | 2 +-
.../appc/exceptions/InvalidInputExceptionTest.java | 2 +-
.../appc/exceptions/InvalidStateExceptionTest.java | 2 +-
.../exceptions/UnknownProviderExceptionTest.java | 2 +-
.../test/java/org/openecomp/appc/i18n/MsgTest.java | 2 +-
.../appc/logging/LoggingConstantsTest.java | 2 +-
.../appc/metadata/TestMetadataService.java | 4 +--
.../objects/DependencyModelIdentifierTest.java | 4 +--
.../org/openecomp/appc/pool/CachedElementTest.java | 22 ++++++-------
.../test/java/org/openecomp/appc/pool/Element.java | 2 +-
.../java/org/openecomp/appc/pool/PoolTest.java | 20 ++++++------
.../java/org/openecomp/appc/pool/Testable.java | 2 +-
.../java/org/openecomp/appc/util/TestJsonUtil.java | 4 +--
.../org/openecomp/appc/util/TestStringHelper.java | 4 +--
.../appc/util/TestStructuredPropertyHelper.java | 6 ++--
68 files changed, 159 insertions(+), 159 deletions(-)
(limited to 'appc-common/src')
diff --git a/appc-common/src/main/java/org/openecomp/appc/CmdLine.java b/appc-common/src/main/java/org/openecomp/appc/CmdLine.java
index 699edc70c..d63bd8758 100644
--- a/appc-common/src/main/java/org/openecomp/appc/CmdLine.java
+++ b/appc-common/src/main/java/org/openecomp/appc/CmdLine.java
@@ -22,9 +22,9 @@
* ============LICENSE_END=========================================================
*/
- package org.openecomp.appc;
+ package org.onap.appc;
-import org.openecomp.appc.encryption.EncryptionTool;
+import org.onap.appc.encryption.EncryptionTool;
public class CmdLine {
diff --git a/appc-common/src/main/java/org/openecomp/appc/Constants.java b/appc-common/src/main/java/org/openecomp/appc/Constants.java
index 5e59971ac..e030b647d 100644
--- a/appc-common/src/main/java/org/openecomp/appc/Constants.java
+++ b/appc-common/src/main/java/org/openecomp/appc/Constants.java
@@ -24,7 +24,7 @@
-package org.openecomp.appc;
+package org.onap.appc;
/**
* This class contains the definitions of all constant values used in the APPC provider, adapters, and other components.
@@ -91,27 +91,27 @@ public final class Constants {
/**
* The name of the property that contains the service request enumerated value in the graph's context
*/
- public static final String CONTEXT_SERVICE = "org.openecomp.appc.service";
+ public static final String CONTEXT_SERVICE = "org.onap.appc.service";
/**
* The name of the property that contains the VM id value in the graph's context
*/
- public static final String CONTEXT_VMID = "org.openecomp.appc.vmid";
+ public static final String CONTEXT_VMID = "org.onap.appc.vmid";
/**
* The name of the property that contains the VM id value in the graph's context
*/
- public static final String CONTEXT_IDENTITY_URL = "org.openecomp.appc.identity.url";
+ public static final String CONTEXT_IDENTITY_URL = "org.onap.appc.identity.url";
/**
* The name of the property that contains the service request id value in the graph's context
*/
- public static final String CONTEXT_REQID = "org.openecomp.appc.reqid";
+ public static final String CONTEXT_REQID = "org.onap.appc.reqid";
/**
* The name of the property that indicates which method of the IaaS adapter to call
*/
- public static final String CONTEXT_ACTION = "org.openecomp.appc.action";
+ public static final String CONTEXT_ACTION = "org.onap.appc.action";
/**
* The enumerated value for restart of a VM. This is a constant for one possible value of CONTEXT_SERVICE.
@@ -126,44 +126,44 @@ public final class Constants {
/**
* The name of the adapter. We get the name from a property file so that it can be changed easily if needed.
*/
- public static final String PROPERTY_ADAPTER_NAME = "org.openecomp.appc.provider.adaptor.name";
+ public static final String PROPERTY_ADAPTER_NAME = "org.onap.appc.provider.adaptor.name";
/**
* The minimum number of contexts to cache in each provider/tenant pool
*/
- public static final String PROPERTY_MIN_POOL_SIZE = "org.openecomp.appc.provider.min.pool";
+ public static final String PROPERTY_MIN_POOL_SIZE = "org.onap.appc.provider.min.pool";
/**
* The maximum number of contexts to cache in each provider/tenant pool
*/
- public static final String PROPERTY_MAX_POOL_SIZE = "org.openecomp.appc.provider.max.pool";
+ public static final String PROPERTY_MAX_POOL_SIZE = "org.onap.appc.provider.max.pool";
/**
* The amount of time, in seconds, that the application waits for a change of state of a server to a known valid
* state before giving up and failing the request.
*/
- public static final String PROPERTY_SERVER_STATE_CHANGE_TIMEOUT = "org.openecomp.appc.server.state.change.timeout";
+ public static final String PROPERTY_SERVER_STATE_CHANGE_TIMEOUT = "org.onap.appc.server.state.change.timeout";
/**
* The amount of time, in seconds, between subsequent polls to the openstack provider to update the state of a
* resource
*/
- public static final String PROPERTY_OPENSTACK_POLL_INTERVAL = "org.openecomp.appc.openstack.poll.interval";
+ public static final String PROPERTY_OPENSTACK_POLL_INTERVAL = "org.onap.appc.openstack.poll.interval";
/**
* The amount of time, in seconds, to wait between retry attempts when a connection to a provider fails.
*/
- public static final String PROPERTY_RETRY_DELAY = "org.openecomp.appc.provider.retry.delay";
+ public static final String PROPERTY_RETRY_DELAY = "org.onap.appc.provider.retry.delay";
/**
* The maximum number of times a connection retry will be attempted before the application fails the request
*/
- public static final String PROPERTY_RETRY_LIMIT = "org.openecomp.appc.provider.retry.limit";
+ public static final String PROPERTY_RETRY_LIMIT = "org.onap.appc.provider.retry.limit";
/**
* The amount of time, in seconds, that the application waits for a change of state of a stacj to a known valid
* state before giving up and failing the request.
*/
- public static final String PROPERTY_STACK_STATE_CHANGE_TIMEOUT ="org.openecomp.appc.stack.state.change.timeout" ;
+ public static final String PROPERTY_STACK_STATE_CHANGE_TIMEOUT ="org.onap.appc.stack.state.change.timeout" ;
@SuppressWarnings("nls")
public static final String STATUS_GETTER = "status-getter";
diff --git a/appc-common/src/main/java/org/openecomp/appc/cache/CacheStrategies.java b/appc-common/src/main/java/org/openecomp/appc/cache/CacheStrategies.java
index 196b645a9..fadf9cb4f 100644
--- a/appc-common/src/main/java/org/openecomp/appc/cache/CacheStrategies.java
+++ b/appc-common/src/main/java/org/openecomp/appc/cache/CacheStrategies.java
@@ -22,7 +22,7 @@
* ============LICENSE_END=========================================================
*/
-package org.openecomp.appc.cache;
+package org.onap.appc.cache;
/**
* Enum of CacheStrategies
diff --git a/appc-common/src/main/java/org/openecomp/appc/cache/CacheStrategy.java b/appc-common/src/main/java/org/openecomp/appc/cache/CacheStrategy.java
index e07708119..af91bb28c 100644
--- a/appc-common/src/main/java/org/openecomp/appc/cache/CacheStrategy.java
+++ b/appc-common/src/main/java/org/openecomp/appc/cache/CacheStrategy.java
@@ -22,7 +22,7 @@
* ============LICENSE_END=========================================================
*/
-package org.openecomp.appc.cache;
+package org.onap.appc.cache;
/**
* Interface of CacheStrategy
diff --git a/appc-common/src/main/java/org/openecomp/appc/cache/MetadataCache.java b/appc-common/src/main/java/org/openecomp/appc/cache/MetadataCache.java
index 8196e8e3d..ea0cad28f 100644
--- a/appc-common/src/main/java/org/openecomp/appc/cache/MetadataCache.java
+++ b/appc-common/src/main/java/org/openecomp/appc/cache/MetadataCache.java
@@ -22,7 +22,7 @@
* ============LICENSE_END=========================================================
*/
-package org.openecomp.appc.cache;
+package org.onap.appc.cache;
/**
* Interface of MetadataCache
diff --git a/appc-common/src/main/java/org/openecomp/appc/cache/impl/LRUCache.java b/appc-common/src/main/java/org/openecomp/appc/cache/impl/LRUCache.java
index b97a5f642..b82552f20 100644
--- a/appc-common/src/main/java/org/openecomp/appc/cache/impl/LRUCache.java
+++ b/appc-common/src/main/java/org/openecomp/appc/cache/impl/LRUCache.java
@@ -22,12 +22,12 @@
* ============LICENSE_END=========================================================
*/
-package org.openecomp.appc.cache.impl;
+package org.onap.appc.cache.impl;
import java.util.LinkedHashMap;
import java.util.Map;
-import org.openecomp.appc.cache.CacheStrategy;
+import org.onap.appc.cache.CacheStrategy;
/**
* LRU cache implements CacheStategy
diff --git a/appc-common/src/main/java/org/openecomp/appc/cache/impl/MetadataCacheFactory.java b/appc-common/src/main/java/org/openecomp/appc/cache/impl/MetadataCacheFactory.java
index 91ad48f9b..c140c6e8b 100644
--- a/appc-common/src/main/java/org/openecomp/appc/cache/impl/MetadataCacheFactory.java
+++ b/appc-common/src/main/java/org/openecomp/appc/cache/impl/MetadataCacheFactory.java
@@ -22,10 +22,10 @@
* ============LICENSE_END=========================================================
*/
-package org.openecomp.appc.cache.impl;
+package org.onap.appc.cache.impl;
-import org.openecomp.appc.cache.CacheStrategies;
-import org.openecomp.appc.cache.MetadataCache;
+import org.onap.appc.cache.CacheStrategies;
+import org.onap.appc.cache.MetadataCache;
/**
* Metadata Cache Factory
diff --git a/appc-common/src/main/java/org/openecomp/appc/cache/impl/MetadataCacheImpl.java b/appc-common/src/main/java/org/openecomp/appc/cache/impl/MetadataCacheImpl.java
index 249a97c3c..ca225adfe 100644
--- a/appc-common/src/main/java/org/openecomp/appc/cache/impl/MetadataCacheImpl.java
+++ b/appc-common/src/main/java/org/openecomp/appc/cache/impl/MetadataCacheImpl.java
@@ -22,11 +22,11 @@
* ============LICENSE_END=========================================================
*/
-package org.openecomp.appc.cache.impl;
+package org.onap.appc.cache.impl;
-import org.openecomp.appc.cache.CacheStrategies;
-import org.openecomp.appc.cache.CacheStrategy;
-import org.openecomp.appc.cache.MetadataCache;
+import org.onap.appc.cache.CacheStrategies;
+import org.onap.appc.cache.CacheStrategy;
+import org.onap.appc.cache.MetadataCache;
/**
* Implementation of MetadataCache
diff --git a/appc-common/src/main/java/org/openecomp/appc/concurrent/Signal.java b/appc-common/src/main/java/org/openecomp/appc/concurrent/Signal.java
index 93da24087..5d439d164 100644
--- a/appc-common/src/main/java/org/openecomp/appc/concurrent/Signal.java
+++ b/appc-common/src/main/java/org/openecomp/appc/concurrent/Signal.java
@@ -22,14 +22,14 @@
* ============LICENSE_END=========================================================
*/
-package org.openecomp.appc.concurrent;
+package org.onap.appc.concurrent;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import java.util.concurrent.TimeoutException;
-import org.openecomp.appc.util.StringHelper;
+import org.onap.appc.util.StringHelper;
/**
* This class is used to synchronize signaling of status between threads.
diff --git a/appc-common/src/main/java/org/openecomp/appc/configuration/Configuration.java b/appc-common/src/main/java/org/openecomp/appc/configuration/Configuration.java
index 870a73c45..a0acf12cc 100644
--- a/appc-common/src/main/java/org/openecomp/appc/configuration/Configuration.java
+++ b/appc-common/src/main/java/org/openecomp/appc/configuration/Configuration.java
@@ -22,7 +22,7 @@
* ============LICENSE_END=========================================================
*/
-package org.openecomp.appc.configuration;
+package org.onap.appc.configuration;
import java.util.Properties;
@@ -40,12 +40,12 @@ import org.slf4j.Logger;
*/
public interface Configuration {
- String PROPERTY_BOOTSTRAP_FILE_NAME = "org_openecomp_appc_bootstrap_file"; //
+ String PROPERTY_BOOTSTRAP_FILE_NAME = "org_onap_appc_bootstrap_file"; //
String DEFAULT_BOOTSTRAP_FILE_NAME = "appc.properties";
- String PROPERTY_BOOTSTRAP_FILE_PATH = "org_openecomp_appc_bootstrap_path"; //
+ String PROPERTY_BOOTSTRAP_FILE_PATH = "org_onap_appc_bootstrap_path"; //
String DEFAULT_BOOTSTRAP_FILE_PATH = "/opt/openecomp/appc/data/properties,${user.home},etc,../etc";
- String PROPERTY_RESOURCE_BUNDLES = "org.openecomp.appc.resources";
- String DEFAULT_RESOURCE_BUNDLES = "org/openecomp/appc/i18n/MessageResources";
+ String PROPERTY_RESOURCE_BUNDLES = "org.onap.appc.resources";
+ String DEFAULT_RESOURCE_BUNDLES = "org/onap/appc/i18n/MessageResources";
/**
* This method is called to obtain a property expressed as a boolean value (true or false). The standard rules for
diff --git a/appc-common/src/main/java/org/openecomp/appc/configuration/ConfigurationFactory.java b/appc-common/src/main/java/org/openecomp/appc/configuration/ConfigurationFactory.java
index fa8b5ee0b..ee2648847 100644
--- a/appc-common/src/main/java/org/openecomp/appc/configuration/ConfigurationFactory.java
+++ b/appc-common/src/main/java/org/openecomp/appc/configuration/ConfigurationFactory.java
@@ -22,7 +22,7 @@
* ============LICENSE_END=========================================================
*/
-package org.openecomp.appc.configuration;
+package org.onap.appc.configuration;
import java.io.BufferedInputStream;
import java.io.File;
@@ -37,7 +37,7 @@ import java.util.concurrent.locks.ReentrantReadWriteLock;
import java.util.concurrent.locks.ReentrantReadWriteLock.ReadLock;
import java.util.concurrent.locks.ReentrantReadWriteLock.WriteLock;
-import org.openecomp.appc.i18n.Msg;
+import org.onap.appc.i18n.Msg;
import com.att.eelf.configuration.EELFLogger;
import com.att.eelf.configuration.EELFManager;
import com.att.eelf.i18n.EELFResourceManager;
@@ -84,11 +84,11 @@ import com.att.eelf.i18n.EELFResourceManager;
* to define the name and path. These are:
*
*
- * - org.openecomp.appc.bootstrap.file
+ * - org.onap.appc.bootstrap.file
* - This property defines the name of the file that will be loaded. If not specified, the default value is
* "appc.properties". This can be specified in either (or both) the default properties or the command line. The command
* line specification will always override.
- * - org.openecomp.appc.bootstrap.path
+ * - org.onap.appc.bootstrap.path
* - This is a comma-delimited (,) path of directories to be searched to locate the specified file. The first
* occurrence of the file is the one loaded, and no additional searching is performed. The path can be specified in
* either, or both, the default values and the command line specification. If specified on the command line, the value
@@ -116,7 +116,7 @@ public final class ConfigurationFactory {
/**
* The default properties resource to be loaded
*/
- private static final String DEFAULT_PROPERTIES = "org/openecomp/appc/default.properties";
+ private static final String DEFAULT_PROPERTIES = "org/onap/appc/default.properties";
/**
* This collection allows for special configurations to be created and maintained, organized by some identification
diff --git a/appc-common/src/main/java/org/openecomp/appc/configuration/DefaultConfiguration.java b/appc-common/src/main/java/org/openecomp/appc/configuration/DefaultConfiguration.java
index 635384952..3e86c0788 100644
--- a/appc-common/src/main/java/org/openecomp/appc/configuration/DefaultConfiguration.java
+++ b/appc-common/src/main/java/org/openecomp/appc/configuration/DefaultConfiguration.java
@@ -22,7 +22,7 @@
* ============LICENSE_END=========================================================
*/
-package org.openecomp.appc.configuration;
+package org.onap.appc.configuration;
import java.io.IOException;
import java.io.InputStream;
@@ -39,8 +39,8 @@ import java.util.jar.Manifest;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
-import org.openecomp.appc.encryption.EncryptionTool;
-import org.openecomp.appc.util.UnmodifiableProperties;
+import org.onap.appc.encryption.EncryptionTool;
+import org.onap.appc.util.UnmodifiableProperties;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
@@ -208,7 +208,7 @@ public final class DefaultConfiguration implements Configuration, Cloneable {
* @param key The property key
* @param defaultValue The default value to be returned if the property does not exist
* @return The value of the property expressed as a boolean, or false if it does not exist.
- * @see org.openecomp.appc.configuration.Configuration#getBooleanProperty(java.lang.String, boolean)
+ * @see org.onap.appc.configuration.Configuration#getBooleanProperty(java.lang.String, boolean)
*/
@Override
public boolean getBooleanProperty(String key, boolean defaultValue) {
@@ -223,7 +223,7 @@ public final class DefaultConfiguration implements Configuration, Cloneable {
*
* @param key The property to retrieve
* @return The value of the property, or 0.0 if not found
- * @see org.openecomp.appc.configuration.Configuration#getDoubleProperty(java.lang.String)
+ * @see org.onap.appc.configuration.Configuration#getDoubleProperty(java.lang.String)
*/
@SuppressWarnings("nls")
@Override
@@ -241,7 +241,7 @@ public final class DefaultConfiguration implements Configuration, Cloneable {
* @param key The key of the property
* @param defaultValue The default value to be returned if the property does not exist
* @return The string value, or null if it does not exist.
- * @see org.openecomp.appc.configuration.Configuration#getDoubleProperty(java.lang.String, double)
+ * @see org.onap.appc.configuration.Configuration#getDoubleProperty(java.lang.String, double)
*/
@Override
public double getDoubleProperty(String key, double defaultValue) {
@@ -257,7 +257,7 @@ public final class DefaultConfiguration implements Configuration, Cloneable {
*
* @param key The property name to retrieve.
* @return The value of the property, or 0 if it does not exist or is invalid.
- * @see org.openecomp.appc.configuration.Configuration#getIntegerProperty(java.lang.String)
+ * @see org.onap.appc.configuration.Configuration#getIntegerProperty(java.lang.String)
*/
@SuppressWarnings("nls")
@Override
@@ -276,7 +276,7 @@ public final class DefaultConfiguration implements Configuration, Cloneable {
* @param key The property name to retrieve.
* @param defaultValue The default value to be returned if the property does not exist
* @return The value of the property, or 0 if it does not exist or is invalid.
- * @see org.openecomp.appc.configuration.Configuration#getIntegerProperty(java.lang.String, int)
+ * @see org.onap.appc.configuration.Configuration#getIntegerProperty(java.lang.String, int)
*/
@Override
public int getIntegerProperty(String key, int defaultValue) {
@@ -292,7 +292,7 @@ public final class DefaultConfiguration implements Configuration, Cloneable {
* @param key The key of the property desired.
* @return The value of the property expressed as an integer long value, or zero if the property does not exist or
* is not a valid integer long.
- * @see org.openecomp.appc.configuration.Configuration#getLongProperty(java.lang.String)
+ * @see org.onap.appc.configuration.Configuration#getLongProperty(java.lang.String)
*/
@SuppressWarnings("nls")
@Override
@@ -312,7 +312,7 @@ public final class DefaultConfiguration implements Configuration, Cloneable {
* @param defaultValue the value to be returned if the property is not valid or does not exist.
* @return The value of the property expressed as an integer long value, or the default value if the property does
* not exist or is not a valid integer long.
- * @see org.openecomp.appc.configuration.Configuration#getLongProperty(java.lang.String, long)
+ * @see org.onap.appc.configuration.Configuration#getLongProperty(java.lang.String, long)
*/
@Override
public long getLongProperty(String key, long defaultValue) {
@@ -328,7 +328,7 @@ public final class DefaultConfiguration implements Configuration, Cloneable {
* properties.
*
* @return An unmodifiable properties object.
- * @see org.openecomp.appc.configuration.Configuration#getProperties()
+ * @see org.onap.appc.configuration.Configuration#getProperties()
*/
@Override
public Properties getProperties() {
@@ -356,7 +356,7 @@ public final class DefaultConfiguration implements Configuration, Cloneable {
* @param key The key of the property
* @param defaultValue The default value to be returned if the property does not exist
* @return The string value, or null if it does not exist.
- * @see org.openecomp.appc.configuration.Configuration#getProperty(java.lang.String, java.lang.String)
+ * @see org.onap.appc.configuration.Configuration#getProperty(java.lang.String, java.lang.String)
*/
@Override
public String getProperty(String key, String defaultValue) {
@@ -396,7 +396,7 @@ public final class DefaultConfiguration implements Configuration, Cloneable {
*
* @param key The property to be checked
* @return True if the value is a boolean constant, or false if it does not exist or is not a correct string
- * @see org.openecomp.appc.configuration.Configuration#isValidBoolean(java.lang.String)
+ * @see org.onap.appc.configuration.Configuration#isValidBoolean(java.lang.String)
*/
@SuppressWarnings("nls")
@Override
@@ -415,7 +415,7 @@ public final class DefaultConfiguration implements Configuration, Cloneable {
* @param key The property to be examined
* @return True if the property is a valid representation of a double, or false if it does not exist or contains
* illegal characters.
- * @see org.openecomp.appc.configuration.Configuration#isValidDouble(java.lang.String)
+ * @see org.onap.appc.configuration.Configuration#isValidDouble(java.lang.String)
*/
@Override
public boolean isValidDouble(String key) {
@@ -437,7 +437,7 @@ public final class DefaultConfiguration implements Configuration, Cloneable {
* @param key The key of the property to check
* @return True if the value is a valid integer string, or false if it does not exist or contains illegal
* characters.
- * @see org.openecomp.appc.configuration.Configuration#isValidInteger(java.lang.String)
+ * @see org.onap.appc.configuration.Configuration#isValidInteger(java.lang.String)
*/
@Override
public boolean isValidInteger(String key) {
@@ -459,7 +459,7 @@ public final class DefaultConfiguration implements Configuration, Cloneable {
* @param key The property to be checked
* @return True if the property is a valid representation of an integer long value, and false if it either does not
* exist or is not valid.
- * @see org.openecomp.appc.configuration.Configuration#isValidLong(java.lang.String)
+ * @see org.onap.appc.configuration.Configuration#isValidLong(java.lang.String)
*/
@Override
public boolean isValidLong(String key) {
@@ -493,7 +493,7 @@ public final class DefaultConfiguration implements Configuration, Cloneable {
*
* @param props An optional Properties object to be merged into the configuration, replacing any same-named
* properties.
- * @see org.openecomp.appc.configuration.Configuration#setProperties(java.util.Properties)
+ * @see org.onap.appc.configuration.Configuration#setProperties(java.util.Properties)
*/
@Override
public void setProperties(Properties props) {
@@ -508,7 +508,7 @@ public final class DefaultConfiguration implements Configuration, Cloneable {
*
* @param key The key of the property to be defined
* @param value The value of the property to be defined
- * @see org.openecomp.appc.configuration.Configuration#setProperty(java.lang.String, java.lang.String)
+ * @see org.onap.appc.configuration.Configuration#setProperty(java.lang.String, java.lang.String)
*/
@Override
public void setProperty(String key, String value) {
diff --git a/appc-common/src/main/java/org/openecomp/appc/configuration/package.html b/appc-common/src/main/java/org/openecomp/appc/configuration/package.html
index 131ba5ced..c6889da9a 100644
--- a/appc-common/src/main/java/org/openecomp/appc/configuration/package.html
+++ b/appc-common/src/main/java/org/openecomp/appc/configuration/package.html
@@ -171,4 +171,4 @@