You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Gary Gregory (JIRA)" <ji...@apache.org> on 2018/02/13 01:54:00 UTC

[jira] [Created] (TEXT-117) Add a local host string lookup: LocalHostStringLookup

Gary Gregory created TEXT-117:
---------------------------------

             Summary: Add a local host string lookup: LocalHostStringLookup
                 Key: TEXT-117
                 URL: https://issues.apache.org/jira/browse/TEXT-117
             Project: Commons Text
          Issue Type: New Feature
            Reporter: Gary Gregory
            Assignee: Gary Gregory
             Fix For: 1.3


Add a local host string lookup: LocalHostStringLookup.

{code:java}
/**
 * Looks up keys related to the local host: host name, canonical host name, host address.
 * <p>
 * The lookup keys are:
 * </p>
 * <ul>
 * <li><b>name</b>: for the local host name, for example {@code EXAMPLE}.</li>
 * <li><b>canonical-name</b>: for the local canonical host name, for example {@code EXAMPLE.apache.org}.</li>
 * <li><b>address</b>: for the local host address, for example {@code 192.168.56.1}.</li>
 * </ul>
 *
 * @since 1.3
 */
{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)