Package ortus.boxlang.runtime.testing
Class Phase1TryCatch
java.lang.Object
ortus.boxlang.runtime.runnables.BoxTemplate
ortus.boxlang.runtime.testing.Phase1TryCatch
- All Implemented Interfaces:
IBoxRunnable,ITemplateRunnable
-
Method Summary
Modifier and TypeMethodDescriptionvoid_invoke(IBoxContext context) This method is called by the invoke method, it is the actual implementation of the templateThe imports for this runnablestatic Phase1TryCatchThe path to the templateThe original source typestatic voidMain methodMethods inherited from class ortus.boxlang.runtime.runnables.BoxTemplate
invoke
-
Method Details
-
getInstance
-
_invoke
Description copied from class:BoxTemplateThis method is called by the invoke method, it is the actual implementation of the template- Specified by:
_invokein classBoxTemplate- Parameters:
context- The context to invoke the template with
-
getRunnablePath
The path to the template- Specified by:
getRunnablePathin interfaceIBoxRunnable- Specified by:
getRunnablePathin classBoxTemplate
-
getSourceType
The original source type -
getImports
The imports for this runnable- Specified by:
getImportsin interfaceIBoxRunnable- Specified by:
getImportsin classBoxTemplate
-
main
Main method- Parameters:
args-
-