open class RunJosmTask : JavaExec
A task that can execute a JOSM instance. There's also the class DebugJosm, which extends this class and allows to remote debug via JDWP (Java debug wire protocol).
RunJosmTask(prefFile: File, cleanTask: CleanJosm, updatePluginsTask: Sync)
Instantiates a new task for running a JOSM instance. |
var extraInformation: String
Text that should be displayed in the console output right before JOSM is started up. Defaults to the empty string. |
open class DebugJosm : RunJosmTask
The same as RunJosmTask, but the JOSM instance is debuggable via JDWP (Java debug wire protocol) on the port configured at JosmPluginExtension.debugPort. |