commandbox.system.util.jline

Class CommandParser

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

Copyright Since 2014 CommandBox by Ortus Solutions, Corp www.coldbox.org | www.ortussolutions.com CommandBox Command Line Parser and Tokenizer

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


    • access = public
    • returntype = any
    • inject = parser
    true false
    Method Summary
    any parse([string line], [numeric cursor], [any context])
     
    Methods inherited from class lucee.Component
    None

    Property Detail

    parser

    property any parser

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

    Method Detail

    parse

    public any parse([string line], [numeric cursor], [any context])

    Parameters:
    line
    cursor
    context