Repository: commons-text
Updated Branches:
  refs/heads/master 7ee9a6538 -> 1b9618792


Sort list items in Javadoc list of lookups.

Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/1b961879
Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/1b961879
Diff: http://git-wip-us.apache.org/repos/asf/commons-text/diff/1b961879

Branch: refs/heads/master
Commit: 1b96187920701a2fb0a021ab9088e3cc30556bd2
Parents: 7ee9a65
Author: Gary Gregory <[email protected]>
Authored: Thu Oct 4 12:54:10 2018 -0600
Committer: Gary Gregory <[email protected]>
Committed: Thu Oct 4 12:54:10 2018 -0600

----------------------------------------------------------------------
 .../text/lookup/StringLookupFactory.java        | 90 ++++++++++----------
 1 file changed, 46 insertions(+), 44 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-text/blob/1b961879/src/main/java/org/apache/commons/text/lookup/StringLookupFactory.java
----------------------------------------------------------------------
diff --git 
a/src/main/java/org/apache/commons/text/lookup/StringLookupFactory.java 
b/src/main/java/org/apache/commons/text/lookup/StringLookupFactory.java
index 4a91500..8bd0ab1 100644
--- a/src/main/java/org/apache/commons/text/lookup/StringLookupFactory.java
+++ b/src/main/java/org/apache/commons/text/lookup/StringLookupFactory.java
@@ -22,20 +22,21 @@ import java.util.Map;
 /**
  * Provides access to lookups defined in this package.
  * <ul>
- * <li>"sys" for the {@link SystemPropertyStringLookup}.</li>
+ * <li>"base64" for the {@link Base64StringLookup} since 1.5.</li>
+ * <li>"const" for the {@link ConstantStringLookup} since 1.5.</li>
+ * <li>"date" for the {@link DateStringLookup}.</li>
  * <li>"env" for the {@link EnvironmentVariableStringLookup}.</li>
+ * <li>"file" for the {@link FileStringLookup} since 1.5.</li>
  * <li>"java" for the {@link JavaPlatformStringLookup}.</li>
- * <li>"date" for the {@link DateStringLookup}.</li>
- * <li>"localhost" for the {@link LocalHostStringLookup} since 1.3.</li>
- * <li>"xml" for the {@link XmlStringLookup} since 1.5.</li>
+ * <li>"localhost" for the {@link LocalHostStringLookup}, see {@link 
#localHostStringLookup()} for key names; since
+ * 1.3.</li>
  * <li>"properties" for the {@link PropertiesStringLookup} since 1.5.</li>
  * <li>"script" for the {@link ScriptStringLookup} since 1.5.</li>
- * <li>"file" for the {@link FileStringLookup} since 1.5.</li>
+ * <li>"sys" for the {@link SystemPropertyStringLookup}.</li>
  * <li>"url" for the {@link UrlStringLookup} since 1.5.</li>
- * <li>"base64" for the {@link Base64StringLookup} since 1.5.</li>
- * <li>"urlEncode" for the {@link UrlEncoderStringLookup} since 1.5.</li>
  * <li>"urlDecode" for the {@link UrlDecoderStringLookup} since 1.5.</li>
- * <li>"const" for the {@link ConstantStringLookup} since 1.5.</li>
+ * <li>"urlEncode" for the {@link UrlEncoderStringLookup} since 1.5.</li>
+ * <li>"xml" for the {@link XmlStringLookup} since 1.5.</li>
  * </ul>
  *
  * @since 1.3
@@ -66,20 +67,21 @@ public final class StringLookupFactory {
     /**
      * The following lookups are installed:
      * <ul>
-     * <li>"sys" for the {@link SystemPropertyStringLookup}.</li>
+     * <li>"base64" for the {@link Base64StringLookup} since 1.5.</li>
+     * <li>"const" for the {@link ConstantStringLookup} since 1.5.</li>
+     * <li>"date" for the {@link DateStringLookup}.</li>
      * <li>"env" for the {@link EnvironmentVariableStringLookup}.</li>
+     * <li>"file" for the {@link FileStringLookup} since 1.5.</li>
      * <li>"java" for the {@link JavaPlatformStringLookup}.</li>
-     * <li>"date" for the {@link DateStringLookup}.</li>
-     * <li>"localhost" for the {@link LocalHostStringLookup} since 1.3.</li>
-     * <li>"xml" for the {@link XmlStringLookup} since 1.5.</li>
+     * <li>"localhost" for the {@link LocalHostStringLookup}, see {@link 
#localHostStringLookup()} for key names; since
+     * 1.3.</li>
      * <li>"properties" for the {@link PropertiesStringLookup} since 1.5.</li>
      * <li>"script" for the {@link ScriptStringLookup} since 1.5.</li>
-     * <li>"file" for the {@link FileStringLookup} since 1.5.</li>
+     * <li>"sys" for the {@link SystemPropertyStringLookup}.</li>
      * <li>"url" for the {@link UrlStringLookup} since 1.5.</li>
-     * <li>"base64" for the {@link Base64StringLookup} since 1.5.</li>
-     * <li>"urlEncode" for the {@link UrlEncoderStringLookup} since 1.5.</li>
      * <li>"urlDecode" for the {@link UrlDecoderStringLookup} since 1.5.</li>
-     * <li>"const" for the {@link ConstantStringLookup} since 1.5.</li>
+     * <li>"urlEncode" for the {@link UrlEncoderStringLookup} since 1.5.</li>
+     * <li>"xml" for the {@link XmlStringLookup} since 1.5.</li>
      * </ul>
      *
      * @param stringLookupMap
@@ -167,21 +169,21 @@ public final class StringLookupFactory {
      * The following lookups are used by default:
      * </p>
      * <ul>
-     * <li>"sys" for the {@link SystemPropertyStringLookup}.</li>
+     * <li>"base64" for the {@link Base64StringLookup} since 1.5.</li>
+     * <li>"const" for the {@link ConstantStringLookup} since 1.5.</li>
+     * <li>"date" for the {@link DateStringLookup}.</li>
      * <li>"env" for the {@link EnvironmentVariableStringLookup}.</li>
+     * <li>"file" for the {@link FileStringLookup} since 1.5.</li>
      * <li>"java" for the {@link JavaPlatformStringLookup}.</li>
-     * <li>"date" for the {@link DateStringLookup}.</li>
      * <li>"localhost" for the {@link LocalHostStringLookup}, see {@link 
#localHostStringLookup()} for key names; since
      * 1.3.</li>
-     * <li>"xml" for the {@link XmlStringLookup} since 1.5.</li>
      * <li>"properties" for the {@link PropertiesStringLookup} since 1.5.</li>
      * <li>"script" for the {@link ScriptStringLookup} since 1.5.</li>
-     * <li>"file" for the {@link FileStringLookup} since 1.5.</li>
+     * <li>"sys" for the {@link SystemPropertyStringLookup}.</li>
      * <li>"url" for the {@link UrlStringLookup} since 1.5.</li>
-     * <li>"base64" for the {@link Base64StringLookup} since 1.5.</li>
-     * <li>"urlEncode" for the {@link UrlEncoderStringLookup} since 1.5.</li>
      * <li>"urlDecode" for the {@link UrlDecoderStringLookup} since 1.5.</li>
-     * <li>"const" for the {@link ConstantStringLookup} since 1.5.</li>
+     * <li>"urlEncode" for the {@link UrlEncoderStringLookup} since 1.5.</li>
+     * <li>"xml" for the {@link XmlStringLookup} since 1.5.</li>
      * </ul>
      *
      * @return a new InterpolatorStringLookup.
@@ -197,21 +199,21 @@ public final class StringLookupFactory {
      * {@code stringLookupMap}:
      * </p>
      * <ul>
-     * <li>"sys" for the {@link SystemPropertyStringLookup}.</li>
+     * <li>"base64" for the {@link Base64StringLookup} since 1.5.</li>
+     * <li>"const" for the {@link ConstantStringLookup} since 1.5.</li>
+     * <li>"date" for the {@link DateStringLookup}.</li>
      * <li>"env" for the {@link EnvironmentVariableStringLookup}.</li>
+     * <li>"file" for the {@link FileStringLookup} since 1.5.</li>
      * <li>"java" for the {@link JavaPlatformStringLookup}.</li>
-     * <li>"date" for the {@link DateStringLookup}.</li>
      * <li>"localhost" for the {@link LocalHostStringLookup}, see {@link 
#localHostStringLookup()} for key names; since
      * 1.3.</li>
-     * <li>"xml" for the {@link XmlStringLookup} since 1.5.</li>
      * <li>"properties" for the {@link PropertiesStringLookup} since 1.5.</li>
      * <li>"script" for the {@link ScriptStringLookup} since 1.5.</li>
-     * <li>"file" for the {@link FileStringLookup} since 1.5.</li>
+     * <li>"sys" for the {@link SystemPropertyStringLookup}.</li>
      * <li>"url" for the {@link UrlStringLookup} since 1.5.</li>
-     * <li>"base64" for the {@link Base64StringLookup} since 1.5.</li>
-     * <li>"urlEncode" for the {@link UrlEncoderStringLookup} since 1.5.</li>
      * <li>"urlDecode" for the {@link UrlDecoderStringLookup} since 1.5.</li>
-     * <li>"const" for the {@link ConstantStringLookup} since 1.5.</li>
+     * <li>"urlEncode" for the {@link UrlEncoderStringLookup} since 1.5.</li>
+     * <li>"xml" for the {@link XmlStringLookup} since 1.5.</li>
      * </ul>
      *
      * @param stringLookupMap
@@ -234,21 +236,21 @@ public final class StringLookupFactory {
      * The following lookups are used by default:
      * </p>
      * <ul>
-     * <li>"sys" for the {@link SystemPropertyStringLookup}.</li>
+     * <li>"base64" for the {@link Base64StringLookup} since 1.5.</li>
+     * <li>"const" for the {@link ConstantStringLookup} since 1.5.</li>
+     * <li>"date" for the {@link DateStringLookup}.</li>
      * <li>"env" for the {@link EnvironmentVariableStringLookup}.</li>
+     * <li>"file" for the {@link FileStringLookup} since 1.5.</li>
      * <li>"java" for the {@link JavaPlatformStringLookup}.</li>
-     * <li>"date" for the {@link DateStringLookup}.</li>
      * <li>"localhost" for the {@link LocalHostStringLookup}, see {@link 
#localHostStringLookup()} for key names; since
      * 1.3.</li>
-     * <li>"xml" for the {@link XmlStringLookup} since 1.5.</li>
      * <li>"properties" for the {@link PropertiesStringLookup} since 1.5.</li>
      * <li>"script" for the {@link ScriptStringLookup} since 1.5.</li>
-     * <li>"file" for the {@link FileStringLookup} since 1.5.</li>
+     * <li>"sys" for the {@link SystemPropertyStringLookup}.</li>
      * <li>"url" for the {@link UrlStringLookup} since 1.5.</li>
-     * <li>"base64" for the {@link Base64StringLookup} since 1.5.</li>
-     * <li>"urlEncode" for the {@link UrlEncoderStringLookup} since 1.5.</li>
      * <li>"urlDecode" for the {@link UrlDecoderStringLookup} since 1.5.</li>
-     * <li>"const" for the {@link ConstantStringLookup} since 1.5.</li>
+     * <li>"urlEncode" for the {@link UrlEncoderStringLookup} since 1.5.</li>
+     * <li>"xml" for the {@link XmlStringLookup} since 1.5.</li>
      * </ul>
      *
      * @param <V>
@@ -267,21 +269,21 @@ public final class StringLookupFactory {
      * The following lookups are used by default:
      * </p>
      * <ul>
-     * <li>"sys" for the {@link SystemPropertyStringLookup}.</li>
+     * <li>"base64" for the {@link Base64StringLookup} since 1.5.</li>
+     * <li>"const" for the {@link ConstantStringLookup} since 1.5.</li>
+     * <li>"date" for the {@link DateStringLookup}.</li>
      * <li>"env" for the {@link EnvironmentVariableStringLookup}.</li>
+     * <li>"file" for the {@link FileStringLookup} since 1.5.</li>
      * <li>"java" for the {@link JavaPlatformStringLookup}.</li>
-     * <li>"date" for the {@link DateStringLookup}.</li>
      * <li>"localhost" for the {@link LocalHostStringLookup}, see {@link 
#localHostStringLookup()} for key names; since
      * 1.3.</li>
-     * <li>"xml" for the {@link XmlStringLookup} since 1.5.</li>
      * <li>"properties" for the {@link PropertiesStringLookup} since 1.5.</li>
      * <li>"script" for the {@link ScriptStringLookup} since 1.5.</li>
-     * <li>"file" for the {@link FileStringLookup} since 1.5.</li>
+     * <li>"sys" for the {@link SystemPropertyStringLookup}.</li>
      * <li>"url" for the {@link UrlStringLookup} since 1.5.</li>
-     * <li>"base64" for the {@link Base64StringLookup} since 1.5.</li>
-     * <li>"urlEncode" for the {@link UrlEncoderStringLookup} since 1.5.</li>
      * <li>"urlDecode" for the {@link UrlDecoderStringLookup} since 1.5.</li>
-     * <li>"const" for the {@link ConstantStringLookup} since 1.5.</li>
+     * <li>"urlEncode" for the {@link UrlEncoderStringLookup} since 1.5.</li>
+     * <li>"xml" for the {@link XmlStringLookup} since 1.5.</li>
      * </ul>
      *
      * @param defaultStringLookup

Reply via email to