public class PropertiesToAsciidoc
extends java.lang.Object
Iterates over unsupported and experimental classes and creates tables listing those classes. These tables are in turn then merged into asciidoc.
todo: we should probably change the name of this class to PropertiesToAsciidoc
| 构造器和说明 |
|---|
PropertiesToAsciidoc() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected static void |
convertUnsupportedToAsciidocTable(java.util.Properties props,
java.util.List<java.lang.Class<?>> clazzes,
java.lang.String title) |
static int |
copy(java.io.Reader input,
java.io.Writer output) |
protected static java.lang.String |
createAsciidocTable(java.util.List<java.lang.String[]> rows,
java.lang.String title,
java.lang.String header)
Creates an AsciiDoc table of the elements in rows.
|
static void |
main(java.lang.String[] args) |
public static void main(java.lang.String[] args)
protected static void convertUnsupportedToAsciidocTable(java.util.Properties props,
java.util.List<java.lang.Class<?>> clazzes,
java.lang.String title)
throws javax.xml.parsers.ParserConfigurationException,
javax.xml.transform.TransformerException
javax.xml.parsers.ParserConfigurationExceptionjavax.xml.transform.TransformerExceptionprotected static java.lang.String createAsciidocTable(java.util.List<java.lang.String[]> rows,
java.lang.String title,
java.lang.String header)
throws javax.xml.parsers.ParserConfigurationException,
javax.xml.transform.TransformerException
javax.xml.parsers.ParserConfigurationExceptionjavax.xml.transform.TransformerExceptionpublic static int copy(java.io.Reader input,
java.io.Writer output)
throws java.io.IOException
java.io.IOException