diff options
-rw-r--r-- | .gitignore (renamed from CommonLibrary/.gitignore) | 0 | ||||
-rw-r--r-- | common-util/.gitignore (renamed from CommonLibrary/common-util/.gitignore) | 0 | ||||
-rw-r--r-- | common-util/pom.xml (renamed from CommonLibrary/common-util/pom.xml) | 0 | ||||
-rw-r--r-- | common-util/src/main/java/org/openo/baseservice/encrypt/cbb/CipherCreator.java (renamed from CommonLibrary/common-util/src/main/java/org/openo/baseservice/encrypt/cbb/CipherCreator.java) | 0 | ||||
-rw-r--r-- | common-util/src/main/java/org/openo/baseservice/encrypt/cbb/impl/AesCipher.java (renamed from CommonLibrary/common-util/src/main/java/org/openo/baseservice/encrypt/cbb/impl/AesCipher.java) | 0 | ||||
-rw-r--r-- | common-util/src/main/java/org/openo/baseservice/encrypt/cbb/impl/AesCipherFactory.java (renamed from CommonLibrary/common-util/src/main/java/org/openo/baseservice/encrypt/cbb/impl/AesCipherFactory.java) | 0 | ||||
-rw-r--r-- | common-util/src/main/java/org/openo/baseservice/encrypt/cbb/inf/AbstractCipher.java (renamed from CommonLibrary/common-util/src/main/java/org/openo/baseservice/encrypt/cbb/inf/AbstractCipher.java) | 0 | ||||
-rw-r--r-- | common-util/src/main/java/org/openo/baseservice/encrypt/cbb/inf/AbstractCipherFactory.java (renamed from CommonLibrary/common-util/src/main/java/org/openo/baseservice/encrypt/cbb/inf/AbstractCipherFactory.java) | 0 | ||||
-rw-r--r-- | common-util/src/main/java/org/openo/baseservice/encrypt/cbb/sha/Sha256.java (renamed from CommonLibrary/common-util/src/main/java/org/openo/baseservice/encrypt/cbb/sha/Sha256.java) | 0 | ||||
-rw-r--r-- | common-util/src/main/java/org/openo/baseservice/util/RestUtils.java (renamed from CommonLibrary/common-util/src/main/java/org/openo/baseservice/util/RestUtils.java) | 0 | ||||
-rw-r--r-- | common-util/src/main/java/org/openo/baseservice/util/impl/SystemEnvVariablesDefImpl.java (renamed from CommonLibrary/common-util/src/main/java/org/openo/baseservice/util/impl/SystemEnvVariablesDefImpl.java) | 0 | ||||
-rw-r--r-- | common-util/src/main/java/org/openo/baseservice/util/impl/SystemEnvVariablesFactory.java (renamed from CommonLibrary/common-util/src/main/java/org/openo/baseservice/util/impl/SystemEnvVariablesFactory.java) | 0 | ||||
-rw-r--r-- | common-util/src/main/java/org/openo/baseservice/util/inf/SystemEnvVariables.java (renamed from CommonLibrary/common-util/src/main/java/org/openo/baseservice/util/inf/SystemEnvVariables.java) | 0 | ||||
-rw-r--r-- | common-util/src/test/java/org/openo/baseservice/encrypt/cbb/impl/AesCipherTest.java (renamed from CommonLibrary/common-util/src/test/java/org/openo/baseservice/encrypt/cbb/impl/AesCipherTest.java) | 0 | ||||
-rw-r--r-- | common-util/src/test/java/org/openo/baseservice/encrypt/cbb/sha/Sha256Test.java (renamed from CommonLibrary/common-util/src/test/java/org/openo/baseservice/encrypt/cbb/sha/Sha256Test.java) | 0 | ||||
-rw-r--r-- | common-util/src/test/java/org/openo/baseservice/util/RestUtilsTest.java (renamed from CommonLibrary/common-util/src/test/java/org/openo/baseservice/util/RestUtilsTest.java) | 0 | ||||
-rw-r--r-- | common-util/src/test/java/org/openo/baseservice/util/impl/SystemEnvVariablesDefImplTest.java (renamed from CommonLibrary/common-util/src/test/java/org/openo/baseservice/util/impl/SystemEnvVariablesDefImplTest.java) | 0 | ||||
-rw-r--r-- | pom.xml (renamed from CommonLibrary/pom.xml) | 0 | ||||
-rw-r--r-- | rest-client/.gitignore (renamed from CommonLibrary/rest-client/.gitignore) | 0 | ||||
-rw-r--r-- | rest-client/pom.xml (renamed from CommonLibrary/rest-client/pom.xml) | 0 | ||||
-rw-r--r-- | rest-client/src/main/java/org/openo/baseservice/remoteservice/exception/ExceptionArgs.java (renamed from CommonLibrary/rest-client/src/main/java/org/openo/baseservice/remoteservice/exception/ExceptionArgs.java) | 0 | ||||
-rw-r--r-- | rest-client/src/main/java/org/openo/baseservice/remoteservice/exception/ServiceException.java (renamed from CommonLibrary/rest-client/src/main/java/org/openo/baseservice/remoteservice/exception/ServiceException.java) | 0 | ||||
-rw-r--r-- | rest-client/src/main/java/org/openo/baseservice/roa/util/ReaderHelper.java (renamed from CommonLibrary/rest-client/src/main/java/org/openo/baseservice/roa/util/ReaderHelper.java) | 0 | ||||
-rw-r--r-- | rest-client/src/main/java/org/openo/baseservice/roa/util/ServiceUtil.java (renamed from CommonLibrary/rest-client/src/main/java/org/openo/baseservice/roa/util/ServiceUtil.java) | 0 | ||||
-rw-r--r-- | rest-client/src/main/java/org/openo/baseservice/roa/util/clientsdk/HttpUtil.java (renamed from CommonLibrary/rest-client/src/main/java/org/openo/baseservice/roa/util/clientsdk/HttpUtil.java) | 0 | ||||
-rw-r--r-- | rest-client/src/main/java/org/openo/baseservice/roa/util/clientsdk/JsonUtil.java (renamed from CommonLibrary/rest-client/src/main/java/org/openo/baseservice/roa/util/clientsdk/JsonUtil.java) | 0 | ||||
-rw-r--r-- | rest-client/src/main/java/org/openo/baseservice/roa/util/clientsdk/RestClientUtil.java (renamed from CommonLibrary/rest-client/src/main/java/org/openo/baseservice/roa/util/clientsdk/RestClientUtil.java) | 0 | ||||
-rw-r--r-- | rest-client/src/main/java/org/openo/baseservice/roa/util/restclient/DefaultAsyncCallback.java (renamed from CommonLibrary/rest-client/src/main/java/org/openo/baseservice/roa/util/restclient/DefaultAsyncCallback.java) | 0 | ||||
-rw-r--r-- | rest-client/src/main/java/org/openo/baseservice/roa/util/restclient/HttpBaseRest.java (renamed from CommonLibrary/rest-client/src/main/java/org/openo/baseservice/roa/util/restclient/HttpBaseRest.java) | 0 | ||||
-rw-r--r-- | rest-client/src/main/java/org/openo/baseservice/roa/util/restclient/HttpRest.java (renamed from CommonLibrary/rest-client/src/main/java/org/openo/baseservice/roa/util/restclient/HttpRest.java) | 0 | ||||
-rw-r--r-- | rest-client/src/main/java/org/openo/baseservice/roa/util/restclient/RestHttpContentExchange.java (renamed from CommonLibrary/rest-client/src/main/java/org/openo/baseservice/roa/util/restclient/RestHttpContentExchange.java) | 0 | ||||
-rw-r--r-- | rest-client/src/main/java/org/openo/baseservice/roa/util/restclient/Restful.java (renamed from CommonLibrary/rest-client/src/main/java/org/openo/baseservice/roa/util/restclient/Restful.java) | 0 | ||||
-rw-r--r-- | rest-client/src/main/java/org/openo/baseservice/roa/util/restclient/RestfulAsyncCallback.java (renamed from CommonLibrary/rest-client/src/main/java/org/openo/baseservice/roa/util/restclient/RestfulAsyncCallback.java) | 0 | ||||
-rw-r--r-- | rest-client/src/main/java/org/openo/baseservice/roa/util/restclient/RestfulClientConst.java (renamed from CommonLibrary/rest-client/src/main/java/org/openo/baseservice/roa/util/restclient/RestfulClientConst.java) | 0 | ||||
-rw-r--r-- | rest-client/src/main/java/org/openo/baseservice/roa/util/restclient/RestfulConfigure.java (renamed from CommonLibrary/rest-client/src/main/java/org/openo/baseservice/roa/util/restclient/RestfulConfigure.java) | 0 | ||||
-rw-r--r-- | rest-client/src/main/java/org/openo/baseservice/roa/util/restclient/RestfulFactory.java (renamed from CommonLibrary/rest-client/src/main/java/org/openo/baseservice/roa/util/restclient/RestfulFactory.java) | 0 | ||||
-rw-r--r-- | rest-client/src/main/java/org/openo/baseservice/roa/util/restclient/RestfulOptions.java (renamed from CommonLibrary/rest-client/src/main/java/org/openo/baseservice/roa/util/restclient/RestfulOptions.java) | 0 | ||||
-rw-r--r-- | rest-client/src/main/java/org/openo/baseservice/roa/util/restclient/RestfulParametes.java (renamed from CommonLibrary/rest-client/src/main/java/org/openo/baseservice/roa/util/restclient/RestfulParametes.java) | 0 | ||||
-rw-r--r-- | rest-client/src/main/java/org/openo/baseservice/roa/util/restclient/RestfulResponse.java (renamed from CommonLibrary/rest-client/src/main/java/org/openo/baseservice/roa/util/restclient/RestfulResponse.java) | 0 | ||||
-rw-r--r-- | rest-client/src/test/java/org/openo/baseservice/roa/util/ReaderHelperTest.java (renamed from CommonLibrary/rest-client/src/test/java/org/openo/baseservice/roa/util/ReaderHelperTest.java) | 0 | ||||
-rw-r--r-- | rest-client/src/test/java/org/openo/baseservice/roa/util/TestServiceUtil.java (renamed from CommonLibrary/rest-client/src/test/java/org/openo/baseservice/roa/util/TestServiceUtil.java) | 0 | ||||
-rw-r--r-- | rest-client/src/test/java/org/openo/baseservice/roa/util/clientsdk/TestHttpUtil.java (renamed from CommonLibrary/rest-client/src/test/java/org/openo/baseservice/roa/util/clientsdk/TestHttpUtil.java) | 0 | ||||
-rw-r--r-- | rest-client/src/test/java/org/openo/baseservice/roa/util/clientsdk/TestJsonUtil.java (renamed from CommonLibrary/rest-client/src/test/java/org/openo/baseservice/roa/util/clientsdk/TestJsonUtil.java) | 0 | ||||
-rw-r--r-- | rest-client/src/test/java/org/openo/baseservice/roa/util/clientsdk/TestRestClientUtil.java (renamed from CommonLibrary/rest-client/src/test/java/org/openo/baseservice/roa/util/clientsdk/TestRestClientUtil.java) | 0 | ||||
-rw-r--r-- | rest-client/src/test/java/org/openo/baseservice/roa/util/clientsdk/demo/JsonTestClass.java (renamed from CommonLibrary/rest-client/src/test/java/org/openo/baseservice/roa/util/clientsdk/demo/JsonTestClass.java) | 0 | ||||
-rw-r--r-- | rest-client/src/test/java/org/openo/baseservice/roa/util/restclient/TestHttpRest.java (renamed from CommonLibrary/rest-client/src/test/java/org/openo/baseservice/roa/util/restclient/TestHttpRest.java) | 0 | ||||
-rw-r--r-- | rest-client/src/test/java/org/openo/baseservice/roa/util/restclient/TestRestHttpContentExchange.java (renamed from CommonLibrary/rest-client/src/test/java/org/openo/baseservice/roa/util/restclient/TestRestHttpContentExchange.java) | 0 | ||||
-rw-r--r-- | rest-client/src/test/java/org/openo/baseservice/roa/util/restclient/TestRestfulConfigure.java (renamed from CommonLibrary/rest-client/src/test/java/org/openo/baseservice/roa/util/restclient/TestRestfulConfigure.java) | 0 | ||||
-rw-r--r-- | rest-client/src/test/java/org/openo/baseservice/roa/util/restclient/TestRestfulFactory.java (renamed from CommonLibrary/rest-client/src/test/java/org/openo/baseservice/roa/util/restclient/TestRestfulFactory.java) | 0 | ||||
-rw-r--r-- | rest-client/src/test/java/org/openo/baseservice/roa/util/restclient/TestRestfulOptions.java (renamed from CommonLibrary/rest-client/src/test/java/org/openo/baseservice/roa/util/restclient/TestRestfulOptions.java) | 0 | ||||
-rw-r--r-- | rest-client/src/test/java/org/openo/baseservice/roa/util/restclient/TestRestfulParametes.java (renamed from CommonLibrary/rest-client/src/test/java/org/openo/baseservice/roa/util/restclient/TestRestfulParametes.java) | 0 | ||||
-rw-r--r-- | rest-client/src/test/java/org/openo/baseservice/roa/util/restclient/TestRestfulResponse.java (renamed from CommonLibrary/rest-client/src/test/java/org/openo/baseservice/roa/util/restclient/TestRestfulResponse.java) | 0 | ||||
-rw-r--r-- | rest-client/src/test/resources/etc/conf/restclient.json (renamed from CommonLibrary/rest-client/src/test/resources/etc/conf/restclient.json) | 0 | ||||
-rw-r--r-- | rest-client/src/test/resources/rest-client-test.json (renamed from CommonLibrary/rest-client/src/test/resources/rest-client-test.json) | 0 | ||||
-rw-r--r-- | rest-client/src/test/resources/sample.txt.gz (renamed from CommonLibrary/rest-client/src/test/resources/sample.txt.gz) | bin | 43 -> 43 bytes |
55 files changed, 0 insertions, 0 deletions
diff --git a/CommonLibrary/.gitignore b/.gitignore index be68b59..be68b59 100644 --- a/CommonLibrary/.gitignore +++ b/.gitignore diff --git a/CommonLibrary/common-util/.gitignore b/common-util/.gitignore index be68b59..be68b59 100644 --- a/CommonLibrary/common-util/.gitignore +++ b/common-util/.gitignore diff --git a/CommonLibrary/common-util/pom.xml b/common-util/pom.xml index b4245d0..b4245d0 100644 --- a/CommonLibrary/common-util/pom.xml +++ b/common-util/pom.xml diff --git a/CommonLibrary/common-util/src/main/java/org/openo/baseservice/encrypt/cbb/CipherCreator.java b/common-util/src/main/java/org/openo/baseservice/encrypt/cbb/CipherCreator.java index c3e59b9..c3e59b9 100644 --- a/CommonLibrary/common-util/src/main/java/org/openo/baseservice/encrypt/cbb/CipherCreator.java +++ b/common-util/src/main/java/org/openo/baseservice/encrypt/cbb/CipherCreator.java diff --git a/CommonLibrary/common-util/src/main/java/org/openo/baseservice/encrypt/cbb/impl/AesCipher.java b/common-util/src/main/java/org/openo/baseservice/encrypt/cbb/impl/AesCipher.java index c9d7123..c9d7123 100644 --- a/CommonLibrary/common-util/src/main/java/org/openo/baseservice/encrypt/cbb/impl/AesCipher.java +++ b/common-util/src/main/java/org/openo/baseservice/encrypt/cbb/impl/AesCipher.java diff --git a/CommonLibrary/common-util/src/main/java/org/openo/baseservice/encrypt/cbb/impl/AesCipherFactory.java b/common-util/src/main/java/org/openo/baseservice/encrypt/cbb/impl/AesCipherFactory.java index 39fe605..39fe605 100644 --- a/CommonLibrary/common-util/src/main/java/org/openo/baseservice/encrypt/cbb/impl/AesCipherFactory.java +++ b/common-util/src/main/java/org/openo/baseservice/encrypt/cbb/impl/AesCipherFactory.java diff --git a/CommonLibrary/common-util/src/main/java/org/openo/baseservice/encrypt/cbb/inf/AbstractCipher.java b/common-util/src/main/java/org/openo/baseservice/encrypt/cbb/inf/AbstractCipher.java index 4357d86..4357d86 100644 --- a/CommonLibrary/common-util/src/main/java/org/openo/baseservice/encrypt/cbb/inf/AbstractCipher.java +++ b/common-util/src/main/java/org/openo/baseservice/encrypt/cbb/inf/AbstractCipher.java diff --git a/CommonLibrary/common-util/src/main/java/org/openo/baseservice/encrypt/cbb/inf/AbstractCipherFactory.java b/common-util/src/main/java/org/openo/baseservice/encrypt/cbb/inf/AbstractCipherFactory.java index 2d6f2ad..2d6f2ad 100644 --- a/CommonLibrary/common-util/src/main/java/org/openo/baseservice/encrypt/cbb/inf/AbstractCipherFactory.java +++ b/common-util/src/main/java/org/openo/baseservice/encrypt/cbb/inf/AbstractCipherFactory.java diff --git a/CommonLibrary/common-util/src/main/java/org/openo/baseservice/encrypt/cbb/sha/Sha256.java b/common-util/src/main/java/org/openo/baseservice/encrypt/cbb/sha/Sha256.java index 74cc2bb..74cc2bb 100644 --- a/CommonLibrary/common-util/src/main/java/org/openo/baseservice/encrypt/cbb/sha/Sha256.java +++ b/common-util/src/main/java/org/openo/baseservice/encrypt/cbb/sha/Sha256.java diff --git a/CommonLibrary/common-util/src/main/java/org/openo/baseservice/util/RestUtils.java b/common-util/src/main/java/org/openo/baseservice/util/RestUtils.java index ee250b1..ee250b1 100644 --- a/CommonLibrary/common-util/src/main/java/org/openo/baseservice/util/RestUtils.java +++ b/common-util/src/main/java/org/openo/baseservice/util/RestUtils.java diff --git a/CommonLibrary/common-util/src/main/java/org/openo/baseservice/util/impl/SystemEnvVariablesDefImpl.java b/common-util/src/main/java/org/openo/baseservice/util/impl/SystemEnvVariablesDefImpl.java index bd98fb9..bd98fb9 100644 --- a/CommonLibrary/common-util/src/main/java/org/openo/baseservice/util/impl/SystemEnvVariablesDefImpl.java +++ b/common-util/src/main/java/org/openo/baseservice/util/impl/SystemEnvVariablesDefImpl.java diff --git a/CommonLibrary/common-util/src/main/java/org/openo/baseservice/util/impl/SystemEnvVariablesFactory.java b/common-util/src/main/java/org/openo/baseservice/util/impl/SystemEnvVariablesFactory.java index e40ab53..e40ab53 100644 --- a/CommonLibrary/common-util/src/main/java/org/openo/baseservice/util/impl/SystemEnvVariablesFactory.java +++ b/common-util/src/main/java/org/openo/baseservice/util/impl/SystemEnvVariablesFactory.java diff --git a/CommonLibrary/common-util/src/main/java/org/openo/baseservice/util/inf/SystemEnvVariables.java b/common-util/src/main/java/org/openo/baseservice/util/inf/SystemEnvVariables.java index 014cdbd..014cdbd 100644 --- a/CommonLibrary/common-util/src/main/java/org/openo/baseservice/util/inf/SystemEnvVariables.java +++ b/common-util/src/main/java/org/openo/baseservice/util/inf/SystemEnvVariables.java diff --git a/CommonLibrary/common-util/src/test/java/org/openo/baseservice/encrypt/cbb/impl/AesCipherTest.java b/common-util/src/test/java/org/openo/baseservice/encrypt/cbb/impl/AesCipherTest.java index 3241b14..3241b14 100644 --- a/CommonLibrary/common-util/src/test/java/org/openo/baseservice/encrypt/cbb/impl/AesCipherTest.java +++ b/common-util/src/test/java/org/openo/baseservice/encrypt/cbb/impl/AesCipherTest.java diff --git a/CommonLibrary/common-util/src/test/java/org/openo/baseservice/encrypt/cbb/sha/Sha256Test.java b/common-util/src/test/java/org/openo/baseservice/encrypt/cbb/sha/Sha256Test.java index 30a640e..30a640e 100644 --- a/CommonLibrary/common-util/src/test/java/org/openo/baseservice/encrypt/cbb/sha/Sha256Test.java +++ b/common-util/src/test/java/org/openo/baseservice/encrypt/cbb/sha/Sha256Test.java diff --git a/CommonLibrary/common-util/src/test/java/org/openo/baseservice/util/RestUtilsTest.java b/common-util/src/test/java/org/openo/baseservice/util/RestUtilsTest.java index 2cf0589..2cf0589 100644 --- a/CommonLibrary/common-util/src/test/java/org/openo/baseservice/util/RestUtilsTest.java +++ b/common-util/src/test/java/org/openo/baseservice/util/RestUtilsTest.java diff --git a/CommonLibrary/common-util/src/test/java/org/openo/baseservice/util/impl/SystemEnvVariablesDefImplTest.java b/common-util/src/test/java/org/openo/baseservice/util/impl/SystemEnvVariablesDefImplTest.java index 97a8d11..97a8d11 100644 --- a/CommonLibrary/common-util/src/test/java/org/openo/baseservice/util/impl/SystemEnvVariablesDefImplTest.java +++ b/common-util/src/test/java/org/openo/baseservice/util/impl/SystemEnvVariablesDefImplTest.java diff --git a/CommonLibrary/pom.xml b/pom.xml index 2ff9e92..2ff9e92 100644 --- a/CommonLibrary/pom.xml +++ b/pom.xml diff --git a/CommonLibrary/rest-client/.gitignore b/rest-client/.gitignore index b83d222..b83d222 100644 --- a/CommonLibrary/rest-client/.gitignore +++ b/rest-client/.gitignore diff --git a/CommonLibrary/rest-client/pom.xml b/rest-client/pom.xml index 33f24c3..33f24c3 100644 --- a/CommonLibrary/rest-client/pom.xml +++ b/rest-client/pom.xml diff --git a/CommonLibrary/rest-client/src/main/java/org/openo/baseservice/remoteservice/exception/ExceptionArgs.java b/rest-client/src/main/java/org/openo/baseservice/remoteservice/exception/ExceptionArgs.java index 40dd2b1..40dd2b1 100644 --- a/CommonLibrary/rest-client/src/main/java/org/openo/baseservice/remoteservice/exception/ExceptionArgs.java +++ b/rest-client/src/main/java/org/openo/baseservice/remoteservice/exception/ExceptionArgs.java diff --git a/CommonLibrary/rest-client/src/main/java/org/openo/baseservice/remoteservice/exception/ServiceException.java b/rest-client/src/main/java/org/openo/baseservice/remoteservice/exception/ServiceException.java index e64d914..e64d914 100644 --- a/CommonLibrary/rest-client/src/main/java/org/openo/baseservice/remoteservice/exception/ServiceException.java +++ b/rest-client/src/main/java/org/openo/baseservice/remoteservice/exception/ServiceException.java diff --git a/CommonLibrary/rest-client/src/main/java/org/openo/baseservice/roa/util/ReaderHelper.java b/rest-client/src/main/java/org/openo/baseservice/roa/util/ReaderHelper.java index 86124cf..86124cf 100644 --- a/CommonLibrary/rest-client/src/main/java/org/openo/baseservice/roa/util/ReaderHelper.java +++ b/rest-client/src/main/java/org/openo/baseservice/roa/util/ReaderHelper.java diff --git a/CommonLibrary/rest-client/src/main/java/org/openo/baseservice/roa/util/ServiceUtil.java b/rest-client/src/main/java/org/openo/baseservice/roa/util/ServiceUtil.java index aca60c0..aca60c0 100644 --- a/CommonLibrary/rest-client/src/main/java/org/openo/baseservice/roa/util/ServiceUtil.java +++ b/rest-client/src/main/java/org/openo/baseservice/roa/util/ServiceUtil.java diff --git a/CommonLibrary/rest-client/src/main/java/org/openo/baseservice/roa/util/clientsdk/HttpUtil.java b/rest-client/src/main/java/org/openo/baseservice/roa/util/clientsdk/HttpUtil.java index 3c6493c..3c6493c 100644 --- a/CommonLibrary/rest-client/src/main/java/org/openo/baseservice/roa/util/clientsdk/HttpUtil.java +++ b/rest-client/src/main/java/org/openo/baseservice/roa/util/clientsdk/HttpUtil.java diff --git a/CommonLibrary/rest-client/src/main/java/org/openo/baseservice/roa/util/clientsdk/JsonUtil.java b/rest-client/src/main/java/org/openo/baseservice/roa/util/clientsdk/JsonUtil.java index 2234e19..2234e19 100644 --- a/CommonLibrary/rest-client/src/main/java/org/openo/baseservice/roa/util/clientsdk/JsonUtil.java +++ b/rest-client/src/main/java/org/openo/baseservice/roa/util/clientsdk/JsonUtil.java diff --git a/CommonLibrary/rest-client/src/main/java/org/openo/baseservice/roa/util/clientsdk/RestClientUtil.java b/rest-client/src/main/java/org/openo/baseservice/roa/util/clientsdk/RestClientUtil.java index b769f0a..b769f0a 100644 --- a/CommonLibrary/rest-client/src/main/java/org/openo/baseservice/roa/util/clientsdk/RestClientUtil.java +++ b/rest-client/src/main/java/org/openo/baseservice/roa/util/clientsdk/RestClientUtil.java diff --git a/CommonLibrary/rest-client/src/main/java/org/openo/baseservice/roa/util/restclient/DefaultAsyncCallback.java b/rest-client/src/main/java/org/openo/baseservice/roa/util/restclient/DefaultAsyncCallback.java index 8195b0d..8195b0d 100644 --- a/CommonLibrary/rest-client/src/main/java/org/openo/baseservice/roa/util/restclient/DefaultAsyncCallback.java +++ b/rest-client/src/main/java/org/openo/baseservice/roa/util/restclient/DefaultAsyncCallback.java diff --git a/CommonLibrary/rest-client/src/main/java/org/openo/baseservice/roa/util/restclient/HttpBaseRest.java b/rest-client/src/main/java/org/openo/baseservice/roa/util/restclient/HttpBaseRest.java index 4f58778..4f58778 100644 --- a/CommonLibrary/rest-client/src/main/java/org/openo/baseservice/roa/util/restclient/HttpBaseRest.java +++ b/rest-client/src/main/java/org/openo/baseservice/roa/util/restclient/HttpBaseRest.java diff --git a/CommonLibrary/rest-client/src/main/java/org/openo/baseservice/roa/util/restclient/HttpRest.java b/rest-client/src/main/java/org/openo/baseservice/roa/util/restclient/HttpRest.java index 50a3538..50a3538 100644 --- a/CommonLibrary/rest-client/src/main/java/org/openo/baseservice/roa/util/restclient/HttpRest.java +++ b/rest-client/src/main/java/org/openo/baseservice/roa/util/restclient/HttpRest.java diff --git a/CommonLibrary/rest-client/src/main/java/org/openo/baseservice/roa/util/restclient/RestHttpContentExchange.java b/rest-client/src/main/java/org/openo/baseservice/roa/util/restclient/RestHttpContentExchange.java index 85118ce..85118ce 100644 --- a/CommonLibrary/rest-client/src/main/java/org/openo/baseservice/roa/util/restclient/RestHttpContentExchange.java +++ b/rest-client/src/main/java/org/openo/baseservice/roa/util/restclient/RestHttpContentExchange.java diff --git a/CommonLibrary/rest-client/src/main/java/org/openo/baseservice/roa/util/restclient/Restful.java b/rest-client/src/main/java/org/openo/baseservice/roa/util/restclient/Restful.java index 7a7c11e..7a7c11e 100644 --- a/CommonLibrary/rest-client/src/main/java/org/openo/baseservice/roa/util/restclient/Restful.java +++ b/rest-client/src/main/java/org/openo/baseservice/roa/util/restclient/Restful.java diff --git a/CommonLibrary/rest-client/src/main/java/org/openo/baseservice/roa/util/restclient/RestfulAsyncCallback.java b/rest-client/src/main/java/org/openo/baseservice/roa/util/restclient/RestfulAsyncCallback.java index bf11c16..bf11c16 100644 --- a/CommonLibrary/rest-client/src/main/java/org/openo/baseservice/roa/util/restclient/RestfulAsyncCallback.java +++ b/rest-client/src/main/java/org/openo/baseservice/roa/util/restclient/RestfulAsyncCallback.java diff --git a/CommonLibrary/rest-client/src/main/java/org/openo/baseservice/roa/util/restclient/RestfulClientConst.java b/rest-client/src/main/java/org/openo/baseservice/roa/util/restclient/RestfulClientConst.java index ef02b7d..ef02b7d 100644 --- a/CommonLibrary/rest-client/src/main/java/org/openo/baseservice/roa/util/restclient/RestfulClientConst.java +++ b/rest-client/src/main/java/org/openo/baseservice/roa/util/restclient/RestfulClientConst.java diff --git a/CommonLibrary/rest-client/src/main/java/org/openo/baseservice/roa/util/restclient/RestfulConfigure.java b/rest-client/src/main/java/org/openo/baseservice/roa/util/restclient/RestfulConfigure.java index 3d0a0ff..3d0a0ff 100644 --- a/CommonLibrary/rest-client/src/main/java/org/openo/baseservice/roa/util/restclient/RestfulConfigure.java +++ b/rest-client/src/main/java/org/openo/baseservice/roa/util/restclient/RestfulConfigure.java diff --git a/CommonLibrary/rest-client/src/main/java/org/openo/baseservice/roa/util/restclient/RestfulFactory.java b/rest-client/src/main/java/org/openo/baseservice/roa/util/restclient/RestfulFactory.java index e53bab1..e53bab1 100644 --- a/CommonLibrary/rest-client/src/main/java/org/openo/baseservice/roa/util/restclient/RestfulFactory.java +++ b/rest-client/src/main/java/org/openo/baseservice/roa/util/restclient/RestfulFactory.java diff --git a/CommonLibrary/rest-client/src/main/java/org/openo/baseservice/roa/util/restclient/RestfulOptions.java b/rest-client/src/main/java/org/openo/baseservice/roa/util/restclient/RestfulOptions.java index 912abf5..912abf5 100644 --- a/CommonLibrary/rest-client/src/main/java/org/openo/baseservice/roa/util/restclient/RestfulOptions.java +++ b/rest-client/src/main/java/org/openo/baseservice/roa/util/restclient/RestfulOptions.java diff --git a/CommonLibrary/rest-client/src/main/java/org/openo/baseservice/roa/util/restclient/RestfulParametes.java b/rest-client/src/main/java/org/openo/baseservice/roa/util/restclient/RestfulParametes.java index c6c5933..c6c5933 100644 --- a/CommonLibrary/rest-client/src/main/java/org/openo/baseservice/roa/util/restclient/RestfulParametes.java +++ b/rest-client/src/main/java/org/openo/baseservice/roa/util/restclient/RestfulParametes.java diff --git a/CommonLibrary/rest-client/src/main/java/org/openo/baseservice/roa/util/restclient/RestfulResponse.java b/rest-client/src/main/java/org/openo/baseservice/roa/util/restclient/RestfulResponse.java index 28a0c6d..28a0c6d 100644 --- a/CommonLibrary/rest-client/src/main/java/org/openo/baseservice/roa/util/restclient/RestfulResponse.java +++ b/rest-client/src/main/java/org/openo/baseservice/roa/util/restclient/RestfulResponse.java diff --git a/CommonLibrary/rest-client/src/test/java/org/openo/baseservice/roa/util/ReaderHelperTest.java b/rest-client/src/test/java/org/openo/baseservice/roa/util/ReaderHelperTest.java index 78f08da..78f08da 100644 --- a/CommonLibrary/rest-client/src/test/java/org/openo/baseservice/roa/util/ReaderHelperTest.java +++ b/rest-client/src/test/java/org/openo/baseservice/roa/util/ReaderHelperTest.java diff --git a/CommonLibrary/rest-client/src/test/java/org/openo/baseservice/roa/util/TestServiceUtil.java b/rest-client/src/test/java/org/openo/baseservice/roa/util/TestServiceUtil.java index f4f93e4..f4f93e4 100644 --- a/CommonLibrary/rest-client/src/test/java/org/openo/baseservice/roa/util/TestServiceUtil.java +++ b/rest-client/src/test/java/org/openo/baseservice/roa/util/TestServiceUtil.java diff --git a/CommonLibrary/rest-client/src/test/java/org/openo/baseservice/roa/util/clientsdk/TestHttpUtil.java b/rest-client/src/test/java/org/openo/baseservice/roa/util/clientsdk/TestHttpUtil.java index 419d4d0..419d4d0 100644 --- a/CommonLibrary/rest-client/src/test/java/org/openo/baseservice/roa/util/clientsdk/TestHttpUtil.java +++ b/rest-client/src/test/java/org/openo/baseservice/roa/util/clientsdk/TestHttpUtil.java diff --git a/CommonLibrary/rest-client/src/test/java/org/openo/baseservice/roa/util/clientsdk/TestJsonUtil.java b/rest-client/src/test/java/org/openo/baseservice/roa/util/clientsdk/TestJsonUtil.java index d532b94..d532b94 100644 --- a/CommonLibrary/rest-client/src/test/java/org/openo/baseservice/roa/util/clientsdk/TestJsonUtil.java +++ b/rest-client/src/test/java/org/openo/baseservice/roa/util/clientsdk/TestJsonUtil.java diff --git a/CommonLibrary/rest-client/src/test/java/org/openo/baseservice/roa/util/clientsdk/TestRestClientUtil.java b/rest-client/src/test/java/org/openo/baseservice/roa/util/clientsdk/TestRestClientUtil.java index 0fcaf40..0fcaf40 100644 --- a/CommonLibrary/rest-client/src/test/java/org/openo/baseservice/roa/util/clientsdk/TestRestClientUtil.java +++ b/rest-client/src/test/java/org/openo/baseservice/roa/util/clientsdk/TestRestClientUtil.java diff --git a/CommonLibrary/rest-client/src/test/java/org/openo/baseservice/roa/util/clientsdk/demo/JsonTestClass.java b/rest-client/src/test/java/org/openo/baseservice/roa/util/clientsdk/demo/JsonTestClass.java index 5833bca..5833bca 100644 --- a/CommonLibrary/rest-client/src/test/java/org/openo/baseservice/roa/util/clientsdk/demo/JsonTestClass.java +++ b/rest-client/src/test/java/org/openo/baseservice/roa/util/clientsdk/demo/JsonTestClass.java diff --git a/CommonLibrary/rest-client/src/test/java/org/openo/baseservice/roa/util/restclient/TestHttpRest.java b/rest-client/src/test/java/org/openo/baseservice/roa/util/restclient/TestHttpRest.java index ac8b4a8..ac8b4a8 100644 --- a/CommonLibrary/rest-client/src/test/java/org/openo/baseservice/roa/util/restclient/TestHttpRest.java +++ b/rest-client/src/test/java/org/openo/baseservice/roa/util/restclient/TestHttpRest.java diff --git a/CommonLibrary/rest-client/src/test/java/org/openo/baseservice/roa/util/restclient/TestRestHttpContentExchange.java b/rest-client/src/test/java/org/openo/baseservice/roa/util/restclient/TestRestHttpContentExchange.java index 094e43d..094e43d 100644 --- a/CommonLibrary/rest-client/src/test/java/org/openo/baseservice/roa/util/restclient/TestRestHttpContentExchange.java +++ b/rest-client/src/test/java/org/openo/baseservice/roa/util/restclient/TestRestHttpContentExchange.java diff --git a/CommonLibrary/rest-client/src/test/java/org/openo/baseservice/roa/util/restclient/TestRestfulConfigure.java b/rest-client/src/test/java/org/openo/baseservice/roa/util/restclient/TestRestfulConfigure.java index 30b5620..30b5620 100644 --- a/CommonLibrary/rest-client/src/test/java/org/openo/baseservice/roa/util/restclient/TestRestfulConfigure.java +++ b/rest-client/src/test/java/org/openo/baseservice/roa/util/restclient/TestRestfulConfigure.java diff --git a/CommonLibrary/rest-client/src/test/java/org/openo/baseservice/roa/util/restclient/TestRestfulFactory.java b/rest-client/src/test/java/org/openo/baseservice/roa/util/restclient/TestRestfulFactory.java index 70c7dea..70c7dea 100644 --- a/CommonLibrary/rest-client/src/test/java/org/openo/baseservice/roa/util/restclient/TestRestfulFactory.java +++ b/rest-client/src/test/java/org/openo/baseservice/roa/util/restclient/TestRestfulFactory.java diff --git a/CommonLibrary/rest-client/src/test/java/org/openo/baseservice/roa/util/restclient/TestRestfulOptions.java b/rest-client/src/test/java/org/openo/baseservice/roa/util/restclient/TestRestfulOptions.java index 624f54c..624f54c 100644 --- a/CommonLibrary/rest-client/src/test/java/org/openo/baseservice/roa/util/restclient/TestRestfulOptions.java +++ b/rest-client/src/test/java/org/openo/baseservice/roa/util/restclient/TestRestfulOptions.java diff --git a/CommonLibrary/rest-client/src/test/java/org/openo/baseservice/roa/util/restclient/TestRestfulParametes.java b/rest-client/src/test/java/org/openo/baseservice/roa/util/restclient/TestRestfulParametes.java index fd6fd9f..fd6fd9f 100644 --- a/CommonLibrary/rest-client/src/test/java/org/openo/baseservice/roa/util/restclient/TestRestfulParametes.java +++ b/rest-client/src/test/java/org/openo/baseservice/roa/util/restclient/TestRestfulParametes.java diff --git a/CommonLibrary/rest-client/src/test/java/org/openo/baseservice/roa/util/restclient/TestRestfulResponse.java b/rest-client/src/test/java/org/openo/baseservice/roa/util/restclient/TestRestfulResponse.java index c837aec..c837aec 100644 --- a/CommonLibrary/rest-client/src/test/java/org/openo/baseservice/roa/util/restclient/TestRestfulResponse.java +++ b/rest-client/src/test/java/org/openo/baseservice/roa/util/restclient/TestRestfulResponse.java diff --git a/CommonLibrary/rest-client/src/test/resources/etc/conf/restclient.json b/rest-client/src/test/resources/etc/conf/restclient.json index 96b749a..96b749a 100644 --- a/CommonLibrary/rest-client/src/test/resources/etc/conf/restclient.json +++ b/rest-client/src/test/resources/etc/conf/restclient.json diff --git a/CommonLibrary/rest-client/src/test/resources/rest-client-test.json b/rest-client/src/test/resources/rest-client-test.json index 230ff36..230ff36 100644 --- a/CommonLibrary/rest-client/src/test/resources/rest-client-test.json +++ b/rest-client/src/test/resources/rest-client-test.json diff --git a/CommonLibrary/rest-client/src/test/resources/sample.txt.gz b/rest-client/src/test/resources/sample.txt.gz Binary files differindex a39ad49..a39ad49 100644 --- a/CommonLibrary/rest-client/src/test/resources/sample.txt.gz +++ b/rest-client/src/test/resources/sample.txt.gz |