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:56:00 UTC

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

    [ https://issues.apache.org/jira/browse/TEXT-117?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16361703#comment-16361703 ] 

Gary Gregory edited comment on TEXT-117 at 2/13/18 1:55 AM:
------------------------------------------------------------

In git master.


was (Author: garydgregory):
In got master.

> 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
>            Priority: Major
>             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)