Groovy Documentation

org.gradle.external.javadoc
[Java] Interface OptionLessJavadocOptionFileOption


public interface OptionLessJavadocOptionFileOption

Represents a Javadoc option.

Parameters:
- The type which this option represents.
Authors:
Tom Eyckmans


Method Summary
java.lang.Object getValue()

void setValue(java.lang.Object value)

void write(org.gradle.external.javadoc.internal.JavadocOptionFileWriterContext writerContext)

 

Method Detail

getValue

public java.lang.Object getValue()


setValue

public void setValue(java.lang.Object value)


write

public void write(org.gradle.external.javadoc.internal.JavadocOptionFileWriterContext writerContext)


 

Groovy Documentation