Package com.illumon.iris.db.tables.utils
Class MetadataExporter
java.lang.Object
com.illumon.iris.db.tables.utils.MetadataExporter
public class MetadataExporter extends Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
MetadataExporter.NamespaceType
-
Constructor Summary
Constructors Constructor Description MetadataExporter()
-
Method Summary
Modifier and Type Method Description static void
main(String... args)
static void
writeColumnMetadataCsv(Database db, MetadataExporter.NamespaceType namespaceType, File outputFile)
-
Constructor Details
-
MetadataExporter
public MetadataExporter()
-
-
Method Details
-
writeColumnMetadataCsv
public static void writeColumnMetadataCsv(@NotNull Database db, @NotNull MetadataExporter.NamespaceType namespaceType, @NotNull File outputFile) throws FileNotFoundException- Throws:
FileNotFoundException
-
main
- Throws:
IOException
-