commandbox.system.util.jline

Class REPLHighlighter

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

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 print


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


    • access = public
    • returntype = any
    • inject = provider:shell
    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

    print

    property any print

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

    shell

    property any shell

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

    Method Detail

    highlight

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

    Parameters:
    reader
    buffer