commandbox.system.util

Class AnsiFormater

lucee.Component
    extended by commandbox.system.util.AnsiFormater

Copyright Since 2014 CommandBox by Ortus Solutions, Corp www.coldbox.org | www.ortussolutions.com

Class Attributes:
  • synchronized : false
  •  
  • accessors : true
  •  
  • persistent : false
  •  
    Property Summary
    type property default serializable required
    any printUtil


    • access = public
    • returntype = any
    • inject = print
    true false
    Method Summary
    any cleanLine([any line])
    string getPrintUtil()
    any setPrintUtil(any printUtil)
     
    Methods inherited from class lucee.Component
    None

    Property Detail

    printUtil

    property any printUtil

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

    Method Detail

    cleanLine

    public any cleanLine([any line])

    Parameters:
    line

    getPrintUtil

    public string getPrintUtil()


    setPrintUtil

    public any setPrintUtil(any printUtil)

    Parameters:
    printUtil