lucee.Componentcontentbox.models.exporters.FileExporter
ContentBox - A Modular Content Platform Copyright since 2012 by Ortus Solutions, Corp www.ortussolutions.com/products/contentbox --- Exporter for file-based content
Property Summary | ||||
---|---|---|---|---|
type | property | default | serializable | required |
string
|
directory
|
true
|
false
|
|
string
|
displayName
|
true
|
false
|
|
string
|
extension
|
true
|
false
|
|
string
|
fileName
|
true
|
false
|
|
string
|
format
|
true
|
false
|
|
string
|
includeFiles
|
true
|
false
|
|
any
|
log
|
true
|
false
|
|
numeric
|
priority
|
true
|
false
|
|
string
|
type
|
true
|
false
|
Constructor Summary | |
---|---|
init()
Constructor. |
Method Summary | |
---|---|
string
|
getDirectory()
|
string
|
getDisplayName()
|
string
|
getExtension()
|
string
|
getFileList()
Gets list of files (absolute paths) when not "all" options are chosen for export. |
string
|
getFileName()
|
string
|
getFormat()
|
string
|
getIncludeFiles()
|
string
|
getLog()
|
string
|
getName()
Gets the name of the exporter. |
string
|
getPriority()
|
numeric
|
getTotal()
Gets "total" based on content type. |
string
|
getType()
|
boolean
|
isValid()
Determines if exporter is valid based on validation criteria. |
any
|
setDirectory(string directory)
|
any
|
setDisplayName(string displayName)
|
any
|
setExtension(string extension)
|
any
|
setFileName(string fileName)
|
any
|
setFormat(string format)
|
any
|
setIncludeFiles(string includeFiles)
|
any
|
setLog(any log)
|
any
|
setPriority(numeric priority)
|
any
|
setType(string type)
|
array
|
validate()
Custom validator for this exporter. |
Methods inherited from class lucee.Component |
---|
None |
Constructor Detail |
---|
Constructor
Property Detail |
---|
access
- publicrequired
- falsereturntype
- anyserializable
- trueaccess
- publicrequired
- falsereturntype
- anyserializable
- trueaccess
- publicrequired
- falsereturntype
- anyserializable
- trueaccess
- publicrequired
- falsereturntype
- anyserializable
- trueaccess
- publicrequired
- falsereturntype
- anyserializable
- trueaccess
- publicrequired
- falsereturntype
- anyserializable
- trueaccess
- publicrequired
- falsereturntype
- anyinject
- logbox:logger:{this}serializable
- trueaccess
- publicrequired
- falsereturntype
- anyserializable
- trueaccess
- publicrequired
- falsereturntype
- anyserializable
- trueMethod Detail |
---|
Gets list of files (absolute paths) when not "all" options are chosen for export
Gets the name of the exporter
getName
in interface
ICBExporter
Gets "total" based on content type
getTotal
in interface
ICBExporter
Determines if exporter is valid based on validation criteria
isValid
in interface
ICBExporter
directory
displayName
extension
fileName
format
includeFiles
log
priority
type
Custom validator for this exporter...any rules can be applied
validate
in interface
ICBExporter