Returns the type of execution currently in effect. @return current execution type
()
| 606 | * @return current execution type |
| 607 | */ |
| 608 | public ExecType getExecType() { |
| 609 | return execType; |
| 610 | } |
| 611 | |
| 612 | /** |
| 613 | * Creates a Classloader based on the passed jarFile and any extra jar files. |
no outgoing calls