Returns the appropriate file extension to use for auxilliary source files in a sketch. For example, in a Java-mode sketch, auxilliary files should be name "Foo.java"; in Python mode, they should be named "foo.py". Modes that do not override this function will get the default behavior of returnin
()
| 978 | * default extension. |
| 979 | */ |
| 980 | public String getModuleExtension() { |
| 981 | return getDefaultExtension(); |
| 982 | } |
| 983 | |
| 984 | |
| 985 | /** |
no test coverage detected