JavadocOptionFileOption

Represents a Javadoc command-line option.

Since

0.9

Parameters

<T>

The type which this option represents.

Functions

Link copied to clipboard
abstract fun getOption(): String
Returns the option.
Link copied to clipboard
abstract fun getValue(): T
Returns the value.
Link copied to clipboard
abstract fun setValue(value: T)
Sets the value.
Link copied to clipboard
abstract fun write(writerContext: JavadocOptionFileWriterContext)
Write.