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- 
getValueT getValue()
- 
setValue
- 
writevoid write(org.gradle.external.javadoc.internal.JavadocOptionFileWriterContext writerContext) throws IOException - Throws:
- IOException
 
 
-