commandbox.system.endpoints

Class S3

lucee.Component
    extended by commandbox.system.endpoints.S3
All Implemented Interfaces:
IEndpoint

Copyright Since 2014 CommandBox by Ortus Solutions, Corp www.coldbox.org | www.ortussolutions.com I am the s3 endpoint.

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


    • access = public
    • returntype = any
    • inject = CR@constants
    true false
    any S3Service


    • access = public
    • returntype = any
    • inject = S3Service
    true false
    any fileEndpoint


    • access = public
    • returntype = any
    • inject = commandbox.system.endpoints.File
    true false
    any httpsEndpoint


    • access = public
    • returntype = any
    • inject = commandbox.system.endpoints.HTTPS
    true false
    string namePrefixes


    • access = public
    • returntype = any
    true false
    any progressBar


    • access = public
    • returntype = any
    • inject = ProgressBar
    true false
    any progressableDownloader


    • access = public
    • returntype = any
    • inject = ProgressableDownloader
    true false
    any semanticVersion


    • access = public
    • returntype = any
    • inject = provider:semanticVersion@semver
    true false
    any semverRegex


    • access = public
    • returntype = any
    • inject = semverRegex@constants
    true false
    any tempDir


    • access = public
    • returntype = any
    • inject = tempDir@constants
    true false
    any wirebox


    • access = public
    • returntype = any
    • inject = wirebox
    true false
    Constructor Summary
    init()
    Method Summary
    string getCR()
    any getDefaultName(string package)
    string getFileEndpoint()
    string getHttpsEndpoint()
    string getNamePrefixes()
    string getProgressBar()
    string getProgressableDownloader()
    string getS3Service()
    string getSemanticVersion()
    string getSemverRegex()
    string getTempDir()
    any getUpdate(string package, string version, [boolean verbose='false'])
    string getWirebox()
    string resolvePackage(string package, [boolean verbose='false'])
    any setCR(any CR)
    any setFileEndpoint(any fileEndpoint)
    any setHttpsEndpoint(any httpsEndpoint)
    any setNamePrefixes(string namePrefixes)
    any setProgressBar(any progressBar)
    any setProgressableDownloader(any progressableDownloader)
    any setS3Service(any S3Service)
    any setSemanticVersion(any semanticVersion)
    any setSemverRegex(any semverRegex)
    any setTempDir(any tempDir)
    any setWirebox(any wirebox)
     
    Methods inherited from class lucee.Component
    None

    Constructor Detail

    init

    public init()


    Property Detail

    CR

    property any CR

    Attributes:
    access - public
    required - false
    returntype - any
    inject - CR@constants
    serializable - true

    S3Service

    property any S3Service

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

    fileEndpoint

    property any fileEndpoint

    Attributes:
    access - public
    required - false
    returntype - any
    inject - commandbox.system.endpoints.File
    serializable - true

    httpsEndpoint

    property any httpsEndpoint

    Attributes:
    access - public
    required - false
    returntype - any
    inject - commandbox.system.endpoints.HTTPS
    serializable - true

    namePrefixes

    property string namePrefixes

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

    progressBar

    property any progressBar

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

    progressableDownloader

    property any progressableDownloader

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

    semanticVersion

    property any semanticVersion

    Attributes:
    access - public
    required - false
    returntype - any
    inject - provider:semanticVersion@semver
    serializable - true

    semverRegex

    property any semverRegex

    Attributes:
    access - public
    required - false
    returntype - any
    inject - semverRegex@constants
    serializable - true

    tempDir

    property any tempDir

    Attributes:
    access - public
    required - false
    returntype - any
    inject - tempDir@constants
    serializable - true

    wirebox

    property any wirebox

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

    Method Detail

    getCR

    public string getCR()


    getDefaultName

    public any getDefaultName(string package)

    Specified by:
    getDefaultName in interface IEndpoint
    Parameters:
    package

    getFileEndpoint

    public string getFileEndpoint()


    getHttpsEndpoint

    public string getHttpsEndpoint()


    getNamePrefixes

    public string getNamePrefixes()


    getProgressBar

    public string getProgressBar()


    getProgressableDownloader

    public string getProgressableDownloader()


    getS3Service

    public string getS3Service()


    getSemanticVersion

    public string getSemanticVersion()


    getSemverRegex

    public string getSemverRegex()


    getTempDir

    public string getTempDir()


    getUpdate

    public any getUpdate(string package, string version, [boolean verbose='false'])

    Specified by:
    getUpdate in interface IEndpoint
    Parameters:
    package
    version
    verbose

    getWirebox

    public string getWirebox()


    resolvePackage

    public string resolvePackage(string package, [boolean verbose='false'])

    Specified by:
    resolvePackage in interface IEndpoint
    Parameters:
    package
    verbose

    setCR

    public any setCR(any CR)

    Parameters:
    CR

    setFileEndpoint

    public any setFileEndpoint(any fileEndpoint)

    Parameters:
    fileEndpoint

    setHttpsEndpoint

    public any setHttpsEndpoint(any httpsEndpoint)

    Parameters:
    httpsEndpoint

    setNamePrefixes

    public any setNamePrefixes(string namePrefixes)

    Parameters:
    namePrefixes

    setProgressBar

    public any setProgressBar(any progressBar)

    Parameters:
    progressBar

    setProgressableDownloader

    public any setProgressableDownloader(any progressableDownloader)

    Parameters:
    progressableDownloader

    setS3Service

    public any setS3Service(any S3Service)

    Parameters:
    S3Service

    setSemanticVersion

    public any setSemanticVersion(any semanticVersion)

    Parameters:
    semanticVersion

    setSemverRegex

    public any setSemverRegex(any semverRegex)

    Parameters:
    semverRegex

    setTempDir

    public any setTempDir(any tempDir)

    Parameters:
    tempDir

    setWirebox

    public any setWirebox(any wirebox)

    Parameters:
    wirebox