Class CsvDocsPrinter
java.lang.Object
com.github.joschi.jadconfig.documentation.printers.CsvDocsPrinter
- All Implemented Interfaces:
DocsPrinter,Closeable,Flushable,AutoCloseable
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()voidflush()voidwrite(List<ConfigurationSection> sections)
-
Field Details
-
HEADER_PARAMETER
- See Also:
-
HEADER_TYPE
- See Also:
-
HEADER_REQUIRED
- See Also:
-
HEADER_DEFAULT_VALUE
- See Also:
-
HEADER_DESCRIPTION
- See Also:
-
HEADERS
-
-
Constructor Details
-
CsvDocsPrinter
- Throws:
IOException
-
-
Method Details
-
write
- Specified by:
writein interfaceDocsPrinter
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-
flush
- Specified by:
flushin interfaceFlushable- Throws:
IOException
-