intellij-randomness / com.fwdekker.randomness.string / StringInsertAction / RepeatAction

RepeatAction

class RepeatAction : DataInsertRepeatAction

Inserts repeated random strings.

Parameters

scheme - the settings to use for generating strings

Constructors

<init>

RepeatAction(scheme: StringScheme = StringSettings.default.currentScheme)

Inserts repeated random strings.

Properties

name

val name: String

The name of the action to display.

Inherited Functions

generateStrings

open fun generateStrings(count: Int): List<String>

Generates a random datum and repeats it count times.