public class PropertiesToAsciidoc extends Object
Constructor and Description |
---|
PropertiesToAsciidoc() |
Modifier and Type | Method and Description |
---|---|
protected static void |
convertUnsupportedToAsciidocTable(Properties props,
List<Class<?>> clazzes,
String title) |
static int |
copy(Reader input,
Writer output) |
protected static String |
createAsciidocTable(List<String[]> rows,
String title,
String header)
Creates an AsciiDoc table of the elements in rows.
|
static void |
main(String[] args) |
public static void main(String[] args)
protected static void convertUnsupportedToAsciidocTable(Properties props, List<Class<?>> clazzes, String title) throws ParserConfigurationException, TransformerException
protected static String createAsciidocTable(List<String[]> rows, String title, String header) throws ParserConfigurationException, TransformerException
public static int copy(Reader input, Writer output) throws IOException
IOException
Copyright © 2021 JBoss, a division of Red Hat. All rights reserved.