lucee.Componentcommandbox.system.endpoints.HTTP
Copyright Since 2014 CommandBox by Ortus Solutions, Corp www.coldbox.org | www.ortussolutions.com I am the HTTP endpoint. I get packages from an HTTP URL.
Property Summary | ||||
---|---|---|---|---|
type | property | default | serializable | required |
any
|
CR
|
true
|
false
|
|
any
|
artifactService
|
true
|
false
|
|
any
|
consoleLogger
|
true
|
false
|
|
any
|
fileEndpoint
|
true
|
false
|
|
string
|
namePrefixes
|
true
|
false
|
|
any
|
progressBar
|
true
|
false
|
|
any
|
progressableDownloader
|
true
|
false
|
|
any
|
semanticVersion
|
true
|
false
|
|
any
|
semverRegex
|
true
|
false
|
|
any
|
tempDir
|
true
|
false
|
|
any
|
wirebox
|
true
|
false
|
Constructor Summary | |
---|---|
init()
|
Method Summary | |
---|---|
string
|
getArtifactService()
|
string
|
getCR()
|
string
|
getConsoleLogger()
|
any
|
getDefaultName(string package)
|
string
|
getFileEndpoint()
|
string
|
getNamePrefixes()
|
string
|
getProgressBar()
|
string
|
getProgressableDownloader()
|
string
|
getSemanticVersion()
|
string
|
getSemverRegex()
|
string
|
getTempDir()
|
any
|
getUpdate(string package, string version, [boolean verbose='false'])
|
string
|
getWirebox()
|
string
|
resolvePackage(string package, [boolean verbose='false'])
|
string
|
resolvePackageZip(string package, [boolean verbose='false'])
|
any
|
setArtifactService(any artifactService)
|
any
|
setCR(any CR)
|
any
|
setConsoleLogger(any consoleLogger)
|
any
|
setFileEndpoint(any fileEndpoint)
|
any
|
setNamePrefixes(string namePrefixes)
|
any
|
setProgressBar(any progressBar)
|
any
|
setProgressableDownloader(any progressableDownloader)
|
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 |
---|
Property Detail |
---|
access
- publicrequired
- falsereturntype
- anyinject
- CR@constantsserializable
- trueaccess
- publicrequired
- falsereturntype
- anyinject
- ArtifactServiceserializable
- trueaccess
- publicrequired
- falsereturntype
- anyinject
- logbox:logger:consoleserializable
- trueaccess
- publicrequired
- falsereturntype
- anyinject
- commandbox.system.endpoints.TempFileserializable
- trueaccess
- publicrequired
- falsereturntype
- anyserializable
- trueaccess
- publicrequired
- falsereturntype
- anyinject
- ProgressBarserializable
- trueaccess
- publicrequired
- falsereturntype
- anyinject
- ProgressableDownloaderserializable
- trueaccess
- publicrequired
- falsereturntype
- anyinject
- provider:semanticVersion@semverserializable
- trueaccess
- publicrequired
- falsereturntype
- anyinject
- semverRegex@constantsserializable
- trueaccess
- publicrequired
- falsereturntype
- anyinject
- tempDir@constantsserializable
- trueaccess
- publicrequired
- falsereturntype
- anyinject
- wireboxserializable
- trueMethod Detail |
---|
getDefaultName
in interface
IEndpoint
package
getUpdate
in interface
IEndpoint
package
version
verbose
resolvePackage
in interface
IEndpoint
package
verbose
package
verbose
artifactService
CR
consoleLogger
fileEndpoint
namePrefixes
progressBar
progressableDownloader
semanticVersion
semverRegex
tempDir
wirebox