public class MakeDatasetStructureTable extends Object
Modifier and Type | Field and Description |
---|---|
private PrintStream |
out |
Constructor and Description |
---|
MakeDatasetStructureTable() |
Modifier and Type | Method and Description |
---|---|
void |
closeFile()
Close the output file.
|
static void |
main(String[] args) |
private void |
printFooter()
Write the table footer.
|
private void |
printFormatEntry(IFormatReader reader)
Write a line containing all of the columns for the specified reader.
|
private void |
printHeader()
Write the table header.
|
void |
printTable()
Write the table to the file specified using setOutputFile(String[])
|
void |
setOutputFile(String[] args)
Set the output file.
|
private PrintStream out
private void printHeader()
private void printFooter()
private void printFormatEntry(IFormatReader reader)
public void printTable()
public void setOutputFile(String[] args) throws IOException
IOException
public void closeFile() throws IOException
IOException
public static void main(String[] args) throws IOException
IOException
Copyright © 2015 Open Microscopy Environment