commandbox.system.modules_app.forgebox-commands.commands.forgebox

Class slugcheck

lucee.Component
    extended by commandbox.system.modules_app.forgebox-commands.commands.forgebox.slugcheck

Verifies a slug against ForgeBox. . {code:bash} forgebox slugcheck MyApp {code} .

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


    • access = public
    • returntype = any
    • inject = configService
    true false
    any endpointService


    • access = public
    • returntype = any
    • inject = endpointService
    true false
    Method Summary
    any endpointNameComplete()
    any run(any slug, [string endpointName])
     
    Methods inherited from class lucee.Component
    None

    Property Detail

    configService

    property any configService

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

    endpointService

    property any endpointService

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

    Method Detail

    endpointNameComplete

    public any endpointNameComplete()


    run

    public any run(any slug, [string endpointName])

    Parameters:
    slug - The slug to verify in ForgeBox
    endpointName - Name of custom forgebox endpoint to use