Returns the path to the macros directory or null if the macros directory was not found.
()
| 1411 | /** Returns the path to the macros directory or |
| 1412 | null if the macros directory was not found. */ |
| 1413 | public static String getMacrosPath() { |
| 1414 | return macrosPath; |
| 1415 | } |
| 1416 | |
| 1417 | /** Returns the hashtable that associates commands with plugins. */ |
| 1418 | public static Hashtable getCommands() { |
no outgoing calls
no test coverage detected