Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: michaelgantman/Mgnt
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.6.0.0
Choose a base ref
...
head repository: michaelgantman/Mgnt
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref

Commits on Dec 9, 2021

  1. Javadoc fixes

    Michael Gantman committed Dec 9, 2021
    Copy the full SHA
    6df273f View commit details
  2. Javadoc fix for @see annotation

    Michael Gantman committed Dec 9, 2021
    Copy the full SHA
    b0bfcec View commit details

Commits on Jan 6, 2022

  1. Typo Fix for javadoc

    michaelgantman committed Jan 6, 2022
    Copy the full SHA
    47e9950 View commit details
  2. Typo Fix for javadoc

    michaelgantman committed Jan 6, 2022
    Copy the full SHA
    6a6700f View commit details
  3. Typo Fix for javadoc

    michaelgantman committed Jan 6, 2022
    Copy the full SHA
    398b9b4 View commit details

Commits on Mar 1, 2022

  1. Copy the full SHA
    728d51c View commit details

Commits on Mar 8, 2022

  1. Copy the full SHA
    8446915 View commit details

Commits on Mar 23, 2022

  1. Adding method to HttpClient that can send binary data as body and ret…

    …rieve binary data as response, and its appropriate helper methods
    michaelgantman committed Mar 23, 2022
    Copy the full SHA
    e9bd723 View commit details

Commits on Mar 29, 2022

  1. Copy the full SHA
    fddd72d View commit details

Commits on Apr 6, 2022

  1. Copy the full SHA
    698c067 View commit details
  2. Copy the full SHA
    f03fee2 View commit details
  3. Javadoc 1.6.0.2

    michaelgantman committed Apr 6, 2022
    Copy the full SHA
    92d091d View commit details
  4. Copy the full SHA
    7a30cb5 View commit details
  5. Javadoc

    michaelgantman committed Apr 6, 2022
    Copy the full SHA
    e51d5c8 View commit details

Commits on Jul 4, 2022

  1. Fix encoding body String to bytes

    Method StandardCharsets.UTF_8.encode(data) create ByteBuffer with some extra 0s at the end
    michaelgantman committed Jul 4, 2022
    Copy the full SHA
    70a923a View commit details
  2. Copy the full SHA
    223959d View commit details
  3. Copy the full SHA
    8839e85 View commit details

Commits on Oct 6, 2022

  1. Copy the full SHA
    12953fe View commit details

Commits on Oct 12, 2022

  1. Copy the full SHA
    e77a945 View commit details
  2. Copy the full SHA
    dafe4f3 View commit details
  3. Copy the full SHA
    086aec3 View commit details

Commits on Feb 12, 2023

  1. Copy the full SHA
    d7c3d90 View commit details
  2. Javadoc update

    michaelgantman committed Feb 12, 2023
    Copy the full SHA
    53b82c7 View commit details

Commits on May 7, 2023

  1. Copy the full SHA
    159b224 View commit details

Commits on May 8, 2023

  1. Work in progress

    michaelgantman committed May 8, 2023
    Copy the full SHA
    5b8fd8d View commit details

Commits on May 11, 2023

  1. Fixing Delimiter for relevant packages string when read from system p…

    …roperty or environment variable
    michaelgantman committed May 11, 2023
    Copy the full SHA
    7ac8f1a View commit details

Commits on May 15, 2023

  1. Work in progress

    michaelgantman committed May 15, 2023
    Copy the full SHA
    484ccc0 View commit details

Commits on May 16, 2023

  1. Work in progress

    michaelgantman committed May 16, 2023
    Copy the full SHA
    7ba9c99 View commit details
  2. Small bug fix

    michaelgantman committed May 16, 2023
    Copy the full SHA
    7a6e30b View commit details

Commits on Jun 12, 2023

  1. Copy the full SHA
    a3bdb38 View commit details

Commits on Jun 19, 2023

  1. Javadoc update

    michaelgantman committed Jun 19, 2023
    Copy the full SHA
    410a7c9 View commit details

Commits on Jun 20, 2023

  1. Copy the full SHA
    7e72f62 View commit details

Commits on Jun 21, 2023

  1. Copy the full SHA
    607d50b View commit details

Commits on Jun 25, 2023

  1. Fixing Javadoc typos

    michaelgantman committed Jun 25, 2023
    Copy the full SHA
    f614023 View commit details
  2. Javadoc update

    michaelgantman committed Jun 25, 2023
    Copy the full SHA
    493f870 View commit details

Commits on Dec 27, 2023

  1. Copy the full SHA
    1e29b6f View commit details
  2. Copy the full SHA
    9eb60e8 View commit details
  3. Javadoc update

    michaelgantman committed Dec 27, 2023
    Copy the full SHA
    267fec9 View commit details

Commits on Jun 22, 2025

  1. Add files via upload

    michaelgantman authored Jun 22, 2025
    Copy the full SHA
    16e50ee View commit details
Showing with 5,559 additions and 8,611 deletions.
  1. +3 −3 README.md
  2. +4 −11 docs/allclasses-frame.html
  3. +4 −11 docs/allclasses-noframe.html
  4. +8 −56 docs/com/mgnt/lifecycle/management/BaseEntity.html
  5. +4 −4 docs/com/mgnt/lifecycle/management/BaseEntityFactory.html
  6. +5 −5 docs/com/mgnt/lifecycle/management/backgroundrunner/BackgroundRunnable.html
  7. +3 −3 docs/com/mgnt/lifecycle/management/backgroundrunner/BackgroundRunnableFactory.html
  8. +3 −3 docs/com/mgnt/lifecycle/management/backgroundrunner/BackgroundThreadsRunner.html
  9. +8 −49 docs/com/mgnt/lifecycle/management/backgroundrunner/BaseBackgroundRunnable.html
  10. +2 −35 docs/com/mgnt/lifecycle/management/backgroundrunner/class-use/BackgroundRunnable.html
  11. +2 −2 docs/com/mgnt/lifecycle/management/backgroundrunner/class-use/BackgroundRunnableFactory.html
  12. +2 −2 docs/com/mgnt/lifecycle/management/backgroundrunner/class-use/BackgroundThreadsRunner.html
  13. +3 −54 docs/com/mgnt/lifecycle/management/backgroundrunner/class-use/BaseBackgroundRunnable.html
  14. +0 −271 docs/com/mgnt/lifecycle/management/backgroundrunner/example/BackgroundRunnerUsageExample.html
  15. +0 −532 docs/com/mgnt/lifecycle/management/backgroundrunner/example/TypeOneTask.html
  16. +0 −421 docs/com/mgnt/lifecycle/management/backgroundrunner/example/TypeTwoTask.html
  17. +0 −124 ...om/mgnt/lifecycle/management/backgroundrunner/example/class-use/BackgroundRunnerUsageExample.html
  18. +0 −124 docs/com/mgnt/lifecycle/management/backgroundrunner/example/class-use/TypeOneTask.html
  19. +0 −124 docs/com/mgnt/lifecycle/management/backgroundrunner/example/class-use/TypeTwoTask.html
  20. +0 −22 docs/com/mgnt/lifecycle/management/backgroundrunner/example/package-frame.html
  21. +0 −157 docs/com/mgnt/lifecycle/management/backgroundrunner/example/package-summary.html
  22. +0 −147 docs/com/mgnt/lifecycle/management/backgroundrunner/example/package-tree.html
  23. +0 −124 docs/com/mgnt/lifecycle/management/backgroundrunner/example/package-use.html
  24. +2 −2 docs/com/mgnt/lifecycle/management/backgroundrunner/package-frame.html
  25. +6 −6 docs/com/mgnt/lifecycle/management/backgroundrunner/package-summary.html
  26. +4 −4 docs/com/mgnt/lifecycle/management/backgroundrunner/package-tree.html
  27. +2 −29 docs/com/mgnt/lifecycle/management/backgroundrunner/package-use.html
  28. +2 −86 docs/com/mgnt/lifecycle/management/class-use/BaseEntity.html
  29. +2 −55 docs/com/mgnt/lifecycle/management/class-use/BaseEntityFactory.html
  30. +0 −334 docs/com/mgnt/lifecycle/management/example/BaseInfoFormatter.html
  31. +0 −225 docs/com/mgnt/lifecycle/management/example/InfoFormatter.html
  32. +0 −275 docs/com/mgnt/lifecycle/management/example/InfoFormatterFactory.html
  33. +0 −168 docs/com/mgnt/lifecycle/management/example/class-use/BaseInfoFormatter.html
  34. +0 −219 docs/com/mgnt/lifecycle/management/example/class-use/InfoFormatter.html
  35. +0 −167 docs/com/mgnt/lifecycle/management/example/class-use/InfoFormatterFactory.html
  36. +258 −303 docs/com/mgnt/lifecycle/management/example/implementations/JsonInfoFormatter.html
  37. +258 −303 docs/com/mgnt/lifecycle/management/example/implementations/XmlInfoFormatter.html
  38. +124 −124 docs/com/mgnt/lifecycle/management/example/implementations/class-use/JsonInfoFormatter.html
  39. +124 −124 docs/com/mgnt/lifecycle/management/example/implementations/class-use/XmlInfoFormatter.html
  40. +21 −21 docs/com/mgnt/lifecycle/management/example/implementations/package-frame.html
  41. +146 −146 docs/com/mgnt/lifecycle/management/example/implementations/package-summary.html
  42. +146 −146 docs/com/mgnt/lifecycle/management/example/implementations/package-tree.html
  43. +124 −124 docs/com/mgnt/lifecycle/management/example/implementations/package-use.html
  44. +271 −271 docs/com/mgnt/lifecycle/management/example/implementations/usage/UsageExample.html
  45. +124 −124 docs/com/mgnt/lifecycle/management/example/implementations/usage/class-use/UsageExample.html
  46. +20 −20 docs/com/mgnt/lifecycle/management/example/implementations/usage/package-frame.html
  47. +142 −142 docs/com/mgnt/lifecycle/management/example/implementations/usage/package-summary.html
  48. +137 −137 docs/com/mgnt/lifecycle/management/example/implementations/usage/package-tree.html
  49. +124 −124 docs/com/mgnt/lifecycle/management/example/implementations/usage/package-use.html
  50. +0 −25 docs/com/mgnt/lifecycle/management/example/package-frame.html
  51. +0 −173 docs/com/mgnt/lifecycle/management/example/package-summary.html
  52. +0 −150 docs/com/mgnt/lifecycle/management/example/package-tree.html
  53. +0 −185 docs/com/mgnt/lifecycle/management/example/package-use.html
  54. +5 −5 docs/com/mgnt/lifecycle/management/httpclient/HttpClient.HttpMethod.html
  55. +286 −297 docs/com/mgnt/lifecycle/management/httpclient/HttpClient.html
  56. +422 −0 docs/com/mgnt/lifecycle/management/httpclient/HttpClientCommunicationException.html
  57. +424 −0 docs/com/mgnt/lifecycle/management/httpclient/ResponseHolder.html
  58. +42 −27 docs/com/mgnt/lifecycle/management/httpclient/class-use/HttpClient.HttpMethod.html
  59. +71 −3 docs/com/mgnt/lifecycle/management/httpclient/class-use/HttpClient.html
  60. +249 −0 docs/com/mgnt/lifecycle/management/httpclient/class-use/HttpClientCommunicationException.html
  61. +290 −0 docs/com/mgnt/lifecycle/management/httpclient/class-use/ResponseHolder.html
  62. +7 −2 docs/com/mgnt/lifecycle/management/httpclient/package-frame.html
  63. +29 −6 docs/com/mgnt/lifecycle/management/httpclient/package-summary.html
  64. +18 −4 docs/com/mgnt/lifecycle/management/httpclient/package-tree.html
  65. +18 −2 docs/com/mgnt/lifecycle/management/httpclient/package-use.html
  66. +2 −2 docs/com/mgnt/lifecycle/management/package-frame.html
  67. +17 −17 docs/com/mgnt/lifecycle/management/package-summary.html
  68. +2 −2 docs/com/mgnt/lifecycle/management/package-tree.html
  69. +2 −100 docs/com/mgnt/lifecycle/management/package-use.html
  70. +3 −3 docs/com/mgnt/utils/FileUtils.html
  71. +28 −19 docs/com/mgnt/utils/JsonUtils.html
  72. +3 −3 docs/com/mgnt/utils/StringUnicodeEncoderDecoder.html
  73. +79 −180 docs/com/mgnt/utils/TextUtils.html
  74. +3 −3 docs/com/mgnt/utils/TimeUtils.html
  75. +3 −3 docs/com/mgnt/utils/WebUtils.html
  76. +2 −2 docs/com/mgnt/utils/class-use/FileUtils.html
  77. +2 −2 docs/com/mgnt/utils/class-use/JsonUtils.html
  78. +2 −2 docs/com/mgnt/utils/class-use/StringUnicodeEncoderDecoder.html
  79. +2 −2 docs/com/mgnt/utils/class-use/TextUtils.html
  80. +2 −2 docs/com/mgnt/utils/class-use/TimeUtils.html
  81. +2 −2 docs/com/mgnt/utils/class-use/WebUtils.html
  82. +72 −16 docs/com/mgnt/utils/entities/TimeInterval.html
  83. +23 −70 docs/com/mgnt/utils/entities/class-use/TimeInterval.html
  84. +2 −2 docs/com/mgnt/utils/entities/package-frame.html
  85. +2 −2 docs/com/mgnt/utils/entities/package-summary.html
  86. +3 −3 docs/com/mgnt/utils/entities/package-tree.html
  87. +14 −14 docs/com/mgnt/utils/entities/package-use.html
  88. +2 −2 docs/com/mgnt/utils/package-frame.html
  89. +2 −2 docs/com/mgnt/utils/package-summary.html
  90. +2 −2 docs/com/mgnt/utils/package-tree.html
  91. +2 −2 docs/com/mgnt/utils/package-use.html
  92. +3 −3 docs/com/mgnt/utils/textutils/InvalidVersionFormatException.html
  93. +3 −3 docs/com/mgnt/utils/textutils/InvalidVersionRangeException.html
  94. +3 −3 docs/com/mgnt/utils/textutils/Version.html
  95. +3 −3 docs/com/mgnt/utils/textutils/VersionComparator.html
  96. +3 −3 docs/com/mgnt/utils/textutils/VersionRange.html
  97. +2 −2 docs/com/mgnt/utils/textutils/class-use/InvalidVersionFormatException.html
  98. +2 −2 docs/com/mgnt/utils/textutils/class-use/InvalidVersionRangeException.html
  99. +2 −2 docs/com/mgnt/utils/textutils/class-use/Version.html
  100. +2 −2 docs/com/mgnt/utils/textutils/class-use/VersionComparator.html
  101. +2 −2 docs/com/mgnt/utils/textutils/class-use/VersionRange.html
  102. +2 −2 docs/com/mgnt/utils/textutils/package-frame.html
  103. +2 −2 docs/com/mgnt/utils/textutils/package-summary.html
  104. +2 −2 docs/com/mgnt/utils/textutils/package-tree.html
  105. +2 −2 docs/com/mgnt/utils/textutils/package-use.html
  106. +2 −42 docs/constant-values.html
  107. +2 −2 docs/deprecated-list.html
  108. +1 −0 docs/googled620e43ce9377e9e.html
  109. +2 −2 docs/help-doc.html
  110. +4 −14 docs/index-files/index-1.html
  111. +4 −10 docs/index-files/index-10.html
  112. +78 −12 docs/index-files/index-11.html
  113. +27 −66 docs/index-files/index-12.html
  114. +148 −24 docs/index-files/index-13.html
  115. +37 −124 docs/index-files/index-14.html
  116. +34 −60 docs/index-files/index-15.html
  117. +23 −12 docs/index-files/index-16.html
  118. +142 −173 docs/index-files/index-17.html
  119. +131 −142 docs/index-files/index-18.html
  120. +0 −131 docs/index-files/index-19.html
  121. +6 −15 docs/index-files/index-2.html
  122. +4 −14 docs/index-files/index-3.html
  123. +6 −4 docs/index-files/index-4.html
  124. +4 −8 docs/index-files/index-5.html
  125. +18 −59 docs/index-files/index-6.html
  126. +29 −8 docs/index-files/index-7.html
  127. +4 −24 docs/index-files/index-8.html
  128. +4 −8 docs/index-files/index-9.html
  129. +1 −1 docs/index.html
  130. +2 −6 docs/overview-frame.html
  131. +3 −22 docs/overview-summary.html
  132. +10 −23 docs/overview-tree.html
  133. +0 −4 docs/package-list
  134. +23 −2 docs/serialized-form.html
  135. +11 −6 pom.xml
  136. +247 −156 src/main/java/com/mgnt/lifecycle/management/httpclient/HttpClient.java
  137. +58 −0 src/main/java/com/mgnt/lifecycle/management/httpclient/HttpClientCommunicationException.java
  138. +87 −0 src/main/java/com/mgnt/lifecycle/management/httpclient/ResponseHolder.java
  139. +23 −17 src/main/java/com/mgnt/utils/JsonUtils.java
  140. +89 −84 src/main/java/com/mgnt/utils/TextUtils.java
  141. +34 −1 src/main/java/com/mgnt/utils/entities/TimeInterval.java
  142. +1 −1 src/main/resources/overview.html
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -63,18 +63,18 @@ This library is available on Maven Central. Here are the artifacts:<br>
&lt;dependency&gt;<br>
&nbsp;&nbsp;&lt;groupId&gt;com.github.michaelgantman&lt;&#47;groupId&gt;<br>
&nbsp;&nbsp;&lt;artifactId&gt;MgntUtils&lt;&#47;artifactId&gt;<br>
&nbsp;&nbsp;&lt;version&gt;1.6.0.0&lt;&#47;version&gt;<br>
&nbsp;&nbsp;&lt;version&gt;1.7.0.1&lt;&#47;version&gt;<br>
&lt;&#47;dependency&gt;<br><br>
&lt;dependency&gt;<br>
&nbsp;&nbsp;&lt;groupId&gt;com.github.michaelgantman&lt;&#47;groupId&gt;<br>
&nbsp;&nbsp;&lt;artifactId&gt;MgntUtils&lt;&#47;artifactId&gt;<br>
&nbsp;&nbsp;&lt;version&gt;1.6.0.0&lt;&#47;version&gt;<br>
&nbsp;&nbsp;&lt;version&gt;1.7.0.1&lt;&#47;version&gt;<br>
&nbsp;&nbsp;&lt;classifier&gt;javadoc&lt;&#47;classifier&gt;<br>
&lt;&#47;dependency&gt;<br><br>
&lt;dependency&gt;<br>
&nbsp;&nbsp;&lt;groupId&gt;com.github.michaelgantman&lt;&#47;groupId&gt;<br>
&nbsp;&nbsp;&lt;artifactId&gt;MgntUtils&lt;&#47;artifactId&gt;<br>
&nbsp;&nbsp;&lt;version&gt;1.6.0.0&lt;&#47;version&gt;<br>
&nbsp;&nbsp;&lt;version&gt;1.7.0.1&lt;&#47;version&gt;<br>
&nbsp;&nbsp;&lt;classifier&gt;sources&lt;&#47;classifier&gt;<br>
&lt;&#47;dependency&gt;<br>
</p>
15 changes: 4 additions & 11 deletions docs/allclasses-frame.html
Original file line number Diff line number Diff line change
@@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_261) on Wed Dec 08 22:44:36 IST 2021 -->
<!-- Generated by javadoc (1.8.0_311) on Wed Dec 27 18:14:24 IST 2023 -->
<title>All Classes</title>
<meta name="date" content="2021-12-08">
<meta name="date" content="2023-12-27">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
@@ -14,33 +14,26 @@ <h1 class="bar">All&nbsp;Classes</h1>
<ul>
<li><a href="com/mgnt/lifecycle/management/backgroundrunner/BackgroundRunnable.html" title="interface in com.mgnt.lifecycle.management.backgroundrunner" target="classFrame"><span class="interfaceName">BackgroundRunnable</span></a></li>
<li><a href="com/mgnt/lifecycle/management/backgroundrunner/BackgroundRunnableFactory.html" title="class in com.mgnt.lifecycle.management.backgroundrunner" target="classFrame">BackgroundRunnableFactory</a></li>
<li><a href="com/mgnt/lifecycle/management/backgroundrunner/example/BackgroundRunnerUsageExample.html" title="class in com.mgnt.lifecycle.management.backgroundrunner.example" target="classFrame">BackgroundRunnerUsageExample</a></li>
<li><a href="com/mgnt/lifecycle/management/backgroundrunner/BackgroundThreadsRunner.html" title="class in com.mgnt.lifecycle.management.backgroundrunner" target="classFrame">BackgroundThreadsRunner</a></li>
<li><a href="com/mgnt/lifecycle/management/backgroundrunner/BaseBackgroundRunnable.html" title="class in com.mgnt.lifecycle.management.backgroundrunner" target="classFrame">BaseBackgroundRunnable</a></li>
<li><a href="com/mgnt/lifecycle/management/BaseEntity.html" title="class in com.mgnt.lifecycle.management" target="classFrame">BaseEntity</a></li>
<li><a href="com/mgnt/lifecycle/management/BaseEntityFactory.html" title="class in com.mgnt.lifecycle.management" target="classFrame">BaseEntityFactory</a></li>
<li><a href="com/mgnt/lifecycle/management/example/BaseInfoFormatter.html" title="class in com.mgnt.lifecycle.management.example" target="classFrame">BaseInfoFormatter</a></li>
<li><a href="com/mgnt/utils/FileUtils.html" title="class in com.mgnt.utils" target="classFrame">FileUtils</a></li>
<li><a href="com/mgnt/lifecycle/management/httpclient/HttpClient.html" title="class in com.mgnt.lifecycle.management.httpclient" target="classFrame">HttpClient</a></li>
<li><a href="com/mgnt/lifecycle/management/httpclient/HttpClient.HttpMethod.html" title="enum in com.mgnt.lifecycle.management.httpclient" target="classFrame">HttpClient.HttpMethod</a></li>
<li><a href="com/mgnt/lifecycle/management/example/InfoFormatter.html" title="interface in com.mgnt.lifecycle.management.example" target="classFrame"><span class="interfaceName">InfoFormatter</span></a></li>
<li><a href="com/mgnt/lifecycle/management/example/InfoFormatterFactory.html" title="class in com.mgnt.lifecycle.management.example" target="classFrame">InfoFormatterFactory</a></li>
<li><a href="com/mgnt/lifecycle/management/httpclient/HttpClientCommunicationException.html" title="class in com.mgnt.lifecycle.management.httpclient" target="classFrame">HttpClientCommunicationException</a></li>
<li><a href="com/mgnt/utils/textutils/InvalidVersionFormatException.html" title="class in com.mgnt.utils.textutils" target="classFrame">InvalidVersionFormatException</a></li>
<li><a href="com/mgnt/utils/textutils/InvalidVersionRangeException.html" title="class in com.mgnt.utils.textutils" target="classFrame">InvalidVersionRangeException</a></li>
<li><a href="com/mgnt/lifecycle/management/example/implementations/JsonInfoFormatter.html" title="class in com.mgnt.lifecycle.management.example.implementations" target="classFrame">JsonInfoFormatter</a></li>
<li><a href="com/mgnt/utils/JsonUtils.html" title="class in com.mgnt.utils" target="classFrame">JsonUtils</a></li>
<li><a href="com/mgnt/lifecycle/management/httpclient/ResponseHolder.html" title="class in com.mgnt.lifecycle.management.httpclient" target="classFrame">ResponseHolder</a></li>
<li><a href="com/mgnt/utils/StringUnicodeEncoderDecoder.html" title="class in com.mgnt.utils" target="classFrame">StringUnicodeEncoderDecoder</a></li>
<li><a href="com/mgnt/utils/TextUtils.html" title="class in com.mgnt.utils" target="classFrame">TextUtils</a></li>
<li><a href="com/mgnt/utils/entities/TimeInterval.html" title="class in com.mgnt.utils.entities" target="classFrame">TimeInterval</a></li>
<li><a href="com/mgnt/utils/TimeUtils.html" title="class in com.mgnt.utils" target="classFrame">TimeUtils</a></li>
<li><a href="com/mgnt/lifecycle/management/backgroundrunner/example/TypeOneTask.html" title="class in com.mgnt.lifecycle.management.backgroundrunner.example" target="classFrame">TypeOneTask</a></li>
<li><a href="com/mgnt/lifecycle/management/backgroundrunner/example/TypeTwoTask.html" title="class in com.mgnt.lifecycle.management.backgroundrunner.example" target="classFrame">TypeTwoTask</a></li>
<li><a href="com/mgnt/lifecycle/management/example/implementations/usage/UsageExample.html" title="class in com.mgnt.lifecycle.management.example.implementations.usage" target="classFrame">UsageExample</a></li>
<li><a href="com/mgnt/utils/textutils/Version.html" title="class in com.mgnt.utils.textutils" target="classFrame">Version</a></li>
<li><a href="com/mgnt/utils/textutils/VersionComparator.html" title="class in com.mgnt.utils.textutils" target="classFrame">VersionComparator</a></li>
<li><a href="com/mgnt/utils/textutils/VersionRange.html" title="class in com.mgnt.utils.textutils" target="classFrame">VersionRange</a></li>
<li><a href="com/mgnt/utils/WebUtils.html" title="class in com.mgnt.utils" target="classFrame">WebUtils</a></li>
<li><a href="com/mgnt/lifecycle/management/example/implementations/XmlInfoFormatter.html" title="class in com.mgnt.lifecycle.management.example.implementations" target="classFrame">XmlInfoFormatter</a></li>
</ul>
</div>
</body>
15 changes: 4 additions & 11 deletions docs/allclasses-noframe.html
Original file line number Diff line number Diff line change
@@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_261) on Wed Dec 08 22:44:36 IST 2021 -->
<!-- Generated by javadoc (1.8.0_311) on Wed Dec 27 18:14:24 IST 2023 -->
<title>All Classes</title>
<meta name="date" content="2021-12-08">
<meta name="date" content="2023-12-27">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
@@ -14,33 +14,26 @@ <h1 class="bar">All&nbsp;Classes</h1>
<ul>
<li><a href="com/mgnt/lifecycle/management/backgroundrunner/BackgroundRunnable.html" title="interface in com.mgnt.lifecycle.management.backgroundrunner"><span class="interfaceName">BackgroundRunnable</span></a></li>
<li><a href="com/mgnt/lifecycle/management/backgroundrunner/BackgroundRunnableFactory.html" title="class in com.mgnt.lifecycle.management.backgroundrunner">BackgroundRunnableFactory</a></li>
<li><a href="com/mgnt/lifecycle/management/backgroundrunner/example/BackgroundRunnerUsageExample.html" title="class in com.mgnt.lifecycle.management.backgroundrunner.example">BackgroundRunnerUsageExample</a></li>
<li><a href="com/mgnt/lifecycle/management/backgroundrunner/BackgroundThreadsRunner.html" title="class in com.mgnt.lifecycle.management.backgroundrunner">BackgroundThreadsRunner</a></li>
<li><a href="com/mgnt/lifecycle/management/backgroundrunner/BaseBackgroundRunnable.html" title="class in com.mgnt.lifecycle.management.backgroundrunner">BaseBackgroundRunnable</a></li>
<li><a href="com/mgnt/lifecycle/management/BaseEntity.html" title="class in com.mgnt.lifecycle.management">BaseEntity</a></li>
<li><a href="com/mgnt/lifecycle/management/BaseEntityFactory.html" title="class in com.mgnt.lifecycle.management">BaseEntityFactory</a></li>
<li><a href="com/mgnt/lifecycle/management/example/BaseInfoFormatter.html" title="class in com.mgnt.lifecycle.management.example">BaseInfoFormatter</a></li>
<li><a href="com/mgnt/utils/FileUtils.html" title="class in com.mgnt.utils">FileUtils</a></li>
<li><a href="com/mgnt/lifecycle/management/httpclient/HttpClient.html" title="class in com.mgnt.lifecycle.management.httpclient">HttpClient</a></li>
<li><a href="com/mgnt/lifecycle/management/httpclient/HttpClient.HttpMethod.html" title="enum in com.mgnt.lifecycle.management.httpclient">HttpClient.HttpMethod</a></li>
<li><a href="com/mgnt/lifecycle/management/example/InfoFormatter.html" title="interface in com.mgnt.lifecycle.management.example"><span class="interfaceName">InfoFormatter</span></a></li>
<li><a href="com/mgnt/lifecycle/management/example/InfoFormatterFactory.html" title="class in com.mgnt.lifecycle.management.example">InfoFormatterFactory</a></li>
<li><a href="com/mgnt/lifecycle/management/httpclient/HttpClientCommunicationException.html" title="class in com.mgnt.lifecycle.management.httpclient">HttpClientCommunicationException</a></li>
<li><a href="com/mgnt/utils/textutils/InvalidVersionFormatException.html" title="class in com.mgnt.utils.textutils">InvalidVersionFormatException</a></li>
<li><a href="com/mgnt/utils/textutils/InvalidVersionRangeException.html" title="class in com.mgnt.utils.textutils">InvalidVersionRangeException</a></li>
<li><a href="com/mgnt/lifecycle/management/example/implementations/JsonInfoFormatter.html" title="class in com.mgnt.lifecycle.management.example.implementations">JsonInfoFormatter</a></li>
<li><a href="com/mgnt/utils/JsonUtils.html" title="class in com.mgnt.utils">JsonUtils</a></li>
<li><a href="com/mgnt/lifecycle/management/httpclient/ResponseHolder.html" title="class in com.mgnt.lifecycle.management.httpclient">ResponseHolder</a></li>
<li><a href="com/mgnt/utils/StringUnicodeEncoderDecoder.html" title="class in com.mgnt.utils">StringUnicodeEncoderDecoder</a></li>
<li><a href="com/mgnt/utils/TextUtils.html" title="class in com.mgnt.utils">TextUtils</a></li>
<li><a href="com/mgnt/utils/entities/TimeInterval.html" title="class in com.mgnt.utils.entities">TimeInterval</a></li>
<li><a href="com/mgnt/utils/TimeUtils.html" title="class in com.mgnt.utils">TimeUtils</a></li>
<li><a href="com/mgnt/lifecycle/management/backgroundrunner/example/TypeOneTask.html" title="class in com.mgnt.lifecycle.management.backgroundrunner.example">TypeOneTask</a></li>
<li><a href="com/mgnt/lifecycle/management/backgroundrunner/example/TypeTwoTask.html" title="class in com.mgnt.lifecycle.management.backgroundrunner.example">TypeTwoTask</a></li>
<li><a href="com/mgnt/lifecycle/management/example/implementations/usage/UsageExample.html" title="class in com.mgnt.lifecycle.management.example.implementations.usage">UsageExample</a></li>
<li><a href="com/mgnt/utils/textutils/Version.html" title="class in com.mgnt.utils.textutils">Version</a></li>
<li><a href="com/mgnt/utils/textutils/VersionComparator.html" title="class in com.mgnt.utils.textutils">VersionComparator</a></li>
<li><a href="com/mgnt/utils/textutils/VersionRange.html" title="class in com.mgnt.utils.textutils">VersionRange</a></li>
<li><a href="com/mgnt/utils/WebUtils.html" title="class in com.mgnt.utils">WebUtils</a></li>
<li><a href="com/mgnt/lifecycle/management/example/implementations/XmlInfoFormatter.html" title="class in com.mgnt.lifecycle.management.example.implementations">XmlInfoFormatter</a></li>
</ul>
</div>
</body>
64 changes: 8 additions & 56 deletions docs/com/mgnt/lifecycle/management/BaseEntity.html
Original file line number Diff line number Diff line change
@@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_261) on Wed Dec 08 22:44:36 IST 2021 -->
<!-- Generated by javadoc (1.8.0_311) on Wed Dec 27 18:14:24 IST 2023 -->
<title>BaseEntity</title>
<meta name="date" content="2021-12-08">
<meta name="date" content="2023-12-27">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
@@ -18,12 +18,6 @@
catch(err) {
}
//-->
var methods = {"i0":9};
var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
@@ -77,13 +71,13 @@
<li>Nested&nbsp;|&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
<li><a href="#methods.inherited.from.class.java.lang.Object">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
<li>Method</li>
</ul>
</div>
<a name="skip.navbar.top">
@@ -113,7 +107,7 @@ <h2 title="Class BaseEntity" class="title">Class BaseEntity&lt;I&gt;</h2>
</dl>
<dl>
<dt>Direct Known Subclasses:</dt>
<dd><a href="../../../../com/mgnt/lifecycle/management/backgroundrunner/BaseBackgroundRunnable.html" title="class in com.mgnt.lifecycle.management.backgroundrunner">BaseBackgroundRunnable</a>, <a href="../../../../com/mgnt/lifecycle/management/example/BaseInfoFormatter.html" title="class in com.mgnt.lifecycle.management.example">BaseInfoFormatter</a></dd>
<dd><a href="../../../../com/mgnt/lifecycle/management/backgroundrunner/BaseBackgroundRunnable.html" title="class in com.mgnt.lifecycle.management.backgroundrunner">BaseBackgroundRunnable</a></dd>
</dl>
<hr>
<br>
@@ -164,26 +158,12 @@ <h3>Constructor Summary</h3>
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code>protected static &lt;I&gt;&nbsp;void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/mgnt/lifecycle/management/BaseEntity.html#init-java.lang.String-com.mgnt.lifecycle.management.BaseEntityFactory-">init</a></span>(java.lang.String&nbsp;type,
<a href="../../../../com/mgnt/lifecycle/management/BaseEntityFactory.html" title="class in com.mgnt.lifecycle.management">BaseEntityFactory</a>&lt;I&gt;&nbsp;factory)</code>
<div class="block">This method puts the relevant factory into internal Factory map.</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
<code>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
</ul>
</li>
</ul>
@@ -233,34 +213,6 @@ <h4>BaseEntity</h4>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="init-java.lang.String-com.mgnt.lifecycle.management.BaseEntityFactory-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>init</h4>
<pre>protected static&nbsp;&lt;I&gt;&nbsp;void&nbsp;init(java.lang.String&nbsp;type,
<a href="../../../../com/mgnt/lifecycle/management/BaseEntityFactory.html" title="class in com.mgnt.lifecycle.management">BaseEntityFactory</a>&lt;I&gt;&nbsp;factory)</pre>
<div class="block">This method puts the relevant factory into internal Factory map. This method MUST be explicitly
called by static initializer block in one of the implementations of the interface. It is recommended
to place this initializer into abstract parent of all the implementations of the Interface</div>
<dl>
<dt><span class="paramLabel">Type Parameters:</span></dt>
<dd><code>I</code> - </dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>type</code> - </dd>
<dd><code>factory</code> - </dd>
</dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
@@ -315,13 +267,13 @@ <h4>init</h4>
<li>Nested&nbsp;|&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
<li><a href="#methods.inherited.from.class.java.lang.Object">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
<li>Method</li>
</ul>
</div>
<a name="skip.navbar.bottom">
8 changes: 4 additions & 4 deletions docs/com/mgnt/lifecycle/management/BaseEntityFactory.html
Original file line number Diff line number Diff line change
@@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_261) on Wed Dec 08 22:44:36 IST 2021 -->
<!-- Generated by javadoc (1.8.0_311) on Wed Dec 27 18:14:24 IST 2023 -->
<title>BaseEntityFactory</title>
<meta name="date" content="2021-12-08">
<meta name="date" content="2023-12-27">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
@@ -113,7 +113,7 @@ <h2 title="Class BaseEntityFactory" class="title">Class BaseEntityFactory&lt;I&g
</dl>
<dl>
<dt>Direct Known Subclasses:</dt>
<dd><a href="../../../../com/mgnt/lifecycle/management/backgroundrunner/BackgroundRunnableFactory.html" title="class in com.mgnt.lifecycle.management.backgroundrunner">BackgroundRunnableFactory</a>, <a href="../../../../com/mgnt/lifecycle/management/example/InfoFormatterFactory.html" title="class in com.mgnt.lifecycle.management.example">InfoFormatterFactory</a></dd>
<dd><a href="../../../../com/mgnt/lifecycle/management/backgroundrunner/BackgroundRunnableFactory.html" title="class in com.mgnt.lifecycle.management.backgroundrunner">BackgroundRunnableFactory</a></dd>
</dl>
<hr>
<br>
@@ -174,7 +174,7 @@ <h3>Method Summary</h3>
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
<code>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
</ul>
</li>
</ul>
Loading