Package Summary  Overview Summary

class:Completions [NONE]



  • public class Completions
    extends java.lang.Object
    Utility class for assembling Completion objects.
    Since:
    1.6

method:of-java.lang.String-java.lang.String- [NONE]

  • of

    public static Completion of(java.lang.String value,
                                java.lang.String message)
    Returns a completion of the value and message.
    Parameters:
    value - the text of the completion
    message - a message about the completion
    Returns:
    a completion of the provided value and message

method:of-java.lang.String- [NONE]

  • of

    public static Completion of(java.lang.String value)
    Returns a completion of the value and an empty message
    Parameters:
    value - the text of the completion
    Returns:
    a completion of the value and an empty message