Package org.eclnt.editor.embeddedapi
Class DefaultEmbeddedFunctions
java.lang.Object
org.eclnt.editor.embeddedapi.DefaultEmbeddedFunctions
- All Implemented Interfaces:
IEmbeddedFunctions
Default implementation of
IEmbeddedFunctions. In case of extending the interface,
CaptainCasa will always add corresponding methods with dummy implementations.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidafterDeployCopy(ProjectInfo pi, boolean asHotDeploy) voidvoidbeforeDeployCopy(ProjectInfo pi, boolean asHotDeploy)
-
Constructor Details
-
DefaultEmbeddedFunctions
public DefaultEmbeddedFunctions()
-
-
Method Details
-
beforeClean
- Specified by:
beforeCleanin interfaceIEmbeddedFunctions
-
afterClean
- Specified by:
afterCleanin interfaceIEmbeddedFunctions
-
beforeDeployCopy
- Specified by:
beforeDeployCopyin interfaceIEmbeddedFunctions
-
afterDeployCopy
- Specified by:
afterDeployCopyin interfaceIEmbeddedFunctions
-