Interface OptionLessJavadocOptionFileOption<T>

Type Parameters:
T - The type which this option represents.
All Known Subinterfaces:
JavadocOptionFileOption<T>

public interface OptionLessJavadocOptionFileOption<T>
Represents a Javadoc option.
Since:
0.9
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the value.
    void
    setValue(T value)
    Sets the value.
    void
    write(org.gradle.external.javadoc.internal.JavadocOptionFileWriterContext writerContext)
    Write.
  • Method Details

    • getValue

      T getValue()
      Returns the value.
      Since:
      0.9
    • setValue

      void setValue(T value)
      Sets the value.
      Since:
      0.9
    • write

      void write(org.gradle.external.javadoc.internal.JavadocOptionFileWriterContext writerContext) throws IOException
      Write.
      Throws:
      IOException
      Since:
      0.9