api / org.gradle.plugins.ide.eclipse.model / EclipseProject / linkedResource

linkedResource

open fun linkedResource(args: MutableMap<String, String>): Unit

Adds a resource link (aka 'source link') to the eclipse project.

For example see docs for EclipseProject

Parameters

args - A maps with the args for the link. Legal keys for the map are name, type, location and locationUri.