Package org.gradle.external.javadoc
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.
- 
Method Summary
 
- 
Method Details
- 
getValue
T getValue() - 
setValue
 - 
write
void write(org.gradle.external.javadoc.internal.JavadocOptionFileWriterContext writerContext) throws IOException - Throws:
 IOException
 
 -