commandbox.system.util.jline

Class CommandHighlighter

lucee.Component
    extended by commandbox.system.util.jline.CommandHighlighter

Copyright Since 2005 ColdBox Platform by Ortus Solutions, Corp www.coldbox.org | www.ortussolutions.com I am a JLine highighter class that attempts to highlight the command portion of the input buffer

Class Attributes:
  • synchronized : false
  •  
  • accessors : false
  •  
  • persistent : false
  •  
  • author : Brad Wood, Luis Majano
  •  
    Property Summary
    type property default serializable required
    any CommandService


    • access = public
    • returntype = any
    • inject = CommandService
    true false
    any print


    • access = public
    • returntype = any
    • inject = print
    true false
    Constructor Summary
    init()
    Method Summary
    any highlight([any reader], [any buffer])
     
    Methods inherited from class lucee.Component
    None

    Constructor Detail

    init

    public init()


    Property Detail

    CommandService

    property any CommandService

    Attributes:
    access - public
    required - false
    returntype - any
    inject - CommandService
    serializable - true

    print

    property any print

    Attributes:
    access - public
    required - false
    returntype - any
    inject - print
    serializable - true

    Method Detail

    highlight

    public any highlight([any reader], [any buffer])

    Parameters:
    reader
    buffer