rustic / com.osm.gradle.plugins.types.interfaces.options / ISelection

ISelection

interface ISelection

Properties

bench

abstract val bench: Iterable<String?>?

benches

abstract val benches: Boolean?

bin

abstract val bin: Iterable<String?>?

bins

abstract val bins: Boolean?

example

abstract val example: Iterable<String?>?

examples

abstract val examples: Boolean?

lib

abstract val lib: Boolean?

test

abstract val test: Iterable<String?>?

tests

abstract val tests: Boolean?

Inheritors

Selection

class Selection : RusticConfigurableBase, ISelection

Selection

class Selection : PriorityResolveBase<ISelection>, ISelection