MCPcopy Create free account
hub / github.com/GateNLP/gate-core / getExecutable

Method getExecutable

src/main/java/gate/Gate.java:754–756  ·  view source on GitHub ↗

Returns the curently set executable. @see #setExecutable(gate.Executable)

()

Source from the content-addressed store, hash-verified

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

Callers 3

setExecutableMethod · 0.95
isEnabledMethod · 0.95
actionPerformedMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected