Returns the curently set executable. @see #setExecutable(gate.Executable)
()
| 752 | * @see #setExecutable(gate.Executable) |
| 753 | */ |
| 754 | public synchronized static gate.Executable getExecutable() { |
| 755 | return currentExecutable; |
| 756 | } // getExecutable |
| 757 | |
| 758 | /** |
| 759 | * Returns a new unique string |
no outgoing calls
no test coverage detected