ColdBox Platform Version 2.6.4

coldbox.system.interceptors
Class Deploy

WEB-INF.cftags.component
        extended by coldbox.system.FrameworkSupertype
            extended by coldbox.system.Interceptor
                extended by coldbox.system.interceptors.Deploy

public class Deploy
extends Interceptor

Deployment Control Interceptor


Method Summary
 void afterAspectsLoad([any event], [any interceptData])
 void configure()
          My configuration method
private string fileLastModified(string filename)
          Get the last modified date of a file
 void postProcess([any event], [any interceptData])
          Check if a deploy has been made
 
Methods inherited from class coldbox.system.Interceptor
appendToBuffer, clearBuffer, getBufferObject, getBufferString, getInterceptorService, getProperty, getproperties, init, propertyExists, setProperty, setproperties, unregister
 
Methods inherited from class coldbox.system.FrameworkSupertype
$abort, $dump, $htmlhead, $include, $rethrow, $throw, addAsset, announceInterception, getColdboxOCM, getController, getDatasource, getDebugMode, getHash, getInstance, getInterceptor, getMailSettings, getModel, getModuleSettings, getMyPlugin, getPlugin, getResource, getSetting, getSettingStructure, getSettingsBean, getfwLocale, includeUDF, locateDirectoryPath, locateFilePath, persistVariables, populateModel, relocate, renderExternalView, renderView, runEvent, setDebugMode, setNextEvent, setNextRoute, setSetting, setfwLocale, settingExists
 
Methods inherited from class WEB-INF.cftags.component
 

Method Detail

afterAspectsLoad

public void afterAspectsLoad([any event], [any interceptData])

Parameters:
event
interceptData

configure

public void configure()
My configuration method


fileLastModified

private string fileLastModified(string filename)
Get the last modified date of a file

Parameters:
filename

postProcess

public void postProcess([any event], [any interceptData])
Check if a deploy has been made

Parameters:
event
interceptData

ColdBox Platform Version 2.6.4