gradle-josm-plugin / org.openstreetmap.josm.gradle.plugin.task / RunJosmTask

RunJosmTask

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).

Constructors

<init>

RunJosmTask(prefFile: File, cleanTask: CleanJosm, updatePluginsTask: Sync)

Instantiates a new task for running a JOSM instance.

Properties

extraInformation

var extraInformation: String

Text that should be displayed in the console output right before JOSM is started up. Defaults to the empty string.

Inheritors

DebugJosm

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.